openstack-ansible/releasenotes/notes/deploy-hosts-file-657a385568f3df9c.yaml
Dmitriy Rabotyagov 8fbac7c4f3 Bump SHAs for master
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/786258
Change-Id: I595c3487ee29a8d9ff2b3a59d063b5b65ad93c25
2021-04-16 16:47:22 +00:00

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.