Closed Bug 795098 Opened 12 years ago Closed 12 years ago

Push bouncer code to stage

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task, P3)

x86
macOS

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: brandon, Assigned: bburton)

Details

(Whiteboard: [push-interrupt][triaged 20120927])

Please push the latest bouncer code to stage.
Assignee: server-ops-webops → bburton
Priority: -- → P3
Whiteboard: [push-interrupt][triaged 20120927]
Pushed to stage

[bburton@bounceradm.private.phx1 src]$ sudo /data/bouncer-stage/src/download.allizom.org/update 
Updating code...
Updating vendor submodules...
Cleaning gitignore and pyc files...
Storing revision information...
Deploying code...
[2012-09-27 13:56:34] Running rsync_project
[2012-09-27 13:56:34] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/bouncer-stage/src/download.allizom.org/ /data/bouncer-stage/www/download.allizom.org/
[2012-09-27 13:56:35] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/bouncer-stage/src/download.allizom.org/ /data/bouncer-stage/www/download.allizom.org/ (0.519s)
[2012-09-27 13:56:35] Finished rsync_project (0.520s)
[2012-09-27 13:56:35] Running commit_www
[2012-09-27 13:56:35] [localhost] running: cd /data/bouncer-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['download.allizom.org']'
[2012-09-27 13:56:35] [localhost] finished: cd /data/bouncer-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['download.allizom.org']' (0.252s)
[localhost] out: [master 828d1db] deploy [download.allizom.org]
[localhost] out: Committer: root <root@bounceradm.private.phx1.mozilla.com>
[localhost] out: Your name and email address were configured automatically based
[localhost] out: on your username and hostname. Please check that they are accurate.
[localhost] out: You can suppress this message by setting them explicitly:
[localhost] out: 
[localhost] out: git config --global user.name "Your Name"
[localhost] out: git config --global user.email you@example.com
[localhost] out: 
[localhost] out: After doing this, you may fix the identity used for this commit with:
[localhost] out: 
[localhost] out: git commit --amend --reset-author
[localhost] out: 
[localhost] out: 3 files changed, 41 insertions(+), 19 deletions(-)
[2012-09-27 13:56:35] Finished commit_www (0.252s)
[2012-09-27 13:56:35] Running push_www
[2012-09-27 13:56:35] [bouncer1.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh download.allizom.org
[2012-09-27 13:56:36] [bouncer1.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh download.allizom.org (0.821s)
[2012-09-27 13:56:36] Finished push_www (0.822s)
Touching the wsgi file locally...
[2012-09-27 13:56:36] [bouncer1.stage.webapp.phx1.mozilla.com] running: touch /data/www/download.allizom.org/tuxedo/wsgi/tuxedo.wsgi
[2012-09-27 13:56:36] [bouncer1.stage.webapp.phx1.mozilla.com] finished: touch /data/www/download.allizom.org/tuxedo/wsgi/tuxedo.wsgi (0.305s)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
It doesn't appear that the configuration change in Bug 794655 was applied to stage. It will probably need to be in the prod puppet files, too.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
I made the change in bug 794655 and pushed it live

[bburton@bounceradm.private.phx1 src]$ sudo vim /data/bouncer-stage/src/download.allizom.org/tuxedo/bouncer/php/cfg/config.php
[bburton@bounceradm.private.phx1 src]$ sudo /data/bouncer-stage/src/download.allizom.org/update 
Updating code...
Updating vendor submodules...
Cleaning gitignore and pyc files...
Storing revision information...
Deploying code...
[2012-09-27 14:11:46] Running rsync_project
[2012-09-27 14:11:46] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/bouncer-stage/src/download.allizom.org/ /data/bouncer-stage/www/download.allizom.org/
[2012-09-27 14:11:46] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --delete /data/bouncer-stage/src/download.allizom.org/ /data/bouncer-stage/www/download.allizom.org/ (0.240s)
[2012-09-27 14:11:46] Finished rsync_project (0.241s)
[2012-09-27 14:11:46] Running commit_www
[2012-09-27 14:11:46] [localhost] running: cd /data/bouncer-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['download.allizom.org']'
[2012-09-27 14:11:47] [localhost] finished: cd /data/bouncer-stage/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['download.allizom.org']' (0.088s)
[localhost] out: [master abfa8a7] deploy [download.allizom.org]
[localhost] out: Committer: root <root@bounceradm.private.phx1.mozilla.com>
[localhost] out: Your name and email address were configured automatically based
[localhost] out: on your username and hostname. Please check that they are accurate.
[localhost] out: You can suppress this message by setting them explicitly:
[localhost] out: 
[localhost] out: git config --global user.name "Your Name"
[localhost] out: git config --global user.email you@example.com
[localhost] out: 
[localhost] out: After doing this, you may fix the identity used for this commit with:
[localhost] out: 
[localhost] out: git commit --amend --reset-author
[localhost] out: 
[localhost] out: 2 files changed, 3 insertions(+), 2 deletions(-)
[2012-09-27 14:11:47] Finished commit_www (0.088s)
[2012-09-27 14:11:47] Running push_www
[2012-09-27 14:11:47] [bouncer1.stage.webapp.phx1.mozilla.com] running: /data/bin/update-www.sh download.allizom.org
[2012-09-27 14:11:47] [bouncer1.stage.webapp.phx1.mozilla.com] finished: /data/bin/update-www.sh download.allizom.org (0.656s)
[2012-09-27 14:11:47] Finished push_www (0.657s)
Touching the wsgi file locally...
[2012-09-27 14:11:47] [bouncer1.stage.webapp.phx1.mozilla.com] running: touch /data/www/download.allizom.org/tuxedo/wsgi/tuxedo.wsgi
[2012-09-27 14:11:48] [bouncer1.stage.webapp.phx1.mozilla.com] finished: touch /data/www/download.allizom.org/tuxedo/wsgi/tuxedo.wsgi (0.285s)
23:22:56 brandonsavage | Now THAT worked!

:)
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.