From 5113dd5b6cddd0e2e2152f506b1b26bbc4a87d1a Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Sat, 25 Mar 2023 23:01:23 +0100 Subject: [PATCH] Set default values to optional vapp properties --- scripts/Update-OvfConfiguration.bootstrap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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