kayobe/kayobe
Mark Goddard 4acbf52867 Untangle configuration of kolla and kolla-ansible
Kolla (container images) and kolla-ansible (container deployment) are
separate concerns, and should be treated as such. Configuration
variables have been added for kolla-ansible which were previously shared
between the two projects:

kolla_venv -> kolla_ansible_venv
kolla_ctl_install_type -> kolla_ansible_ctl_install_type

Also, we introduce specific variables for the source code repository
checkout paths, which were previously both based on
source_checkout_path:

kolla_source_path
kolla_ansible_source_path

These changes help us to cleanly separate the configuration of paths on
the local (Ansible control) host, from those on the managed (target)
hosts. This is important because the local paths may be specific to the
environment in which the user is running kayobe, but the remote paths
are relatively fixed and specific to the cluster.
2017-09-18 14:21:52 +01:00
..
cli Add kayobe overcloud host upgrade 2017-09-18 13:04:27 +01:00
cmd Support encryption of configuration using Ansible Vault 2017-04-20 14:30:02 +01:00
tests Untangle configuration of kolla and kolla-ansible 2017-09-18 14:21:52 +01:00
__init__.py Add kayobe python module with CLI 2017-02-28 16:17:54 +00:00
ansible.py Add the ability to call --list-tasks 2017-08-18 15:05:04 +01:00
kolla_ansible.py Untangle configuration of kolla and kolla-ansible 2017-09-18 14:21:52 +01:00
utils.py Fix galaxy role upgrade 2017-09-14 14:43:42 +01:00
vault.py Support vault encrypted config files with kolla-ansible 2017-05-19 19:15:12 +01:00