Skip to content
Snippets Groups Projects
Commit c1f7ffd6 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Merge branch 'fix-cluster-hook-playbook-name' into 'feat-hpc-factory'

fix: update cluster hook playbook name

See merge request !132
parents d5ec1dc0 1e56b086
No related branches found
No related tags found
2 merge requests!132fix: update cluster hook playbook name,!117This MR merges the feat-hpc-factory branch, which was focused on building and deploying proxy images for the COD cluster.
...@@ -189,7 +189,7 @@ deploy_ssh_proxy_node: ...@@ -189,7 +189,7 @@ deploy_ssh_proxy_node:
git clone ${CI_REPOSITORY_URL} /tmp/${CI_PROJECT_NAME} git clone ${CI_REPOSITORY_URL} /tmp/${CI_PROJECT_NAME}
cd /tmp/${CI_PROJECT_NAME} cd /tmp/${CI_PROJECT_NAME}
git checkout ${CI_COMMIT_REF_NAME} git checkout ${CI_COMMIT_REF_NAME}
ansible-playbook -c local -i 127.0.0.1, --extra-vars="$EXTRA_VARS" ansible/cheaha.yml | tee -a /tmp/ansible.log ansible-playbook -c local -i 127.0.0.1, --extra-vars="$EXTRA_VARS" ansible/cluster.yml | tee -a /tmp/ansible.log
rm -rf /tmp/${CI_PROJECT_NAME} rm -rf /tmp/${CI_PROJECT_NAME}
EOF EOF
- | - |
......
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