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
Now that we're using nested CloudFormation stacks for most of Dromedary, we no longer need to use many of the shell scripts that we're being used to manage stack creation/deletion - for the most part. This means we're no longer needing to use:
The problem is that the Dromedary application stack pipeline/cfn/app-instance.json is launched from bin/cfn-create-app.sh through Jenkins via pipeline/jobs/scripts/drom-create-env.sh and, therefore, is not part of the master stack which means it doesn't get deleted and this means that resources such as VPC and ENI cannot be deleted even though they are part of the atomic Dromedary stacks.
The text was updated successfully, but these errors were encountered:
Now that we're using nested CloudFormation stacks for most of Dromedary, we no longer need to use many of the shell scripts that we're being used to manage stack creation/deletion - for the most part. This means we're no longer needing to use:
We are still using the following scripts:
The problem is that the Dromedary application stack pipeline/cfn/app-instance.json is launched from bin/cfn-create-app.sh through Jenkins via pipeline/jobs/scripts/drom-create-env.sh and, therefore, is not part of the master stack which means it doesn't get deleted and this means that resources such as VPC and ENI cannot be deleted even though they are part of the atomic Dromedary stacks.
The text was updated successfully, but these errors were encountered: