Closed
Bug 1117096
Opened 10 years ago
Closed 10 years ago
Update commander_settings.py-example again to reflect the file used in production
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
+++ This bug was initially created as a clone of Bug #1087313 +++
The in-repo example needs updating again after the latest change in bug 1112290.
https://github.com/mozilla/treeherder-service/blob/master/deployment/update/commander_settings.py-dist
[emorley@treeherderadm.private.scl3 ~]$cd /data/treeherder/src/treeherder.mozilla.org/treeherder-service/
[emorley@treeherderadm.private.scl3 treeherder-service]$ cat deployment/update/commander_settings.py
...
WEB_HOSTGROUP = 'treeherder-web'
ETL_HOSTGROUP = 'treeherder-etl'
LOG_HOSTGROUP = 'treeherder-processors'
RABBIT_HOSTGROUP = 'treeherder-rabbit'
CELERY_HOSTGROUP = ['treeherder-processors',
'treeherder-etl',
'treeherder-rabbitmq',
]
...
Though waiting on bug 1086934 comment 7 before making the change.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Summary: Update commander_settings.py-dist again to reflect the file used in production → Update commander_settings.py-example again to reflect the file used in production
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder-service
https://github.com/mozilla/treeherder-service/commit/a2e1cbc79d55b3a50b593c53d3b4fbda5b7664e6
Bug 1117096 - Update commander_settings.py-example to reflect production
Assignee | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•