Closed
Bug 665213
Opened 14 years ago
Closed 14 years ago
[input] Push Firefox Input 4.2 to production
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: davedash, Assigned: oremj)
References
Details
(Whiteboard: [6/28/2011])
Preferably on 6/28
Here's some notes:
http://etherpad.mozilla.org:9000/input-4-2-push
Wait for confirmation on tagging and whatnot.
Reporter | ||
Updated•14 years ago
|
Updated•14 years ago
|
Assignee: server-ops → jeremy.orem+bugs
Assignee | ||
Comment 2•14 years ago
|
||
Should this be tomorrow instead?
Reporter | ||
Comment 3•14 years ago
|
||
I'd be fine with that - we still have that ES_settings blocker too that we'll want to take care of.
What time is good for you?
Assignee | ||
Comment 4•14 years ago
|
||
4pm today?
Reporter | ||
Comment 5•14 years ago
|
||
WFM
Assignee | ||
Comment 6•14 years ago
|
||
bin/update_prod.sh
+ SVN=/usr/bin/svn
+ INPUT_DIR=/data/input/python/input.mozilla.com/reporter
+ VENDOR_DIR=/data/input/python/input.mozilla.com/reporter/vendor
+ SYNC_DIR=/data/input/www/django/input.mozilla.com/reporter/
+ pushd locale
+ /usr/bin/svn revert -R .
Reverted 'uk/LC_MESSAGES/messages.mo'
Reverted 'zh_TW/LC_MESSAGES/messages.mo'
+ /usr/bin/svn up
At revision 91847.
+ ./compile-mo.sh .
+ popd
+ echo -e 'Updating vendor...'
Updating vendor...
+ cd /data/input/python/input.mozilla.com/reporter/vendor
+ git pull
Already up-to-date.
+ git submodule update --init
+ echo -e 'Updating reporter...'
Updating reporter...
+ cd /data/input/python/input.mozilla.com/reporter
+ git fetch origin
+ git checkout origin/prod
M bin/update_prod.sh
HEAD is now at 4889f09... Merge pull request #9 from nigelbabu/fix-theme
+ git submodule update --init
+ cd /data/input
+ /usr/bin/rsync -aq --exclude '.git*' --delete /data/input/python/ /data/input/www/django
+ cd /data/input/www/django/input.mozilla.com/reporter/
+ schematic migrations
+ /usr/bin/python26 /data/input/python/input.mozilla.com/reporter/manage.py cron get_highcharts
+ /usr/bin/python26 /data/input/python/input.mozilla.com/reporter/manage.py compress_assets
+ '[' -d /data/input/www/django/input.mozilla.com/reporter//migrations/sites ']'
+ schematic migrations/sites
+ /data/input/deploy
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 7•14 years ago
|
||
QA verified. Site is alive and has a steady heartbeat. Thanks oremj and davedash
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•14 years ago
|
||
Re-opening so we can:
unset ES_DISABLED
and run
./manage.py cron index_all
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 9•14 years ago
|
||
Was this dependent on ops taking over ES?
Reporter | ||
Comment 10•14 years ago
|
||
It is now.
Assignee | ||
Comment 11•14 years ago
|
||
Corey, are those ES servers ready to use for input?
Comment 12•14 years ago
|
||
(In reply to comment #11)
> Corey, are those ES servers ready to use for input?
They are waiting on someone to test them, yes. I would not put anything production on them until they have been tested..
Details are in bug 665186
Reporter | ||
Comment 13•14 years ago
|
||
(In reply to comment #12)
> (In reply to comment #11)
> > Corey, are those ES servers ready to use for input?
>
> They are waiting on someone to test them, yes. I would not put anything
> production on them until they have been tested..
>
> Details are in bug 665186
Corey/Oremj - for input this would be write-only so if Elastic completely was hosed there would be no public visibility... just noise in the logs.
Assignee | ||
Comment 14•14 years ago
|
||
I've pointed the config at our new ES cluster. It should take effect on the next update.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•12 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
•