Closed
Bug 989814
Opened 11 years ago
Closed 11 years ago
Minimize usage of hard coded hostname
Categories
(Infrastructure & Operations :: RelOps: Puppet, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dustin
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
As a part of bug 986477 we want to reduce load on puppet masters. To achieve this we plan to create "golden" images whenever puppet manifests change, so we can avoid unnecessary puppet agent runs on the slaves. To make this possible it would be great to reduce the amount of hard coded FQDN in the config files.
The entries for PS1 and collectd.conf can be easily replaced by their run-time equivalents.
I couldn't find any good way to replace the entry in /etc/motd, so I just deleted it.
Attachment #8399152 -
Flags: review?(dustin)
Updated•11 years ago
|
Attachment #8399152 -
Flags: review?(dustin) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Comment on attachment 8399152 [details] [diff] [review]
hostname-puppet.diff
https://hg.mozilla.org/build/puppet/rev/1178490f0b45
Attachment #8399152 -
Flags: checked-in+
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•