Skip to content

Commit

Permalink
WIP use kni-installer/pr100
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Hardy committed Jul 16, 2019
1 parent ecfb47a commit 1c5fddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocp_install_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export CLUSTER_DOMAIN="${CLUSTER_NAME}.${BASE_DOMAIN}"
export SSH_PUB_KEY="${SSH_PUB_KEY:-$(cat $HOME/.ssh/id_rsa.pub)}"
export EXTERNAL_SUBNET="192.168.111.0/24"
export DNS_VIP=${DNS_VIP:-"192.168.111.2"}
export KNI_INSTALL_FROM_GIT=true

#
# See https://origin-release.svc.ci.openshift.org/ for release details
Expand Down Expand Up @@ -38,7 +39,7 @@ function extract_installer() {
function clone_installer() {
# Clone repo, if not already present
if [[ ! -d $OPENSHIFT_INSTALL_PATH ]]; then
sync_repo_and_patch go/src/github.com/openshift-metalkube/kni-installer https://github.com/openshift-metalkube/kni-installer.git
sync_repo_and_patch go/src/github.com/openshift-metalkube/kni-installer https://github.com/openshift-metalkube/kni-installer.git https://patch-diff.githubusercontent.com/raw/openshift-metal3/kni-installer/pull/100.patch
fi
}

Expand Down

0 comments on commit 1c5fddc

Please sign in to comment.