kayobe/etc/kayobe/globals.yml
Mark Goddard a0f49cbd5c Stop using KOLLA_BASE_PATH to set base_path
This is part of an effort to use environment variables for configuration of
paths on the local ansible control host, and ansible variables for
configuration of paths on remote hosts (seed, seed-hypervisor, overcloud). The
base_path variable is used to set sensible defaults for image_cache_path,
source_checkout_path and virtualenv_path.
2017-09-18 21:40:01 +01:00

35 lines
1.1 KiB
YAML

---
# Kayobe global configuration.
###############################################################################
# Local path configuration (ansible control host).
# Path to Kayobe configuration directory on ansible control host.
#kayobe_config_path:
###############################################################################
# Remote path configuration (seed, seed-hypervisor and overcloud hosts).
# Base path for kayobe state on remote hosts.
#base_path:
# Path in which to cache downloaded images on remote hosts.
#image_cache_path:
# Path on which to checkout source code repositories on remote hosts.
#source_checkout_path:
# Path on which to create python virtualenvs on remote hosts.
#virtualenv_path:
###############################################################################
# User configuration.
# User with which to access seed and controller nodes. This user will be
# created if it does not exist.
#kayobe_ansible_user:
###############################################################################
# Dummy variable to allow Ansible to accept this file.
workaround_ansible_issue_8743: yes