clusterinthecloud / ansible

Ansible config for Cluster in the Cloud
https://cluster-in-the-cloud.readthedocs.io
MIT License
10 stars 27 forks source link

Run packer role async #101

Closed milliams closed 3 years ago

milliams commented 3 years ago

Move packer earlier in the build process but make it run asynchronously. The result of the packer run is not checked until the finalise role.

It still depends on the slurm role for the API credential files and the ldap role for the CA cert. The former could be simplified in the future by moving that out of the Slurm role into a csp_creds role for example.