diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml index b5ff1baee358f..2b3f830d85f58 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml @@ -311,6 +311,7 @@ objects: if [[ "${CLUSTER_TYPE}" == "aws" ]]; then cat > /tmp/artifacts/installer/install-config.yaml << EOF + apiVersion: v1beta1 baseDomain: ${BASE_DOMAIN} clusterID: ${CLUSTER_ID} machines: @@ -339,6 +340,7 @@ objects: EOF elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then cat > /tmp/artifacts/installer/install-config.yaml << EOF + apiVersion: v1beta1 baseDomain: ${BASE_DOMAIN} clusterID: ${CLUSTER_ID} machines: diff --git a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml index edb4eb6c9e9d8..bd6b90ab4e16d 100644 --- a/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml +++ b/ci-operator/templates/openshift/installer/cluster-launch-installer-src.yaml @@ -276,6 +276,7 @@ objects: if [[ "${CLUSTER_TYPE}" == "aws" ]]; then cat > /tmp/artifacts/installer/install-config.yaml << EOF + apiVersion: v1beta1 baseDomain: ${BASE_DOMAIN} clusterID: ${CLUSTER_ID} machines: @@ -304,6 +305,7 @@ objects: EOF elif [[ "${CLUSTER_TYPE}" == "openstack" ]]; then cat > /tmp/artifacts/installer/install-config.yaml << EOF + apiVersion: v1beta1 baseDomain: ${BASE_DOMAIN} clusterID: ${CLUSTER_ID} machines: diff --git a/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml b/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml index 8afd5173c9295..24df375188f15 100644 --- a/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml +++ b/ci-operator/templates/openshift/openshift-ansible/cluster-launch-e2e-40.yaml @@ -268,6 +268,7 @@ objects: if [[ "${CLUSTER_TYPE}" == "gcp" ]]; then cat > /tmp/artifacts/installer/install-config.yaml << EOF + apiVersion: v1beta1 baseDomain: origin-ci-int-gce.dev.rhcloud.com clusterID: ${CLUSTER_ID} machines: @@ -295,6 +296,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 baseDomain: test.ose clusterID: ${CLUSTER_ID} machines: