Skip to content

Commit

Permalink
ci-operator/templates/openshift: Bump install-config.yaml to v1beta2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wking committed Feb 2, 2019
1 parent 54fbccb commit d31f601
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ objects:
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down Expand Up @@ -280,7 +280,7 @@ objects:
EOF
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ objects:
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down Expand Up @@ -250,7 +250,7 @@ objects:
EOF
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ objects:
if [[ "${CLUSTER_TYPE}" == "gcp" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: origin-ci-int-gce.dev.rhcloud.com
clusterID: ${CLUSTER_ID}
machines:
Expand Down Expand Up @@ -255,7 +255,7 @@ objects:
export AWS_SHARED_CREDENTIALS_FILE="/etc/openshift-installer/.awscred"
export EXPIRATION_DATE=$(date -d '4 hours' --iso=minutes --utc)
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: test.ose
clusterID: ${CLUSTER_ID}
machines:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ objects:
if [[ "${CLUSTER_TYPE}" == "aws" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down Expand Up @@ -344,7 +344,7 @@ objects:
EOF
elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then
cat > /tmp/artifacts/installer/install-config.yaml << EOF
apiVersion: v1beta1
apiVersion: v1beta2
baseDomain: ${BASE_DOMAIN}
clusterID: ${CLUSTER_ID}
machines:
Expand Down

0 comments on commit d31f601

Please sign in to comment.