aws-samples / aws-eda-slurm-cluster

AWS Slurm Cluster for EDA Workloads
MIT No Attribution
28 stars 7 forks source link

Fix bugs when creating slurmdb accounts for fair share #173

Closed cartalla closed 10 months ago

cartalla commented 10 months ago

Failures were causing ParallelCluster configuration to fail. Moved the ansible tasks to the end of the playbook. Make failures only send a notification to SNS instead of failing the playbook. This is important because the customer provided config file could have errors and it shouldn't cause ParallelCluster configuration to fail.

Don't create Rocky 8 build configurations before rocky8 is supported

Rocky 8 support will be added in ParallelCluster 3.8.0. Don't create rocky8 build configurations on earlier versions.

Resolves #167

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.