
The change simply adds a more complete hostname within the "/etc/hosts" file for all nodes within inventory which ensures all hosts are reachable and have a proper host entry for itself and all other hosts. Additionally the hostname insert script has been made idempotent and tests have been added to ensure functionality. Partial-Bug: #1577245 Change-Id: Ib1e3b6f02758906e3ec7ab35737c1a58fcbca216 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
features:
|
|
- The option ``openstack_domain`` has been added to the
|
|
**openstack_hosts** role. This option is used to setup
|
|
proper hostname entries for all hosts within a given
|
|
OpenStack deployment.
|
|
- The **openstack_hosts** role will setup an RFC1034/5
|
|
hostname and create an alias for all hosts in inventory.
|