diff --git a/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh b/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh index 9e3a47a4b3e28..cae3f4ed412c3 100755 --- a/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh +++ b/ci-operator/step-registry/upi/conf/vsphere/zones/upi-conf-vsphere-zones-commands.sh @@ -217,6 +217,8 @@ bootstrap_ip_address = "192.168.${third_octet}.3" lb_ip_address = "192.168.${third_octet}.2" compute_ip_addresses = [${zone_worker_ips%?}] control_plane_ip_addresses = [${zone_master_ips%?}] +control_plane_count = ${MASTER_REPLICAS} +compute_count = ${WORKER_REPLICAS} failure_domains = [ { datacenter = "IBMCloud"