Files
openstack-ansible-openstack…/releasenotes/notes/RFC1034-5_hostname-1ee18e06e8f57853.yaml
Kevin Carter ae02667b84 Updated the hostname generation
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>
2016-06-29 10:09:44 -05:00

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.