8fbac7c4f3
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/786258 Change-Id: I595c3487ee29a8d9ff2b3a59d063b5b65ad93c25
14 lines
651 B
YAML
14 lines
651 B
YAML
---
|
|
features:
|
|
- |
|
|
In deployments where a separate host is used to manage the OpenStack
|
|
Ansible configuration, the '/etc/hosts' file on that host will now include
|
|
a section adding hostname to IP resolution for all hosts in the inventory.
|
|
This can be enabled/disabled via 'openstack_host_manage_deploy_hosts_file'.
|
|
issues:
|
|
- |
|
|
Where a single OSA deploy host is used to manage multiple deployments, some
|
|
delegated Ansible tasks are performed using hostnames rather than IP
|
|
addresses due to Ansible issue 72776. Hostnames such as 'infra1' will be
|
|
ambiguous, so use of separate hosts for each deployment is recommended.
|