Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ocp_install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ function build_installer() {
popd

export OPENSHIFT_INSTALLER="$OPENSHIFT_INSTALL_PATH/bin/openshift-install"

# The installer defaults to origin/CI releases, e.g registry.svc.ci.openshift.org/origin/release:4.2
# Which currently don't work for us ref
# https://github.com/openshift/ironic-inspector-image/pull/17
# Until we can align OPENSHIFT_RELEASE_IMAGE with the installer default, we still need
# to set OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE for openshift-install source builds
export OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE="${OPENSHIFT_RELEASE_IMAGE}"
}

function generate_ocp_install_config() {
Expand Down