kolla-cli/kolla_cli/commands
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
..
__init__.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
certificate.py Create 'certificate init' command. 2018-05-17 16:09:31 -07:00
config.py Add ability to load inventory from a file 2018-06-18 17:28:43 -04:00
deploy.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
exceptions.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
group.py Add group unit tests 2018-06-07 16:09:23 -04:00
host.py Fix input import to work with py2 and py3 2018-06-14 14:48:29 -04:00
password.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
property.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
pull.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
reconfigure.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
service.py Sort the children in the output of service list 2018-06-14 11:25:10 -04:00
support.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00
upgrade.py Updating the cli to work against kolla-ansible 2018-04-17 09:45:35 -07:00