Skip to content
Snippets Groups Projects
Commit 68f4645f authored by Chris Hines's avatar Chris Hines
Browse files

install pip3

parent 55c73b9a
No related branches found
No related tags found
3 merge requests!518modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!517modifications to playbooks because 1. we're not using ldap 2. we're mounting...,!513modifications to playbooks because 1. we're not using ldap 2. we're mounting...
...@@ -81,8 +81,8 @@ build_cluster_cicd: ...@@ -81,8 +81,8 @@ build_cluster_cicd:
script: script:
- whoami - whoami
- apt update - apt update
- apt upgrade - apt -y upgrade
- apt install python3-pip - apt -y install python3-pip
- pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- echo "create stage" - echo "create stage"
- source ./$NECTAR_ALLOCATION-openrc.sh - source ./$NECTAR_ALLOCATION-openrc.sh
...@@ -120,8 +120,8 @@ ansible_create_cluster_stage: ...@@ -120,8 +120,8 @@ ansible_create_cluster_stage:
script: script:
- whoami - whoami
- apt update - apt update
- apt upgrade - apt -y upgrade
- apt install python3-pip - apt -y install python3-pip
- pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible - pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- cd CICD - cd CICD
- pwd - pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment