You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I specified slurm/PartallelClusterConfig/Database/DatabaseStackName and tried to deploy the cluster before the database
stack had finished deploying.
This failed with stack trace because the stack wasn't found or the stack didn't have outputs yet.
Add checking for an incorrect stack or stack that isn't ready so get better error messages.
The text was updated successfully, but these errors were encountered:
Handle case where ParallelClusterConfig DatabaseStackName isn't ready yet.
Resolves#190
Don't create self.configure_cluster_manager_sns_topic_arn_parameter if
RESEnvironmentName not configured.
Resolves#189
Don't create self.configure_cluster_manager_sns_topic_arn_parameter if
RESEnvironmentName not configured.
Rename variables and lambdas for RES related configuration to include "Res" for clarity.
Resolves#189
Handle case where ParallelClusterConfig DatabaseStackName isn't ready yet.
Resolves#190
Describe the bug
I specified slurm/PartallelClusterConfig/Database/DatabaseStackName and tried to deploy the cluster before the database
stack had finished deploying.
This failed with stack trace because the stack wasn't found or the stack didn't have outputs yet.
Add checking for an incorrect stack or stack that isn't ready so get better error messages.
The text was updated successfully, but these errors were encountered: