Closed Bug 1096912 Opened 10 years ago Closed 10 years ago

Update settings/local.py in mozillians.allizom.org

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: tasos, Assigned: cliang)

Details

(Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1846] )

Hi,

Can you please add in the settings/local.py the following:

ES_URLS = ['http://<elastic_node_ip:port>']

Thanks!
Whiteboard: [kanban:webops:https://kanbanize.com/ctrl_board/4/1846]
Assignee: server-ops-webops → cliang
I've added the following to settings/local.py:

  ES_URLS = ['elasticsearch-zlb.dev.vlan81.phx1.mozilla.com:9200']

... and pushed it out to the staging environment.

This matches the ES_HOSTS setting and is similar to the ES_URLS settings in the dev environment (mozillians-dev.allizom.org):

  ES_URLS = ['http://elasticsearch-zlb.dev.vlan81.phx1.mozilla.com:9200']
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Reopening that bug for another relevant change. Can you please remove the line with the ES_HOSTS setting?

Thank you!
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Flags: needinfo?(cliang)
The ES_HOSTS setting has been removed and the change pushed out to the staging environment.

$ grep ES_ settings/local.py
ES_URLS = ['elasticsearch-zlb.dev.vlan81.phx1.mozilla.com:9200']
ES_DISABLED = False
ES_INDEXES = dict(default='mozillians_stage', public='mozillians_public_stage')
ES_TIMEOUT = 2
Status: REOPENED → RESOLVED
Closed: 10 years ago10 years ago
Flags: needinfo?(cliang)
Resolution: --- → FIXED
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in before you can comment on or make changes to this bug.