Closed Bug 1087313 Opened 9 years ago Closed 9 years ago

Update commander_settings.py-dist to reflect the file used in production

Categories

(Tree Management :: Treeherder, defect, P3)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: emorley, Assigned: emorley)

References

Details

https://github.com/mozilla/treeherder-service/blob/master/deployment/update/commander_settings.py-dist

[emorley@treeherderadm.private.scl3 treeherder-service]$ cat deployment/update/commander_settings.py
SRC_DIR = '/data/treeherder/src/treeherder.mozilla.org/'
BIN_DIR = '/usr/bin'
SBIN_DIR = '/sbin'

DEPLOY_SCRIPT = '/data/treeherder/deploy -n treeherder.mozilla.org'
REMOTE_UPDATE_SCRIPT = '/data/bin/update-www.sh'

WEB_HOSTGROUP = 'treeherder-web'
CELERY_HOSTGROUP = ['treeherder-processors',
                    'treeherder-etl'
                   ]

UPDATE_REF = 'master'
SSH_KEY = '/root/.ssh/id_rsa_treeherder_updater'
Commit pushed to master at https://github.com/mozilla/treeherder-service

https://github.com/mozilla/treeherder-service/commit/73f64550efee216cf5387928f5c3518375f2f7ad
Bug 1087313 - Update example commander settings to reflect production

...and rename to make it clearer that this file is just an example.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.