openstack-ansible/lib
Nolan Brubaker db53e5405e Only insert container hosts into lxc_hosts
This change introduces a set of functions for dynamically populating the
lxc_hosts function on each inventory run. Any previous membership is
overwritten each time. The output is written to the
openstack_inventory.json still in order to provide parity with the
values provided to the ansible executable on stdout.

Previous code was fairly naive, inserting hosts into lxc_hosts when they
were marked as `is_metal`. This would add hosts, such as Ceph, that
were on metal but had no LXC containers.

A previous attempt at fixing this changed the _build_container_hosts
function to provide more information about the container build process,
then used that data in the _append_host_containers function to populate
the lxc_hosts group. However, this approach failed due to limited
information in each pass of the loop - if a node was an AIO, it might be
erroneously removed from the lxc_hosts group because a container wasn't
built on a given pass, and due to ordering, that pass may be the last
one of the loop.

To get around such problems, this code instead processes the inventory
in whole, after all containers have been made. Population into the group
is determined according to whether or not a given host's `physical_host`
hostvar matches the host name.

Change-Id: I9f3336f77cd0ef05fe1c7edeaf7defc6d93c3111
Closes-Bug: #1660996
(cherry picked from commit 59aaac0cb5)
2017-03-01 16:43:40 +00:00
..
__init__.py Move management code to inventory lib. 2016-10-11 19:16:24 +00:00
dictutils.py fix some typo error 2016-12-19 19:53:16 -05:00
filesystem.py Fix error during 'inventory-manage.py -r' calls 2017-02-27 07:26:46 +00:00
generate.py Only insert container hosts into lxc_hosts 2017-03-01 16:43:40 +00:00
ip.py Add IPManager class for handling IP addresses 2016-11-18 17:07:03 -05:00
manage.py Fix error during 'inventory-manage.py -r' calls 2017-02-27 07:26:46 +00:00
tools.py Add command to create consolidated AIO config 2016-11-23 11:01:31 -05:00