From f30eb52bb0b53dfe1cb7749cac721b42b3a56ad2 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 13 Mar 2019 16:27:51 +0000 Subject: [PATCH] Use temporary images to workaround machine-api/cvo failure To unblock testing use this temporary build, we'll switch back to the latest images when https://github.com/openshift/machine-api-operator/pull/246 lands --- ocp_install_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocp_install_env.sh b/ocp_install_env.sh index da10dfaf1..2fc21a43f 100644 --- a/ocp_install_env.sh +++ b/ocp_install_env.sh @@ -9,6 +9,9 @@ export SSH_PUB_KEY="`cat $HOME/.ssh/id_rsa.pub`" # Not used by the installer. Used by s.sh. export SSH_PRIV_KEY="$HOME/.ssh/id_rsa" +# Temporary workaround pending merge of https://github.com/openshift/machine-api-operator/pull/246 +export OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE="quay.io/vrutkovs/kni-release-mar13:release" + function generate_ocp_install_config() { local outdir