-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3184] optional self hosted redis container
We have setup Elasticache redis in the dev environment. In order to verify that Elasticache has taken over for the self hosted redis docker instance we need to disable it for the dev environment while still keeping it enabled for the prod environment. This change allows the tower admin to enable or disable the self hosted redis docker resources per environment.
- Loading branch information
Showing
3 changed files
with
8 additions
and
0 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 |
---|---|---|
|
@@ -37,3 +37,4 @@ stack_tags: | |
|
||
sceptre_user_data: | ||
environment: !file src/tower/resources/environment.yaml | ||
EnableRedisDocker: false |
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ stack_tags: | |
|
||
sceptre_user_data: | ||
environment: !file src/tower/resources/environment.yaml | ||
EnableRedisDocker: true |
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