
This patch aims to simplify generation of hosts file content as it's now generated purely with ansible. As a result upgrade jobs should be fixed afterwards Change-Id: I7961115f215153515ba3f3a00bbbeeb9fb4568f1
8 lines
303 B
YAML
8 lines
303 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Generation of records for `/etc/hosts` is now made with blockinfile
|
|
ansible module. During upgrade you will have records doubled in yours
|
|
`/etc/hosts` as we don't drop previously created records for safety
|
|
reasons if `openstack_host_manage_hosts_file` is set to true.
|