Closed
Bug 872797
Opened 12 years ago
Closed 12 years ago
[bedrock] Update configuration for stage and deploy
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: cturra)
References
()
Details
(Whiteboard: [push interrupt])
This is for bedrock staging instance.
We can't use chief for this one because we've just shifted a bunch of code around. :jd helped us with the www-dev environment in bug 872704, so hopefully those steps will work here.
1. Sync down latest from master branch on github.
2. Move the local.py file: It moved from settings/local.py to bedrock/settings/local.py. This file is under puppet.
3. Delete old directories:
PWD='/data/www/www.allizom.org-django/bedrock'
# this is the dir on the webhead, not sure about admin
rm -rf $PWD/apps
rm -rf $PWD/settings
rm -rf $PWD/vendor-local/src/django
4. Modify bedrock/settings/local.py:
Remove the line 'from settings import *'
Add the line 'import logging'
5. Continue deployment.
All should be running correctly after this. If not please hit us up on #www and we'll figure it out.
Thanks!
Reporter | ||
Comment 1•12 years ago
|
||
Any chance this one will happen today? It's blocking pushes for bedrock.
Severity: minor → normal
Assignee | ||
Comment 2•12 years ago
|
||
grabbing this.
Assignee: server-ops-webops → cturra
Whiteboard: [push interrupt]
Assignee | ||
Comment 3•12 years ago
|
||
updated and did a chief deploy of tag: b5b9f83a9851f05b77651d6589a46b8f8885350c to test. everything looks good :)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•