aws-samples / aws-eda-slurm-cluster

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

[BUG] Cluster not updated when scripts saved in s3 are updated #180

Closed cartalla closed 7 months ago

cartalla commented 7 months ago

Describe the bug The only parameter that is passed to the ParallelCluster custom resource is the config json, so the resource is only updated when that is updated. Need to add a parameter that is tied to the file contents.

Proposed solution is to create a sha512 secure hash of all of the file contents including the ansible playbook.