Closed Bug 855806 Opened 11 years ago Closed 11 years ago

add ES_URLS to settings_local.py on sumo servers

Categories

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

All
Other
task
Not set
major

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: willkg, Assigned: cturra)

References

Details

(Whiteboard: [triaged 20130328])

We're updating elasticutils which uses pyelasticsearch instead of pyes and because of that uses ES_URLS instead of ES_HOSTS setting.

We need to add an ES_URLS setting to the settings_local.py file on each server. The value is the same as ES_HOSTS, but it has the 'http://' protocol.

For example, if ES_HOSTS was:

    ES_HOSTS = ['localhost:9200']

then ES_URLS would get set to:

    ES_URLS = ['http://localhost:9200']


For now we can leave the ES_HOSTS setting in. It won't have any effect on anything, but makes it easier to back things out if we have to.

Tomorrow is a no-push day. If it's possible to get this done today, that'd be super. If not, it'd help to know soon so I can make arrangements.
i have added the ES_URLS to support-dev for your testing. let me know when you want this pushed to stage.
Assignee: server-ops-webops → cturra
Whiteboard: [triaged 20130328]
I talked to cturra in IRC.

* -dev settings are updated, but has deployment issues (created bug #855855 for that)
* -stage settings are updated and it's working super.

Please push to production.
Settings were made to production. I pushed the code out and everything is working swimmingly! Yay!

Thank you!

Marking as FIXED.
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.