OSA doesn't handle hosts file in compute nodes for live migration
Bug #1576724 reported by
Jirayut Nimsaeng
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openstack-ansible |
Fix Committed
|
Low
|
Andrew Bonney |
Bug Description
For live migration. All compute nodes need to have hosts file for each others. OSA still not handle this and I have to manually configure it by hand.
Changed in openstack-ansible: | |
assignee: | nobody → Matt Thompson (mattt416) |
Changed in openstack-ansible: | |
status: | New → Confirmed |
importance: | Undecided → Low |
Changed in openstack-ansible: | |
assignee: | Matt Thompson (mattt416) → nobody |
assignee: | nobody → Andrew Bonney (andrewbonney) |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
OSA does manage the hosts inside the openstack_hosts role via the openstack- host-hostfile tag. hosts-setup. yml with the --tags openstack- host-hostfile again.
Perhaps you just run openstack-
This issue usually happens when --limit is used to run playbooks.