diff --git a/scripts/Update-OvfConfiguration.yml b/scripts/Update-OvfConfiguration.yml index 791b615..4cca1d1 100644 --- a/scripts/Update-OvfConfiguration.yml +++ b/scripts/Update-OvfConfiguration.yml @@ -44,18 +44,26 @@ PropertyCategories: Configurations: '*' UserConfigurable: true + - Key: workloadcluster.vip + Type: ip + Label: Workload-cluster Virtual IP* + Description: Workload-cluster control plane endpoint virtual IP + DefaultValue: '' + Configurations: '*' + UserConfigurable: true + - Key: ippool.startip Type: ip - Label: IP-pool start IP* - Description: All nodes for the workload cluster will be provisioned within this IP pool + Label: Workload-cluster IP-pool start IP* + Description: All nodes for the workload-cluster will be provisioned within this IP pool DefaultValue: '' Configurations: '*' UserConfigurable: true - Key: ippool.endip Type: ip - Label: IP-pool end IP* - Description: All nodes for the workload cluster will be provisioned within this IP pool + Label: Workload-cluster IP-pool end IP* + Description: All nodes for the workload-cluster will be provisioned within this IP pool DefaultValue: '' Configurations: '*' UserConfigurable: true