Closed
Bug 1116423
Opened 11 years ago
Closed 11 years ago
[MSISDN] Configuration for Production is broken
Categories
(Cloud Services :: Operations: Miscellaneous, task, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rhubscher, Assigned: dwilson)
Details
It seems that this file is not uptodate: https://github.com/mozilla-services/puppet-config/blob/master/msisdn/yaml/app/msisdn_gateway.prod.yaml
The configuration format has changed.
"smsMapping": {
"mtSenderMapping": {
"208": "+33644639987",
"308": "+33644639987",
"340": "+33644639987",
"543": "+33644639987",
"546": "+33644639987",
"547": "+33644639987",
"647": "+33644639987",
"742": "+33644639987",
"302": "+12182967993",
"310": "+12182967993",
"311": "+12182967993",
"312": "+12182967993",
"313": "+12182967993",
"314": "+12182967993",
"315": "+12182967993",
"316": "+12182967993",
"332": "+12182967993",
"544": "+12182967993"
}
}
| Reporter | ||
Updated•11 years ago
|
Severity: normal → major
| Assignee | ||
Comment 1•11 years ago
|
||
Is the config for this correct in staging?
Flags: needinfo?(rhubscher)
| Reporter | ||
Comment 2•11 years ago
|
||
In staging this configuration is not really relevant. It would be with the stage.isoprod (Bug 1112686)
Flags: needinfo?(rhubscher)
| Reporter | ||
Comment 3•11 years ago
|
||
According to https://github.com/mozilla-services/puppet-config/blob/master/msisdn/yaml/app/msisdn_gateway.stage.yaml we don't have any mtSenderMapping configured for stage.
| Assignee | ||
Comment 4•11 years ago
|
||
Agreed. That's why i was curious as to if it worked in staging. Does this need to be an emergency push now or can it wait until everyone is back next week?
| Reporter | ||
Comment 5•11 years ago
|
||
It is just that the MSISDN server in production is broken for US and Canadian numbers.
If we could just fix this in production that would be great.
Note that I don't think there are real users hitting this production yet.
| Assignee | ||
Comment 6•11 years ago
|
||
The change has been made - https://github.com/mozilla-services/puppet-config/commit/2a8b585b7236905e804315654d8bd90ba58ef838 - and :natim has chcked it.
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(rpappalardo)
Resolution: --- → FIXED
| Reporter | ||
Comment 7•11 years ago
|
||
Thank you.
Comment 8•11 years ago
|
||
This works now for an area code 650 number.
Verifying.
9:35 AM <rpapa> natim: ...i can test my (650) area code number because i have a sim for it. seems like i wouldn't be able to receive a verification code for other numbers unless i possessed a sim for them, true?
9:36 AM <natim> rpapa: Yes we talked about this with tarek and I will put together a way for you to validate a number per supported country
9:36 AM <natim> Probably for the next MSISDN release :)
Status: RESOLVED → VERIFIED
Flags: needinfo?(rpappalardo)
You need to log in
before you can comment on or make changes to this bug.
Description
•