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 b54f40124b285..bc4ac7180fb24 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 @@ -325,7 +325,8 @@ objects: echo "Unsupported cluster type '${CLUSTER_NAME}'" exit 1 fi - + # Need to copy install-config.yml as it gets consumed. + cp /tmp/artifacts/installer/install-config.yml /tmp/artifacts/installer/install-config-ansible.yml /bin/openshift-install --dir=/tmp/artifacts/installer --log-level=debug create ignition-configs & wait "$!" diff --git a/cluster/test-deploy/gcp-4.0/vars-origin.yaml b/cluster/test-deploy/gcp-4.0/vars-origin.yaml index 35dc6bcfebe84..c64c33903e867 100644 --- a/cluster/test-deploy/gcp-4.0/vars-origin.yaml +++ b/cluster/test-deploy/gcp-4.0/vars-origin.yaml @@ -56,3 +56,4 @@ openshift_master_cluster_hostname: "{{ openshift_gcp_prefix }}api.{{ public_host wildcard_zone: "apps.{{ openshift_master_cluster_public_hostname }}" openshift_master_public_api_url: "https://{{ openshift_gcp_prefix }}api.{{ public_hosted_zone }}" openshift_master_public_console_url: "https://{{ openshift_gcp_prefix }}api.{{ public_hosted_zone }}/console" +openshift_install_config_path: "/tmp/artifacts/installer/install-config-ansible.yml"