From 540679a9f81da5cbd49e7f44dc67ed17580f0a83 Mon Sep 17 00:00:00 2001 From: Chris Hines <chris.hines@monash.edu> Date: Tue, 12 Oct 2021 11:25:49 +1100 Subject: [PATCH] install pip3 --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6c9ddd73..657bebf3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,6 +79,7 @@ build_cluster_cicd: - chmod 400 gc_key.pem - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh script: + - apt install python3-pip - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - echo "create stage" - source ./$NECTAR_ALLOCATION-openrc.sh @@ -114,6 +115,7 @@ ansible_create_cluster_stage: tags: - ansible script: + - apt install python3-pip - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - cd CICD - pwd -- GitLab