kolla-cli/kolla_cli/common
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
..
ansible Fix 'host check --predeploy' command 2018-06-07 15:10:34 -04:00
__init__.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
ansible_inventory.py Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
host.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
host_group.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
inventory.py Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
passwords.py Fix setting passwords with special characters 2018-05-17 16:53:37 -07:00
properties.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
service.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
sshutils.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
subservice.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
support.py Updates to fix py27 / tox tests 2018-05-15 11:24:40 -04:00
utils.py Fix for kolla/etc copy in setup script 2018-06-11 17:12:48 -04:00