Skip to content

Commit d31f601

Browse files
committed
ci-operator/templates/openshift: Bump install-config.yaml to v1beta2
To keep up with openshift/installer@3b393da (pkg/types/aws/machinepool: Drop IAM-role overrides, 2019-01-30, openshift/installer#1154). The change only affected AWS, and we didn't set the removed property anyway.
1 parent 54fbccb commit d31f601

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ objects:
251251
252252
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
253253
cat > /tmp/artifacts/installer/install-config.yaml << EOF
254-
apiVersion: v1beta1
254+
apiVersion: v1beta2
255255
baseDomain: ${BASE_DOMAIN}
256256
clusterID: ${CLUSTER_ID}
257257
machines:
@@ -280,7 +280,7 @@ objects:
280280
EOF
281281
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
282282
cat > /tmp/artifacts/installer/install-config.yaml << EOF
283-
apiVersion: v1beta1
283+
apiVersion: v1beta2
284284
baseDomain: ${BASE_DOMAIN}
285285
clusterID: ${CLUSTER_ID}
286286
machines:

ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ objects:
221221
222222
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
223223
cat > /tmp/artifacts/installer/install-config.yaml << EOF
224-
apiVersion: v1beta1
224+
apiVersion: v1beta2
225225
baseDomain: ${BASE_DOMAIN}
226226
clusterID: ${CLUSTER_ID}
227227
machines:
@@ -250,7 +250,7 @@ objects:
250250
EOF
251251
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
252252
cat > /tmp/artifacts/installer/install-config.yaml << EOF
253-
apiVersion: v1beta1
253+
apiVersion: v1beta2
254254
baseDomain: ${BASE_DOMAIN}
255255
clusterID: ${CLUSTER_ID}
256256
machines:

ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ objects:
227227
228228
if [[ "${CLUSTER_TYPE}" == "gcp" ]]; then
229229
cat > /tmp/artifacts/installer/install-config.yaml << EOF
230-
apiVersion: v1beta1
230+
apiVersion: v1beta2
231231
baseDomain: origin-ci-int-gce.dev.rhcloud.com
232232
clusterID: ${CLUSTER_ID}
233233
machines:
@@ -255,7 +255,7 @@ objects:
255255
export AWS_SHARED_CREDENTIALS_FILE="/etc/openshift-installer/.awscred"
256256
export EXPIRATION_DATE=$(date -d '4 hours' --iso=minutes --utc)
257257
cat > /tmp/artifacts/installer/install-config.yaml << EOF
258-
apiVersion: v1beta1
258+
apiVersion: v1beta2
259259
baseDomain: test.ose
260260
clusterID: ${CLUSTER_ID}
261261
machines:

ci-operator/templates/openshift/openshift-ansible/cluster-scaleup-e2e-40.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ objects:
315315
316316
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
317317
cat > /tmp/artifacts/installer/install-config.yaml << EOF
318-
apiVersion: v1beta1
318+
apiVersion: v1beta2
319319
baseDomain: ${BASE_DOMAIN}
320320
clusterID: ${CLUSTER_ID}
321321
machines:
@@ -344,7 +344,7 @@ objects:
344344
EOF
345345
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
346346
cat > /tmp/artifacts/installer/install-config.yaml << EOF
347-
apiVersion: v1beta1
347+
apiVersion: v1beta2
348348
baseDomain: ${BASE_DOMAIN}
349349
clusterID: ${CLUSTER_ID}
350350
machines:

0 commit comments

Comments
 (0)