From: Stefan Hanreich <s.hanre...@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.hanre...@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 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel