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)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dustin, Assigned: dustin)

References

Details

Attachments

(1 file)

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.
Attached patch bug758479.patchSplinter Review
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)
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
Attachment #627067 - Flags: review?(jwatkins) → review+
committed.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: