-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Reboot Docker services on specified servers #4457
Merged
Merged
Conversation
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
cdrini
reviewed
Jan 21, 2021
cdrini
reviewed
Jan 21, 2021
cdrini
reviewed
Jan 21, 2021
cdrini
reviewed
Jan 21, 2021
cdrini
reviewed
Jan 21, 2021
cdrini
reviewed
Jan 21, 2021
This was referenced Jan 22, 2021
cclauss
changed the title
Reboot Docker services on all production servers
Reboot Docker services on various servers
Jan 26, 2021
cclauss
changed the title
Reboot Docker services on various servers
Reboot Docker services on specified servers
Jan 29, 2021
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 5, 2021
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 5, 2021
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 5, 2021
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 5, 2021
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 5, 2021
All of these changes are isolated to a bash script which I'm under the impression we've tested, run, and are currently using as part of our standard deploy process. I don't see any red flags in the code, so I'm going to merge and we can revisit on Tuesday. |
Sabreen-Parveen
pushed a commit
to Sabreen-Parveen/openlibrary
that referenced
this pull request
Feb 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related to
#4395Blocked by #4383
We want to separate deploying the code (#4395) and restarting the Docker services on all hosts (this PR).
This gives the deployment team the opportunity to verify that the correct Docker images and repos are in place on all hosts. Once the verification step is complete,
scripts/deployment/restart_servicessh" will restart all Docker services on all hosts.
ol-web1and
ol-web2` restarted in two separate waves to minimize downtime.Problem:
http://ol-web1.us.archive.org:8080/status
saysHost: ol-home0.us.archive.org
instead ofol-web1
Technical
Testing
Screenshot
Stakeholders