-
Notifications
You must be signed in to change notification settings - Fork 68
Update 00_deploy_replay.sh to prevent deployments on production nodes #4819
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
Conversation
|
Can one of the admins verify this patch? |
germanfgv
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks ok, a few tweaks should be enough
bin/00_deploy_replay.sh
Outdated
| @@ -1,4 +1,29 @@ | |||
| #!/bin/bash | |||
| confirm_deploy="" | |||
| replay_nodes=("vocms0500.cern.ch" "vocms047.cern.ch" "vocms001.cern.ch" "C4_vocms047.cern.ch") | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove Cx_vocms047. That's not a real VM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And add vocms015
Update Deployment Script
Requestor Antonio Linares
Team or person that requests this replay
Purpose of the Update
Updated 00_deploy_replay.sh to ask for confirmation before deploying on a production node.