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

try a docker runner instead

parent 8c94a61d
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...
......@@ -69,6 +69,7 @@ ansiblelint:
build_cluster_cicd:
stage: openstack_create
image: ubuntu
allow_failure: false
tags:
- heat
......@@ -78,6 +79,7 @@ build_cluster_cicd:
- chmod 400 gc_key.pem
- echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script:
- pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- echo "create stage"
- source ./$NECTAR_ALLOCATION-openrc.sh
- ssh-keygen -f tmp_key -N "" -t ed25519
......@@ -108,9 +110,11 @@ build_cluster_cicd:
ansible_create_cluster_stage:
stage: ansible_create_cluster_stage
image: ubuntu
tags:
- ansible
script:
- pip3 install python-cinderclient python-keystoneclient python-novaclient python-openstackclient PyYAML ansible
- cd CICD
- pwd
- python3 ./make_files.py ./inventory.yml ./infra/os_vars.yml ./vars/versions.yml
......
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