Skip to content

Commit

Permalink
infra: allow KUBEVIRT_PROVIDER override
Browse files Browse the repository at this point in the history
Also correct the path where kubevirtci repo is cloned.

Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
  • Loading branch information
maiqueb committed Feb 6, 2020
1 parent 705ff68 commit 0bcdcdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cluster/kubevirtci.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

export KUBEVIRT_PROVIDER='k8s-1.14.6'

export KUBEVIRT_PROVIDER="${KUBEVIRT_PROVIDER:-k8s-multus-1.13.3}"

KUBEVIRTCI_VERSION='0e5b027098796137a9b95aed57943061e185bfcd'
KUBEVIRTCI_PATH="${PWD}/_kubevirtci"
Expand Down
4 changes: 2 additions & 2 deletions cluster/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ echo 'The cluster is ready!'
echo 'Use following command to install macvtap-cni on the cluster:'
echo ' make cluster-sync'
echo 'Use following command to access cluster API:'
echo ' ./kubevirtci/cluster-up/kubectl.sh get nodes'
echo ' ./cluster/kubectl.sh get nodes'
echo 'Use following command to ssh into cluster node:'
echo ' ./kubevirtci/cluster-up/cli.sh ssh node01'
echo ' ./cluster/cli.sh ssh node01'

0 comments on commit 0bcdcdd

Please sign in to comment.