Skip to content
Snippets Groups Projects
Commit d862e711 authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Merge branch 'fix-munge-key-copy-slurmclient' into 'feat-hpc-factory'

feat: Download ansible files for cluster.yml

See merge request rc/hpc-factory!161
parents 8e750e45 2b70839e
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -300,6 +300,7 @@ deploy_login_node:
[$ENV]
127.0.0.1
EEOF
s3cmd get --force -r --access_key=$AWS_ACCESS_KEY_ID --secret_key=$AWS_SECRET_ACCESS_KEY --host=$AWS_HOST --host-bucket=$AWS_HOST s3://cheaha-cloud-ansible-files/ /tmp/${CI_PROJECT_NAME}/ansible/files/
ansible-playbook -c local -i ansible/hosts --extra-vars="$EXTRA_VARS" ansible/cluster.yml | tee -a /tmp/ansible.log
rm -rf /tmp/${CI_PROJECT_NAME}
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