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

pathing fixes

parent 535c84af
No related branches found
No related tags found
1 merge request!297Cicd merge back
......@@ -62,6 +62,7 @@ build_cluster_cicd:
tags:
- heat
before_script:
- cd $DEFAULT_PATH
- echo "$GC_KEY" > gc_key.pem
- chmod 400 gc_key.pem
- echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
......@@ -69,8 +70,8 @@ build_cluster_cicd:
- echo "heat stage"
- source ./$NECTAR_ALLOCATION-openrc.sh
- openstack stack list
- bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME
- bash -x ./CICD/heat/server_rebuild.sh all
- bash -x ./heat/heatcicdwrapper.sh create_or_update $STACKNAME
- bash -x ./heat/server_rebuild.sh all
after_script:
- sleep 30 # artifically wait a bit to give the nodes time to boot
# only:
......
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