Closed
Bug 775795
Opened 13 years ago
Closed 13 years ago
aitc: dev/stage deploy: server_aitc -> 1.2-4, server_syncstorage -> 2.1-1
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rmiller, Assigned: bobm)
Details
(Whiteboard: [qa+])
Please install AITC version 1.2-4 to the aitc dev and stage environments. The following command worked for me w/o issue on the r6 build machine:
make build PYPI=http://pypi.build.mtv1.svc.mozilla.com/simple PYPIEXTRAS=http://pypi.build.mtv1.svc.mozilla.com/extras PYPISTRICT=1 SERVER_AITC=rpm-1.2-4 SERVER_SYNCSTORAGE=rpm-2.1-1 build_rpms
Additionally, there needs to be a small change to the puppetized /etc/mozilla-services/aitc/production.ini config file. The [metlog] section of this file should be replaced w/ the following:
[metlog]
backend = mozsvc.metrics.MetlogPlugin
sender_class = metlog.senders.UdpSender
sender_host = 127.0.0.1
sender_port = 5566
The rest of the production.ini file should remain as before.
Thanks!
Updated•13 years ago
|
Whiteboard: [qa+]
Summary: AITC dev/stage deploy: server_aitc -> 1.2-4, server_syncstorage -> 2.1-1 → aitc: dev/stage deploy: server_aitc -> 1.2-4, server_syncstorage -> 2.1-1
| Assignee | ||
Comment 1•13 years ago
|
||
This has been deployed to AITC dev and staging servers. It has not been deployed to sync pending an RPM dependency issue.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bobm
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•13 years ago
|
||
Disregard sync comment. This has been deployed to AITC dev and staging server.
Comment 3•13 years ago
|
||
I was able to verify the following:
Dev:
aitc{1..3}.web.mtv1.dev
RPMs:
python26-aitc-1.2-4.noarch
python26-syncstorage-2.1-1.noarch
Processes:
supervise gunicorn-aitc
/usr/bin/python /usr/bin/gunicorn -t 560 -k gevent -w 4 -b 127.0.0.1:8000 aitc.run:application
(5 of the above process)
Stage:
aitc{1..3}.web.scl2.stage
RPMS:
python26-aitc-1.2-4.noarch
python26-syncstorage-2.1-1.noarch
Processes:
supervise gunicorn-aitc
/usr/bin/python /usr/bin/gunicorn -t 560 -k gevent -w 4 -b 127.0.0.1:8000 aitc.run:application
(5 of the above process)
But, functional and load tests are failing in Stage...investigation is in progress...
Updated•13 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•13 years ago
|
||
I am going to call this one good, since the issues are on the tokenserver side:
https://bugzilla.mozilla.org/show_bug.cgi?id=774918#c21
Status: RESOLVED → VERIFIED
Comment 5•13 years ago
|
||
This needs an additional config file change for authentication to work correctly. In /etc/mozilla-services/aitc/production.ini there is a section named "who.plugins.macauth". Please rename it to just "macauth" so that it becomes:
[macauth]
secrets_file = /var/aitc/secrets/aitc-1.0.dev
This will need to be done in both dev and stage.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 6•13 years ago
|
||
Oops, realized there is a newer AITC deploy bug that should have the above comment.
Status: REOPENED → RESOLVED
Closed: 13 years ago → 13 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•