Closed
Bug 1028917
Opened 11 years ago
Closed 11 years ago
[bedrock] Update a setting on all bedrock environments
Categories
(Infrastructure & Operations Graveyard :: WebOps: Product Delivery, task)
Infrastructure & Operations Graveyard
WebOps: Product Delivery
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: agibson, Assigned: cturra)
References
Details
(Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/413] )
Please update the following setting in the 'bedrock/settings/local.py' file for all bedrock environments (demo*, dev, stage, and prod):
MAPBOX_TOKEN = 'mozilla-webprod.ijaeac5j'
Updated•11 years ago
|
Whiteboard: [kanban:https://kanbanize.com/ctrl_board/4/413]
| Assignee | ||
Comment 1•11 years ago
|
||
i have pushed the updated MAPBOX_TOKEN config to all dev, demo and stage environments. can you please confirm they're functioning as expected before we move this into production?
Assignee: server-ops-webops → cturra
Flags: needinfo?(agibson)
| Reporter | ||
Comment 2•11 years ago
|
||
How quickly does this usually take to update?
I'm still not seeing the updated token being used here: https://www.allizom.org/en-US/contact/spaces/
If I inspect the src attribute of one of the map tile images, it is still using the old key (mozilla-webprod.e91ef8b3).
Flags: needinfo?(agibson)
| Assignee | ||
Comment 3•11 years ago
|
||
i just confirmed and each of the stage nodes have the correct (updated) config file. to make sure mod_wsgi had reloaded the config file, i also ran an `apachectl graceful`.
| Reporter | ||
Comment 4•11 years ago
|
||
I checked stage again and I can now confirm that the maps are using the updated token and are working as expected:
This is the src for one of the map tiles on stage: https://b.tiles.mapbox.com/v3/mozilla-webprod.ijaeac5j/3/4/3@2x.png
This is good to go to prod - many thanks!
| Reporter | ||
Comment 5•11 years ago
|
||
Actually, I seem to have found an issue - can you please revert this change? Sorry
| Assignee | ||
Comment 7•11 years ago
|
||
updated in prod as requested. i also confirmed that the correct MAPBOX_TOKEN is present by reviewing the source at:
https://www.mozilla.org/en-US/contact/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•