[pve-devel] [PATCH pve-manager v3 16/18] ui: add sdn networks to ceph / migration
Stefan Hanreich
s.hanreich at proxmox.com
Thu May 22 18:17:27 CEST 2025
Pass the 'include_sdn' type to the network selectors used in the
datacenter migration settings panel, as well as the ceph wizard, to
enable users to select SDN Vnets, as well as fabrics in the UI.
Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
---
www/manager6/ceph/CephInstallWizard.js | 2 ++
www/manager6/dc/OptionView.js | 1 +
2 files changed, 3 insertions(+)
diff --git a/www/manager6/ceph/CephInstallWizard.js b/www/manager6/ceph/CephInstallWizard.js
index ad7dac68c..ba361548c 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -477,6 +477,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
value: '',
fieldLabel: 'Public Network IP/CIDR',
autoSelect: false,
+ type: 'include_sdn',
bind: {
allowBlank: '{configuration}',
},
@@ -490,6 +491,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
fieldLabel: 'Cluster Network IP/CIDR',
allowBlank: true,
autoSelect: false,
+ type: 'include_sdn',
emptyText: gettext('Same as Public Network'),
cbind: {
nodename: '{nodename}',
diff --git a/www/manager6/dc/OptionView.js b/www/manager6/dc/OptionView.js
index 930500a61..e9a4f12d6 100644
--- a/www/manager6/dc/OptionView.js
+++ b/www/manager6/dc/OptionView.js
@@ -118,6 +118,7 @@ Ext.define('PVE.dc.OptionView', {
editable: true,
notFoundIsValid: true,
vtype: 'IP64CIDRAddress',
+ type: 'include_sdn',
}],
});
me.add_inputpanel_row('ha', gettext('HA Settings'), {
--
2.39.5
More information about the pve-devel
mailing list