Chore: Remove stable/argon jobs
[releng/builder.git] / jjb / packaging / openstack-k8s-create-with-template.sh
index 7513c9f5e59de9804b3bd9509bf27909c070b5c0..291baa4ca1d79369648423c915f10721dc5abce8 100644 (file)
 echo "---> Create K8S cluster with pre-existing template"
 
 set -eux -o pipefail
+
 # shellcheck disable=SC1090
-source ~/lf-env.sh
-lf-activate-venv python-openstackclient python-magnumclient
+. ~/lf-env.sh
+
+lf-activate-venv --python python3 \
+    python-heatclient \
+    python-openstackclient \
+    urllib3~=1.26.15 \
+    yq
 
 OS_TIMEOUT=20       # Wait time in minutes for OpenStack cluster to come up.
 CLUSTER_RETRIES=3   # Number of times to retry creating a cluster.