kayobe/ansible/roles/kolla/defaults/main.yml
Mark Goddard 2b9a304d83 Change kolla build configuration path variable
Previously shared kolla-ansible's kolla_config_path, now uses
kolla_build_config_path.

Also adds a variable, config_path, which sets a base path for
configuration on the remote hosts.
2017-10-23 15:28:56 +01:00

23 lines
636 B
YAML

---
# Path to directory for kolla source code checkout.
kolla_source_path:
# Type of Kolla control installation. One of 'binary' or 'source'.
kolla_ctl_install_type:
# URL of Kolla source code repository if type is 'source'.
kolla_source_url:
# Version (branch, tag, etc.) of Kolla source code repository if type is
# 'source'.
kolla_source_version:
# Virtualenv directory where Kolla will be installed.
kolla_venv: "{{ ansible_env['PWD'] }}/kolla-venv"
# Directory where Kolla config files will be installed.
kolla_build_config_path:
# Kolla OpenStack release version. This should be a Docker image tag.
kolla_openstack_release: