-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Concd 199 feature branch wait dataload (#1997)
* add wait condition to data load host * Remove psql statements that require the fargate-feautrebranch to have already run migrations against the database * Switching to sleep and adding back psql commands assuming migrations has already by fargate app task launch * CONCD-199 add github workflow badging * CONCD-199 update ami * remove problematic install * add configuration to ignore cfn warning W2001 for a UserData completion signal in the featurebranch nested clouformation stacks * incrememnt EngineVersion. AWS would no longer launch 12.8 * CONCD-199 Add DataLoadHost completion signal using cfn signal helper scripts, cfn output and input parameter to featurebranch cloudformation nested stack. This is to allow UserData in DataLoadHost to complete before launching the nested FargateCluster stack
- Loading branch information
Showing
7 changed files
with
30 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# The W2001 check is used to ignore the featurebranch.yaml DataLoadStackName parameter in the nested | ||
# stack fargate-featurebranch.yaml used to signal when the DataLoadHost UserData commands are complete. | ||
# Check if Parameters are Used | ||
ignore_checks: | ||
- W2001 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ deploystatus.log | |
artifacts/ | ||
/.* | ||
!.gitignore | ||
!.cfnlintrc.yaml | ||
!.github | ||
!.dockerignore | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters