Closed
Bug 874894
Opened 12 years ago
Closed 12 years ago
[bedrock] Update configuration for demo1 and demo2 and deploy
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pmac, Assigned: cturra)
References
Details
(Whiteboard: [push interrupt])
+++ This bug was initially created as a clone of Bug #874605 +++
This is for bedrock demo1 and demo2 instances. Please push the following branches:
demo1: master
demo2: private/master
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 the aforementioned branch appropriate to the env.
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
rm -rf $PWD/vendor-local/src/jingo-minify
rm -rf $PWD/vendor-local/src/tower
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!
Assignee | ||
Comment 1•12 years ago
|
||
both demo1 and demo2 have been updated and a test push completed per your request above.
Assignee: server-ops-webops → cturra
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [push interrupt]
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
•