Scripts for production deployments#4395
Merged
mekarpeles merged 12 commits intointernetarchive:masterfrom Jan 25, 2021
cclauss:create_deployment/start_production_deploy.sh
Merged
Scripts for production deployments#4395mekarpeles merged 12 commits intointernetarchive:masterfrom cclauss:create_deployment/start_production_deploy.sh
mekarpeles merged 12 commits intointernetarchive:masterfrom
cclauss:create_deployment/start_production_deploy.sh
Conversation
4 tasks
This was referenced Jan 11, 2021
Contributor
Author
|
Roadmap... (This PR or future iterations)
|
24 tasks
mekarpeles
approved these changes
Jan 21, 2021
Member
mekarpeles
left a comment
There was a problem hiding this comment.
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>
Member
|
@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. |
This file contains hidden or 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
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.shcontinue_production_deploy.shfinish_production_deploy.shfinish_production_deploy.shTechnical
Testing
https://github.com/internetarchive/openlibrary/wiki/Deployment-Scratchpad
Screenshot
Stakeholders