Closed Bug 868506 Opened 11 years ago Closed 11 years ago

mdn: add ES settings for dev, stage, and prod settings_local.py

Categories

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

task
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: mythmon, Unassigned)

References

Details

(Whiteboard: [triaged 20130322][waiting dev])

+++ This bug was initially created as a clone of Bug #853185 +++

Now that bug 824065 is done and we have pushed ES code, we can do this; slowly, server-by-server, and to verify each server. The settings are:

ES_DISABLED = False
ES_URLS = ['http://{dev,stage,prod es cluster host}:{dev, stage, prod es cluster port}']
ES_INDEXES = {'default': 'main_index'}
ES_INDEX_PREFIX = 'mdn'
ES_LIVE_INDEX = True
ES_INDEXING_TIMEOUT = 30

Let's do the dev server first.
Oops, I accentally submitted this form while editing a cloned bug. Sorry!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
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.