Closed
Bug 770406
Opened 13 years ago
Closed 13 years ago
sync: storage -> 1.13-1, core -> 2.10-1
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: rfkelly, Unassigned)
References
Details
(Whiteboard: [qa+])
This deployment uses metlog for all logging as well as some performance counters. The addition of metlog is the only significant change since the 1.12-3 deployment in Bug 761068.
Build Commands:
hg clone https://hg.mozilla.org/services/server-storage; cd server-storage
make build CHANNEL=prod RPM_CHANNEL=prod PYPI=http://pypi.build.mtv1.svc.mozilla.com/simple PYPIEXTRAS=http://pypi.build.mtv1.svc.mozilla.com/extras PYPISTRICT=1 SERVER_CORE=rpm-2.10-1 SERVER_STORAGE=rpm-1.13-1
make build_rpms CHANNEL=prod RPM_CHANNEL=prod PYPI=http://pypi.build.mtv1.svc.mozilla.com/simple PYPIEXTRAS=http://pypi.build.mtv1.svc.mozilla.com/extras PYPISTRICT=1 SERVER_CORE=rpm-2.10-1 SERVER_STORAGE=rpm-1.13-1
Notes:
* As per Bug 748164 Comment 2, there is an incompatibility between the built python26-simplejson RPM and the system python-simplejson one. There's a workaround noted in the bug.
* Puppetized config files will need to be updated with metlog configuration sections. The file server-storage/etc/sync.conf contains some example configuration, these are the relevant sections:
[app]
modules = metlog_loader
[metlog_loader]
backend = services.metrics.MetlogLoader
config = %(here)s/sync.conf
[metlog]
logger = syncstorage
sender_class = metlog.senders.zmq.ZmqPubSender
sender_bindstrs = tcp://127.0.0.1:5565
Updated•13 years ago
|
QA Contact: operations-deploy-requests → jbonacci
Whiteboard: [qa+]
Comment 1•13 years ago
|
||
This ticket is replaced by bug 775791
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•