Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug fix for root template and Cluster reference #20

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

JohnPreston
Copy link
Member

Changed logic to be simplier:
In case we are not creating the cluster, we simply !Ref to the EcsClusterName
Else we create the cluster and !Ref to the EcsCluster object to get the ClusterName for onwards stacks.

@JohnPreston JohnPreston added the bug Something isn't working label Apr 13, 2020
@JohnPreston JohnPreston self-assigned this Apr 13, 2020
@JohnPreston JohnPreston linked an issue Apr 13, 2020 that may be closed by this pull request
@JohnPreston JohnPreston merged commit 639c9dc into master Apr 13, 2020
@JohnPreston JohnPreston deleted the fix/nocreatecluster branch April 13, 2020 10:28
JohnPreston added a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <john@lambda-my-aws.io>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <john@lambda-my-aws.io>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <john@lambda-my-aws.io>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <john@lambda-my-aws.io>
JohnPreston pushed a commit that referenced this pull request May 3, 2020
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.0 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.0 (#42)

Signed-off-by: John Preston <john@lambda-my-aws.io>
JohnPreston added a commit that referenced this pull request May 3, 2020
* Added License header and changed to GPLv3 (#44)
* Bug fix for root template and Cluster reference (#20)
* Expand TagsSpecifications with x-tags (#24)
* Reformatted with black (#25)
* Allow to specify directory to write all the templates to in addition to S3. (#27)
* Added `make conform` to run black against the code to standardize syntax (#26)
* Templates & Stacks refactor (#38)
* Refactor of XModules logic onto ECS services (#39)
* x-rds implemented and tested working with Aurora (#29)
* Working SQS refactor (#40)
* Docs update and first go at IAM perms (#22)
* Updated tests and small patches for 0.2.1 (#43)
* Added License header and changed to GPLv3 (#44)
* Docs for 0.2.1 (#42)
*Patch CLI and CFN tool to generate the CFN configuration file.

Signed-off-by: John Preston <john@lambda-my-aws.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

root template is not validated
1 participant