X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fopenstack-kubernetes-create.sh;h=b4054c33fa64b9cc0e18344074c4d16499e4dd4f;hb=refs%2Fchanges%2F59%2F72659%2F3;hp=2f1a2b7fefdbc36d6d5dfbc549f98707ce0bebcf;hpb=5beb45586451cb772982de881cd09fd97360be87;p=releng%2Fglobal-jjb.git diff --git a/shell/openstack-kubernetes-create.sh b/shell/openstack-kubernetes-create.sh index 2f1a2b7f..b4054c33 100755 --- a/shell/openstack-kubernetes-create.sh +++ b/shell/openstack-kubernetes-create.sh @@ -13,6 +13,17 @@ echo "---> Creating kubernetes cluster" set -eux -o pipefail +# shellcheck disable=SC1090 +source ~/lf-env.sh + +lf-activate-venv --python python3 "lftools[openstack]" \ + kubernetes \ + niet \ + python-heatclient \ + python-openstackclient \ + python-magnumclient \ + yq + os_cloud="${OS_CLOUD:-vex}" fixed_network="${FIXED_NETWORK}" fixed_subnet="${FIXED_SUBNET}"