diff --git a/scripts/Update-OvfConfiguration.bootstrap.yml b/scripts/Update-OvfConfiguration.bootstrap.yml index caa0dac..3204984 100644 --- a/scripts/Update-OvfConfiguration.bootstrap.yml +++ b/scripts/Update-OvfConfiguration.bootstrap.yml @@ -136,7 +136,7 @@ PropertyCategories: Type: ip Label: Workload-cluster virtual IP address* Description: Workload-cluster control plane endpoint virtual IP address - DefaultValue: '' + DefaultValue: '0.0.0.0' Configurations: - cp1w1 - cp1w2 @@ -146,7 +146,7 @@ PropertyCategories: Type: ip Label: Workload-cluster IP-pool start IP address* Description: All nodes for the workload-cluster will be provisioned within this IP pool - DefaultValue: '' + DefaultValue: '0.0.0.0' Configurations: - cp1w1 - cp1w2 @@ -156,7 +156,7 @@ PropertyCategories: Type: ip Label: Workload-cluster IP-pool end IP address* Description: All nodes for the workload-cluster will be provisioned within this IP pool - DefaultValue: '' + DefaultValue: '0.0.0.0' Configurations: - cp1w1 - cp1w2