forked from zalando-stups/senza
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ability to place a stack into maintenance mode zalando-stups#443
Given a stack it will detect all asgs within that stack negotiate the tag named 'maintenance' and do the same on all instances currently belonging to that asg. $ senza maintenance some-stack-name Changing maintenance mode on Auto Scaling Group some-stack-name-version-AppServer-1R2KFL5HLI5NT.. Maintance mode set to False for some-stack-name-version-AppServer-1R2KFL5HLI5NT $ senza maintenance some-stack-name Changing maintenance mode on Auto Scaling Group some-stack-name-version-AppServer-1R2KFL5HLI5NT.. Maintance mode set to True for some-stack-name-version-AppServer-1R2KFL5HLI5NT Signed-off-by: Ian Duffy <[email protected]>
- Loading branch information
Ian Duffy
committed
Feb 1, 2017
1 parent
c369a90
commit 2cd4ca0
Showing
2 changed files
with
56 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
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