GoogleCloudPlatform / cluster-toolkit

Cluster Toolkit is an open-source software offered by Google Cloud which makes it easy for customers to deploy AI/ML and HPC environments on Google Cloud.
Apache License 2.0
203 stars 141 forks source link

Remove default service account #2976

Closed alyssa-sm closed 1 month ago

alyssa-sm commented 2 months ago

The terraform changes made here remove google_compute_default_service_account. To replace it, the service account email is synthesized in the Slurm-GCP repo using the data block google_project.

Tested with references pointing to master branch in slurm-fork which are now changes included in tag 6.7.0. It is testing the changes made in this PR.

All slurm tests passed.

Updating the references to 6.7.0 will take place in a separate PR.

mr0re1 commented 1 month ago

Please run tests before landing.