Closed Bug 874910 Opened 11 years ago Closed 11 years ago

[socorro-crashstats] Remove BZAPI_BASE_URL in settings/local.py on stage and prod

Categories

(Infrastructure & Operations Graveyard :: WebOps: Other, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: cturra)

References

Details

(Whiteboard: [push interrupt])

Change::

  BZAPI_BASE_URL = 'https://api-dev.bugzilla.mozilla.org/1.1'

To::

  BZAPI_BASE_URL = 'https://api-dev.bugzilla.mozilla.org/1.3'

in settings/local.py

I've already done it for dev.
Blocks: 867603
i have pushed this change to stage. let me know when you're ready for this to go to prod.
Assignee: server-ops-webops → cturra
Flags: needinfo?(peterbe)
OS: Mac OS X → All
Hardware: x86 → All
Whiteboard: [push interrupt]
I changed the title of the bug.

From now on, BZAPI_BASE_URL is set in settings/base.py so we need to remove it from settings/local.py on stage and prod.


Please do NOT restart apache after you have removed this from settings/local.py because the relevant change just landed in master https://github.com/mozilla/socorro-crashstats/commit/4afdc152bbf92cf751a46a577752005fa1ee0b48 and we have no way to upgrade stage and prod. 
So, once we do an upgrade to stage or prod we will have this change in place and then it's safe to kick apache.
Flags: needinfo?(peterbe)
Summary: [socorro-crashstats] Change BZAPI_BASE_URL in settings/local.py on stage and prod → [socorro-crashstats] Remove BZAPI_BASE_URL in settings/local.py on stage and prod
i have removed the BZAPI_BASE_URL from the local.py file in stage, but am hesitant to land this change in prod until we're ready with the code. there are any number of reasons why apache /could/ be restarted and i don't want to chance that in production.
(In reply to Chris Turra [:cturra] from comment #3)
> i have removed the BZAPI_BASE_URL from the local.py file in stage, but am
> hesitant to land this change in prod until we're ready with the code. there
> are any number of reasons why apache /could/ be restarted and i don't want
> to chance that in production.

Good thinking. I know it hurts but I suspect we're going to have to leave this open like this until we get a neat way of upgrading socorro-crashstats.
:peterbe - any updates on this?
Flags: needinfo?(peterbe)
I was away on paternity leave. I think stage and prod have been upgraded since. Is it possible to check when they were upgraded?

Most likely you can proceed with this change on prod. The code landed in master many weeks ago now.
Flags: needinfo?(peterbe)
thnx for the update :peterbe. i have completed this in production.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.