[pve-devel] [PATCH pve-manager v4 15/17] ui: add sdn networks to ceph / migration
Gabriel Goller
g.goller at proxmox.com
Wed Jul 2 16:50:57 CEST 2025
From: Stefan Hanreich <s.hanreich at proxmox.com>
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 0152f3a0aa3e..40b0a2b8405d 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -519,6 +519,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
value: '',
fieldLabel: 'Public Network IP/CIDR',
autoSelect: false,
+ type: 'include_sdn',
bind: {
allowBlank: '{configuration}',
},
@@ -532,6 +533,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 20d74b6fbc2f..7408caa9a815 100644
--- a/www/manager6/dc/OptionView.js
+++ b/www/manager6/dc/OptionView.js
@@ -124,6 +124,7 @@ Ext.define('PVE.dc.OptionView', {
editable: true,
notFoundIsValid: true,
vtype: 'IP64CIDRAddress',
+ type: 'include_sdn',
},
],
});
--
2.39.5
More information about the pve-devel
mailing list