Closed Bug 1141159 Opened 9 years ago Closed 9 years ago

Update pulse and pulse-dev

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: mcote, Assigned: cliang)

Details

(Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/709] )

+++ This bug was initially created as a clone of Bug #1113214 +++

Please update pulse.mozilla.org and pulse-dev.mozilla.org with the latest code from https://github.com/mozilla/pulseguardian.
No longer depends on: 1113214
Whiteboard: [kanban:https://webops.kanbanize.com/ctrl_board/2/709]
Assignee: server-ops-webops → cliang
Push made to stage and production; the guardian process was successfully restarted.  



[cliang@pulseadm1.private.phx1 src]$ sudo ./update pulse
Updating prod pulsewebsite...
pulling from http://hg.mozilla.org/automation/pulsewebsite
searching for changes
no changes found
default
Updating prod pulseshims...
pulling from http://hg.mozilla.org/automation/pulseshims
searching for changes
no changes found
default
Updating prod mozillapulse...
pulling from http://hg.mozilla.org/automation/mozillapulse
searching for changes
no changes found
default
Updating prod pulseguardian...
remote: Counting objects: 27, done.
remote: Compressing objects: 100% (10/10), done.
remote: Total 27 (delta 0), reused 0 (delta 0), pack-reused 17
Unpacking objects: 100% (27/27), done.
From https://github.com/mozilla/pulseguardian
   c3db69f..fc553d4  master     -> origin/master
Updating c3db69f..fc553d4
Fast-forward
 pulseguardian/static/css/jquery.dataTables.css        | 476 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 pulseguardian/static/images/back_disabled.png         | Bin 0 -> 345 bytes
 pulseguardian/static/images/back_enabled.png          | Bin 0 -> 453 bytes
 pulseguardian/static/images/back_enabled_hover.png    | Bin 0 -> 450 bytes
 pulseguardian/static/images/favicon.ico               | Bin 0 -> 894 bytes
 pulseguardian/static/images/forward_disabled.png      | Bin 0 -> 335 bytes
 pulseguardian/static/images/forward_enabled.png       | Bin 0 -> 445 bytes
 pulseguardian/static/images/forward_enabled_hover.png | Bin 0 -> 444 bytes
 pulseguardian/static/images/sort_asc.png              | Bin 0 -> 160 bytes
 pulseguardian/static/images/sort_asc_disabled.png     | Bin 0 -> 148 bytes
 pulseguardian/static/images/sort_both.png             | Bin 0 -> 201 bytes
 pulseguardian/static/images/sort_desc.png             | Bin 0 -> 158 bytes
 pulseguardian/static/images/sort_desc_disabled.png    | Bin 0 -> 146 bytes
 pulseguardian/static/js/jquery.dataTables.min.js      | 158 ++++++++++++++++++++++++++++++++++++++
 pulseguardian/static/js/users_listing.js              |   8 ++
 pulseguardian/templates/all_pulse_users.html          |  31 ++++++++
 pulseguardian/templates/base.html                     |   2 +
 pulseguardian/templates/menu.html                     |   3 +-
 pulseguardian/web.py                                  |   9 +++
 19 files changed, 686 insertions(+), 1 deletion(-)
 create mode 100644 pulseguardian/static/css/jquery.dataTables.css
 create mode 100644 pulseguardian/static/images/back_disabled.png
 create mode 100644 pulseguardian/static/images/back_enabled.png
 create mode 100644 pulseguardian/static/images/back_enabled_hover.png
 create mode 100644 pulseguardian/static/images/favicon.ico
 create mode 100644 pulseguardian/static/images/forward_disabled.png
 create mode 100644 pulseguardian/static/images/forward_enabled.png
 create mode 100644 pulseguardian/static/images/forward_enabled_hover.png
 create mode 100644 pulseguardian/static/images/sort_asc.png
 create mode 100644 pulseguardian/static/images/sort_asc_disabled.png
 create mode 100644 pulseguardian/static/images/sort_both.png
 create mode 100644 pulseguardian/static/images/sort_desc.png
 create mode 100644 pulseguardian/static/images/sort_desc_disabled.png
 create mode 100644 pulseguardian/static/js/jquery.dataTables.min.js
 create mode 100644 pulseguardian/static/js/users_listing.js
 create mode 100644 pulseguardian/templates/all_pulse_users.html
[2015-03-09 22:18:28] Running rsync_project
[2015-03-09 22:18:28] [localhost] running: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/pulse/src/pulse/ /data/pulse/www/pulse/
[2015-03-09 22:18:28] [localhost] finished: /usr/bin/rsync -aq --include '.gitkeep' --exclude '.git*' --exclude '.hg*' --exclude '.svn*' --exclude 'CVS' --exclude '.bzr*' --delete /data/pulse/src/pulse/ /data/pulse/www/pulse/ (0.051s)
[2015-03-09 22:18:28] Finished rsync_project (0.051s)
[2015-03-09 22:18:28] Running commit_www
[2015-03-09 22:18:28] [localhost] running: cd /data/pulse/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['pulse']'
[2015-03-09 22:18:29] [localhost] finished: cd /data/pulse/www && /usr/bin/git add .; /usr/bin/git commit -a -m 'deploy ['pulse']' (0.036s)
[localhost] out: [master 7be8b83] deploy [pulse]
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
I think the webserver on pulse prod might have to be restarted.  I see the "All Pulse Users" link, but the page doesn't load.

It works fine on pulse-dev.
Apache restarted on pulse prod.  I can click on the "All Pulse Users" and see entries.
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.