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

pathing fixes

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