Closed
Bug 758479
Opened 14 years ago
Closed 14 years ago
move Mozilla settings to moco-config.csv, get some settings from infra puppet
Categories
(Infrastructure & Operations :: RelOps: General, task)
Infrastructure & Operations
RelOps: General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dustin, Assigned: dustin)
References
Details
Attachments
(1 file)
|
1.89 KB,
patch
|
dividehex
:
review+
|
Details | Diff | Splinter Review |
Right now we're putting some Mozilla-specific settings in default-settings.csv, which doesn't feel right. Instead, we should have a moco-config.csv that's pointed to by a local-config.csv symlink. $extlookup_precedence already specifies local-config, and this symlink is automatically created by the infra puppet.
I'd also like to add a reference to supplied-config.csv, which will contain settings from infra puppet. This will start with the list of puppet masters, but can eventually include things like usernames and ssh keys, network masks, etc.
| Assignee | ||
Updated•14 years ago
|
Blocks: PuppetAgain
| Assignee | ||
Comment 1•14 years ago
|
||
Jake, this is related to some changes in infra puppet that I should probably show you at some point. Look me up in IRC.
Assignee: server-ops-releng → dustin
Attachment #627067 -
Flags: review?(jwatkins)
| Assignee | ||
Comment 2•14 years ago
|
||
I committed this as a bustage fix, since the puppet masters are complaining about supplied-config.csv being present in the extlookup directory:
commit e80528c2e5137a0ea3585c7c4a9bc5dca4e06be8
Author: Dustin J. Mitchell <dustin@mozilla.com>
Date: Thu May 24 21:14:26 2012 -0500
Bug 758479: hgignore supplied-config.csv; a=bustage
diff --git a/.hgignore b/.hgignore
index b635aa6..a60c58d 100644
--- a/.hgignore
+++ b/.hgignore
@@ -3,5 +3,6 @@ syntax: regexp
^manifests/extlookup/secrets.csv
# ignore the local config file/symlink if present
^manifests/extlookup/local-config.csv
+^manifests/extlookup/supplied-config.csv
setup/base-image-centos6.sh
setup/centos6-kickstart.cfg
Updated•14 years ago
|
Attachment #627067 -
Flags: review?(jwatkins) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
committed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: Server Operations: RelEng → RelOps
Product: mozilla.org → Infrastructure & Operations
You need to log in
before you can comment on or make changes to this bug.
Description
•