[pve-devel] [PATCH pve-manager v5 16/18] ui: add sdn networks to ceph / migration
Gabriel Goller
g.goller at proxmox.com
Wed Jul 16 15:08:33 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 5dcc589e8abf..0d56118a602e 100644
--- a/www/manager6/ceph/CephInstallWizard.js
+++ b/www/manager6/ceph/CephInstallWizard.js
@@ -516,6 +516,7 @@ Ext.define('PVE.ceph.CephInstallWizard', {
value: '',
fieldLabel: 'Public Network IP/CIDR',
autoSelect: false,
+ type: 'include_sdn',
bind: {
allowBlank: '{configuration}',
},
@@ -529,6 +530,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 c51d1e24adb3..94f299a33f3a 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