Skip to content
Snippets Groups Projects
Commit 3a5144ad authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

fixes on the stage push_button_spawn_cluster

parent 286243df
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -166,15 +166,11 @@ manual_cluster_spawn: ...@@ -166,15 +166,11 @@ manual_cluster_spawn:
- echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
script: script:
- source ./$NECTAR_ALLOCATION-openrc.sh - source ./$NECTAR_ALLOCATION-openrc.sh
- bash -x ./heat/heatcicdwrapper.sh create $MANUAL_STACKNAME - bash -x ./CICD/heat/heatcicdwrapper.sh create $MANUAL_STACKNAME
- git submodule update --init --remote --merge
- openstack stack list - openstack stack list
- export STACKNAME=$MANUAL_STACKNAME - export STACKNAME=$MANUAL_STACKNAME
- sleep 25 - sleep 25
- bash -x CICD/ansible_create_cluster_script.sh - bash -x CICD/ansible_create_cluster_script.sh
environment:
name: openstack
url: https://dashboard.rc.nectar.org.au/project/instances/
when: manual when: manual
only: only:
refs: refs:
......
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