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

still working on key handling

Former-commit-id: a6224155
parent fa3cc0b4
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,7 @@ build_cluster_cicd: ...@@ -68,6 +68,7 @@ build_cluster_cicd:
before_script: before_script:
- 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
- echo $HPCCICD_openrc > ./$NECTAR_ALLOCATION-openrc.sh - echo $HPCCICD_openrc > ./$NECTAR_ALLOCATION-openrc.sh
script: script:
- echo "heat stage" - echo "heat stage"
...@@ -76,11 +77,11 @@ build_cluster_cicd: ...@@ -76,11 +77,11 @@ build_cluster_cicd:
- bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME
after_script: after_script:
- sleep 20 # artifically wait a bit to give the nodes time to boot - sleep 20 # artifically wait a bit to give the nodes time to boot
only: # only:
changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges # changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges
- "heat/*HOT*.yaml" # - "heat/*HOT*.yaml"
- schedules # - schedules
- ./.gitlab-ci.yml # - ./.gitlab-ci.yml
ansible_create_cluster_stage: ansible_create_cluster_stage:
stage: ansible_create_cluster_stage stage: ansible_create_cluster_stage
......
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