openstack-ansible-openstack.../releasenotes/notes/custom_hosts_records-06236cf62a238fc2.yaml
Dmitriy Rabotyagov f26fbe4c6a Allow to add extra records to /etc/hosts
Add variable, that would allow to provide extra records for /etc/hosts
file. That might be useful for ppl who still have not adopted proper
DNS or want to do DNS RR, but not for internal VIP and manage internal
VIP with /etc/hosts file, where each host group would resolve FQDN to
a local address.

Change-Id: I89f8cdebf9322c0451b5600b073c82b7773af164
2022-07-28 17:57:39 +02:00

8 lines
251 B
YAML

---
features:
- |
Added variable ``openstack_host_custom_hosts_records`` that allows
deployer to add custom records to /etc/hosts file. It's structure
a simple list where each element is a string wich should be placed
to /etc/hosts.