kolla-cli/kolla_cli
Steve Noyes c6632efa75 Add ability to load inventory from a file
It would be helpful to have the ability to populate the
kolla-cli inventory file from any inventory file, not just the
all-in-one file from kolla.

To do this, The config reset command has been updated to take
an optional --inventory path argument that will cause the new
inventory to be generated from that anible inventory file.

While doing this found a few things to fix:

- renamed allineone.py & AllInOne to AnsibleInventory to better reflect
what they are now doing.

- In kolla_actions, preserve the empty globals.yml file (otherwise
the soft linkage is broken) and fix the kolla-cli directory name.

Change-Id: Ib250c5de8e00818b41c1a4539aba8c165a4ad2e2
2018-06-18 17:28:43 -04:00
..
api Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
commands Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
common Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
tests Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
__init__.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
i18n.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
shell.py Add unit tests for host commands 2018-05-31 13:44:26 -04:00