From a02a578ab54f814fc7afedeb7f55fe45d2da7189 Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Wed, 15 Jan 2020 19:04:21 +0100 Subject: [PATCH] UPI e2e: remove compute section in generated install-config This ensures masters are not labelled as workers on UPI AWS runs --- .../installer/cluster-launch-installer-upi-e2e.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml index d06fb53ed41b7..65a5ccad1603d 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-upi-e2e.yaml @@ -1031,15 +1031,6 @@ objects: - ${AWS_REGION}a - ${AWS_REGION}b - ${AWS_REGION}c - compute: - - name: worker - replicas: 0 - platform: - aws: - zones: - - ${AWS_REGION}a - - ${AWS_REGION}b - - ${AWS_REGION}c networking: machineCIDR: ${MACHINE_CIDR} platform: @@ -1113,9 +1104,6 @@ objects: controlPlane: name: master replicas: 3 - compute: - - name: worker - replicas: 0 platform: gcp: projectID: ${GCP_PROJECT}