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
Deployment failed when I tried to deploy into a bare VPC and RESEnvironmentName wasn't set.
I got the following stack trace.
Traceback (most recent call last):
File "app.py", line 32, in <module>
termination_protection = True,
File "/workplace/cartalla/github/aws-eda-slurm-cluster/source/.venv/lib64/python3.7/site-packages/jsii/_runtime.py", line 118, in __call__
inst = super(JSIIMeta, cast(JSIIMeta, cls)).__call__(*args, **kwargs)
File "/workplace/cartalla/github/aws-eda-slurm-cluster/source/cdk/cdk_slurm_stack.py", line 132, in __init__
self.create_parallel_cluster_assets()
File "/workplace/cartalla/github/aws-eda-slurm-cluster/source/cdk/cdk_slurm_stack.py", line 577, in create_parallel_cluster_assets
string_value = self.configure_cluster_manager_sns_topic.topic_arn
AttributeError: 'CdkSlurmStack' object has no attribute 'configure_cluster_manager_sns_topic'
Additional context
Add any other context about the problem here.
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
Deployment failed when I tried to deploy into a bare VPC and RESEnvironmentName wasn't set.
I got the following stack trace.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: