Closed
Bug 1036736
Opened 11 years ago
Closed 11 years ago
Deploy Release 0.3.1 to msisdn-gateway Production
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jbonacci, Assigned: mostlygeek)
References
Details
(Whiteboard: [qa+])
Getting this opened and ready...
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → bwong
Updated•11 years ago
|
No longer blocks: 1033407
Summary: Deploy Release 0.3.1 to msisdn-gateway Production → Deploy Release 0.4.0 to msisdn-gateway Production
Comment 1•11 years ago
|
||
Configuration changes are about the smsGateways.
Should be something close to:
"smsGateways": {
"nexmo": {
"endpoint": "http://127.0.0.1:8080/send",
"apiKey": "123",
"apiSecret": "456",
"priority": 2
}
},
| Reporter | ||
Comment 2•11 years ago
|
||
This can't be 0.4.0 if Stage is 0.3.1. We need to test the same release that is pushed to Production.
Are we planning to roll Stage forward after its unblocked?
| Reporter | ||
Comment 3•11 years ago
|
||
Ah, already answered here:
https://bugzilla.mozilla.org/show_bug.cgi?id=1037604#c1
https://bugzilla.mozilla.org/show_bug.cgi?id=1037604#c2
| Reporter | ||
Updated•11 years ago
|
| Reporter | ||
Updated•11 years ago
|
Summary: Deploy Release 0.4.0 to msisdn-gateway Production → Deploy Release 0.4.1 to msisdn-gateway Production
| Reporter | ||
Comment 4•11 years ago
|
||
Going back to 0.3.1 (as is) so that client teams have something to talk to...
Status: NEW → ASSIGNED
Summary: Deploy Release 0.4.1 to msisdn-gateway Production → Deploy Release 0.3.1 to msisdn-gateway Production
| Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•11 years ago
|
||
I will wait for the URL change to get made: bug 1033407
before I mark this as Verified.
No longer depends on: 1038772
| Reporter | ||
Comment 6•11 years ago
|
||
natim: should 'make test', 'make bench', and/or 'make megabench' work against Production?
Right now 'make test' does, but I am not really sure what we are hitting (omxen vs. nexmo) in reality.
thoughts?
Comment 7•11 years ago
|
||
No they shouldn't works because the loadtests is using omxen as a fake device to receive SMS in production we are using directly Nexmo.
I can update this project: https://github.com/natim/msisdn-verifier-client
To let you try manually with your mobile phone.
| Reporter | ||
Comment 8•11 years ago
|
||
OK, marking as Verified. The code change is on b2g-inbound:
https://bugzilla.mozilla.org/show_bug.cgi?id=1033407#c18
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 9•11 years ago
|
||
:natim - yea this would be helpful
"I can update this project: https://github.com/natim/msisdn-verifier-client
To let you try manually with your mobile phone."
Comment 10•11 years ago
|
||
Ok well I made a PR to the ferjm main project but I also deployed it for the dev.
Can you try it and tell me if it works for you?
https://msisdn-dev.stage.mozaws.net/app/
For production it doesn't works yet for a CORS configuration issue.
Alexis and I released a patch in master. Shall we release 0.3.2 or can we go forward with stagging and tag 0.4.2 first?
| Assignee | ||
Comment 11•11 years ago
|
||
We should have a 0.3.2 version of the application. So we can deploy the change w/out doing any puppet automation work.
| Reporter | ||
Comment 12•11 years ago
|
||
yea, 0.3.2 is fine.
We have this: Stage Deploy 0.4.1: https://bugzilla.mozilla.org/show_bug.cgi?id=1038772
We need bugs for these:
Prod Deploy 0.3.2
Prod Deploy 0.4.1
I will open these in a few minutes
| Reporter | ||
Comment 13•11 years ago
|
||
More correctly, I will open one bug when we know the actual release.
I am not sure we want to keep parallel releases going.
It's too much work for QA and for OPs.
So, please pick what is important to go out next:
0.3.2
OR
0.4.1
OR
0.4.2
Thanks.
:natim
:alexis
:tarek
Comment 14•11 years ago
|
||
:mostlygeek are your ready with 0.4.1 already?
| Assignee | ||
Comment 15•11 years ago
|
||
I don't have 0.4.1 ready. I would like to get 0.3.2 out the door first, close out all of these deploy bugs and then we can start work on a QA / release branch for the 0.4.x branch.
| Reporter | ||
Comment 16•11 years ago
|
||
We only have two bugs open now:
Prod 0.3.2: https://bugzilla.mozilla.org/show_bug.cgi?id=1040885
Stage 0.4.1: https://bugzilla.mozilla.org/show_bug.cgi?id=1038772
That's it. No more confusion. ;-)
You need to log in
before you can comment on or make changes to this bug.
Description
•