f349038b1d
The epel-release package provides a yum repository configuration for EPEL, and points to the upstream EPEL mirrors. In some cases this is undesirable, such as when a local EPEL mirror is available, or access to the public repositories is not possible. This change makes it possible to skip installation of epel-release, by setting 'yum_install_epel' to 'false'. Change-Id: Ib685b0c3e21df01c4dd177771f019fae4bb90e66 Story: 2003277 Task: 24218
30 lines
836 B
YAML
30 lines
836 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"
|
|
|
|
# Upper constraints file which is passed to pip when installing packages
|
|
# into the kolla venv.
|
|
kolla_upper_constraints_file:
|
|
|
|
# Whether to install the epel-release package.
|
|
kolla_install_epel: true
|
|
|
|
# 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:
|