
After adding `localhost` to inventory explicitly [1] this caused an interesting side-effect, where a record for `localhost` is being added to the managed block in /etc/hosts file, which might override FQDN defenition for the host. This also makes healthcheck-hosts.yml fail the test, since expected record is not present. [1] https://review.opendev.org/c/openstack/openstack-ansible/+/899523 Change-Id: If1840530a54aa9ae22eda1d3094f0c40ab66ddde
9 lines
329 B
YAML
9 lines
329 B
YAML
---
|
|
fixes:
|
|
- |
|
|
After adding ``localhost`` to inventory explicitly this resulted in potential
|
|
FQDN change due to adding a record for localhost into managed block inside
|
|
``/etc/hosts`` file.
|
|
This is now fixed and record for ``127.0.0.1`` will be removed from managed
|
|
by Ansible blocks inside /etc/hosts file.
|