Closed
Bug 868506
Opened 12 years ago
Closed 12 years ago
mdn: add ES settings for dev, stage, and prod settings_local.py
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Infrastructure & Operations Graveyard
WebOps: Other
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.
Reporter | ||
Comment 1•12 years ago
|
||
Oops, I accentally submitted this form while editing a cloned bug. Sorry!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•6 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
•