tripleo-image-elements/elements/hosts
Jiri Stransky b85d8d69a0 Downcase /etc/hosts entries
The entries received from Heat are based on Heat names of
OS::Nova::Server resources, which can contain uppercase letters. However
the hostnames set by Nova are lowercase. This can make the actual
hostname differ from entries in /etc/hosts, which can make the output of
`hostname -f` differ from `facter fqdn`, which can cause failed Puppet
runs.

This patch makes sure that the /etc/hosts entries that Heat adds are
lowercase.

Change-Id: Iec5b6450c5730c081c8f2ca4d6c9786b956c87d5
Partial-Bug: #1447497
2015-04-24 13:26:26 +02:00
..
os-refresh-config/configure.d Downcase /etc/hosts entries 2015-04-24 13:26:26 +02:00
README.md Use rfc compliant example data in hosts element. 2014-02-10 21:35:58 +13:00
element-deps Permit injecting entries into /etc/hosts. 2014-02-05 13:49:48 +13:00

README.md

Permit injecting content into /etc/hosts from heat

Configuration

hosts: '192.0.2.1 my-host.example.com'