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
I have many alarms for my services within ZMON, when deploying upgrades I would like to not trip those alarms.
I would like to be able to deploy the new services with maintenance mode enabled(just an autoscaling group tag that gets populated to the instances) so the ZMON check will exclude the entity.
When the service is deployed and ready to handle traffic I would like to disable maintenance mode(Change the tag to false) for the autoscaling group and all associated instances.
Thoughts?
The text was updated successfully, but these errors were encountered:
imduffy15
pushed a commit
to imduffy15/senza
that referenced
this issue
Feb 1, 2017
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 <ian.duffy@zalando.ie>
imduffy15
pushed a commit
to imduffy15/senza
that referenced
this issue
Feb 1, 2017
Given a stack it will detect all asgs within that stack
negates 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 <ian.duffy@zalando.ie>
In order to be consistent with other commands like traffic or scale, senza maintenance foo should tell what the current state is and something like true/false, 1/0, on/off, ... should be used to update.
I have many alarms for my services within ZMON, when deploying upgrades I would like to not trip those alarms.
I would like to be able to deploy the new services with maintenance mode enabled(just an autoscaling group tag that gets populated to the instances) so the ZMON check will exclude the entity.
When the service is deployed and ready to handle traffic I would like to disable maintenance mode(Change the tag to false) for the autoscaling group and all associated instances.
Thoughts?
The text was updated successfully, but these errors were encountered: