Closed
Bug 1238715
Opened 9 years ago
Closed 9 years ago
Please re-deploy autopush 1.8.1 to PRODUCTION w/ new ELB architecture
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rpapa, Assigned: oremj)
References
Details
PRODUCTION deployment scheduled for Wed., 1/13 @9am PST
------------------
RELEASE NOTES (1.8.1)
------------------
https://github.com/mozilla-services/autopush/releases
COMPARISONS
https://github.com/mozilla-services/autopush/compare/1.7.1...1.7.2
https://github.com/mozilla-services/autopush/compare/1.7.2...1.8.0
https://github.com/mozilla-services/autopush/compare/1.8.0...1.8.1
TAGS
https://github.com/mozilla-services/autopush/releases/tag/1.8.1
https://github.com/mozilla-services/autopush/commit/7025e1d1293e85f35dedb2bcba214fc3bb881c3b
CHANGELOG
1.8.1 (2015-11-16)
==================
Features
--------
* Convert proprietary AUTH to use Bearer Token for client REST interfaces.
Issue #238.
Bug Fixes
---------
WebPush
-------
Configuration Changes
---------------------
* Please include the new `--auth_key` which is the base token set for
generating bearer tokens. This uses the same format as the `--crypto_key`,
but should be a different value to prevent possible key detection. The key
can be generated using the same `bin/autokey` tool used to generate the
crypto_key
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
here's what's currently in production (pre-deployment):
----------------------------
URL CHECKS (PROD)
----------------------------
https://push.services.mozilla.com:
Response time: 0.159042
https://updates.push.services.mozilla.com/health:
{
"status": "OK",
"prod.autopush.storage": {
"status": "OK"
},
"version": "1.8.1",
"clients": 0,
"prod.autopush.router": {
"status": "OK"
}
}
Response time: 0.159337
https://updates.push.services.mozilla.com/status:
{
"status": "OK",
"version": "1.8.1"
}
Response time: 0.144591
Reporter | ||
Comment 2•9 years ago
|
||
----------------------------
SUMMARY
----------------------------
:oremj has deployed this release to production and DNS has been switched.
Now maps to IP instead of CNAME
$ ping push.services.mozilla.com
9:06:20 AM <rpapa> PING autopush.prod.mozaws.net (54.191.150.123)
e2e tests passing and stats OK.
Verifying this release.
----------------------------
E2E TESTS
----------------------------
DESKTOP PUSH NOTIFICATIONS
using test page:
https://people.mozilla.org/~ewong2/push-notification-test/ - OK
FINDMYDEVICE
Able to successfully locate, ring and lock STAGE-configured Flame device (w/ B2G 2.2) x 10 - OK
HELLO
Able to place several Hello (Loop) calls successfully between Nightly (46.0a1) and GR (44.0b6) w/ autopush
and verify e2e test calls, room notifications - OK
----------------------------
URL CHECKS (PROD)
----------------------------
https://push.services.mozilla.com:
Response time: 0.139804
$ ping push.services.mozilla.com
PING autopush.prod.mozaws.net (52.34.46.156)
https://updates.push.services.mozilla.com/health:
{
"status": "OK",
"prod.autopush.storage": {
"status": "OK"
},
"version": "1.8.1",
"clients": 0,
"prod.autopush.router": {
"status": "OK"
}
}
Response time: 0.161879
https://updates.push.services.mozilla.com/status:
{
"status": "OK",
"version": "1.8.1"
}
Response time: 0.146394
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•9 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•