-
-
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
Scripts for production deployments #4395
Merged
mekarpeles
merged 12 commits into
internetarchive:master
from
cclauss:create_deployment/start_production_deploy.sh
Jan 25, 2021
Merged
Scripts for production deployments #4395
mekarpeles
merged 12 commits into
internetarchive:master
from
cclauss:create_deployment/start_production_deploy.sh
Jan 25, 2021
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
4 tasks
This was referenced Jan 11, 2021
Roadmap... (This PR or future iterations)
|
24 tasks
mekarpeles
approved these changes
Jan 21, 2021
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.
lgtm;
- questions about how volume-mount affects ability to rollback
- questions about having web restarts occur in deployment script itself (currently we deploy and then restart independently with the intent that a human operator is available to rollback after the first failure experienced during blue/green)
cdrini
reviewed
Jan 21, 2021
Co-authored-by: Drini Cami <cdrini@gmail.com>
@cclauss and I agreed that given this is the process we're currently using, we can go ahead and land this initial set of changes and open an issues for behavior change which needs to occur as a followup. |
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.
Closes #4382
This is a temporary script-based Open Library production deployment that will be refactored into
fabfile.py
.It allows us to make sure all steps are clear and complete before migrating them into
fabfile.py
.https://github.com/internetarchive/openlibrary/wiki/Deployment-Scratchpad
time start_production_deploy.sh
continue_production_deploy.sh
finish_production_deploy.sh
finish_production_deploy.sh
Technical
Testing
https://github.com/internetarchive/openlibrary/wiki/Deployment-Scratchpad
Screenshot
Stakeholders