
Depends-On: https://review.opendev.org/c/openstack/kayobe-config/+/787924 Change-Id: I8ab8e8364d22bec994f4901e5a796dd0ed9ecd07
55 lines
1.8 KiB
YAML
55 lines
1.8 KiB
YAML
---
|
|
# Kayobe global configuration.
|
|
|
|
###############################################################################
|
|
# Local path configuration (Ansible control host).
|
|
|
|
# Path to Kayobe configuration directory on Ansible control host, with an
|
|
# environment path appended if kayobe_environment is set.
|
|
#kayobe_config_path:
|
|
|
|
# Name of Kayobe environment to use. Default is $KAYOBE_ENVIRONMENT, or an
|
|
# empty string if $KAYOBE_ENVIRONMENT is not set. Can also be set via the
|
|
# --environment argument when invoking kayobe.
|
|
#kayobe_environment:
|
|
|
|
# Path to Kayobe configuration directory on Ansible control host with an
|
|
# environment path appended if kayobe_environment is set.
|
|
#kayobe_env_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 store configuration on remote hosts.
|
|
#config_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 remote hosts. This user will be created if it does
|
|
# not exist.
|
|
#kayobe_ansible_user:
|
|
|
|
###############################################################################
|
|
# OS distribution.
|
|
|
|
# OS distribution name. Valid options are "centos", "ubuntu". Default is
|
|
# "centos".
|
|
#os_distribution:
|
|
|
|
###############################################################################
|
|
# Dummy variable to allow Ansible to accept this file.
|
|
workaround_ansible_issue_8743: yes
|