kayobe/ansible/roles/kolla-build/defaults/main.yml
Mark Goddard cbc9ef78d6 Support configuration of Kolla build sources
Adding a single non-default source for bifrost-base
2017-03-03 15:58:00 +00:00

26 lines
633 B
YAML

---
# Directory where Kolla config files will be installed.
kolla_config_path:
# Valid options are [ centos, fedora, oraclelinux, ubuntu ]
kolla_base_distro:
# Valid options are [ binary, source ]
kolla_install_type:
# Docker namespace to use for Kolla images.
kolla_docker_namespace:
# Valid option is Docker repository tag
kolla_openstack_release:
# Dict mapping names of sources to their definitions for
# kolla_install_type=source. See kolla.common.config for details.
# Example:
# kolla_sources:
# ironic_base:
# type: git
# location: https://github.com/openstack/ironic
# reference: master
kolla_sources: {}