2023.1 RC1 - Sync defaults with Kayobe
Change-Id: Ic57af218e52d050cec06fa2246d078f5ed792fa8
This commit is contained in:
parent
12cbf39eed
commit
c558f2101b
@ -4,8 +4,7 @@
|
||||
###############################################################################
|
||||
# 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.
|
||||
# Path to Kayobe configuration directory on Ansible control host.
|
||||
#kayobe_config_path:
|
||||
|
||||
# Name of Kayobe environment to use. Default is $KAYOBE_ENVIRONMENT, or an
|
||||
|
@ -79,7 +79,7 @@
|
||||
#kolla_base_distro_version:
|
||||
|
||||
# URL of docker registry to use for Kolla images. Default is not set, in which
|
||||
# case Dockerhub will be used.
|
||||
# case Quay.io will be used.
|
||||
#kolla_docker_registry:
|
||||
|
||||
# Docker namespace to use for Kolla images. Default is 'kolla'.
|
||||
@ -102,8 +102,9 @@
|
||||
# Default is {{ openstack_release }}.
|
||||
#kolla_openstack_release:
|
||||
|
||||
# Docker tag applied to built container images. Default is
|
||||
# {{ kolla_openstack_release }}.
|
||||
# Docker tag applied to built container images. Default is {{
|
||||
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
|
||||
# kolla_base_distro_version }}.
|
||||
#kolla_tag:
|
||||
|
||||
# Dict mapping names of sources to their definitions.
|
||||
@ -235,6 +236,19 @@
|
||||
# remotely on the target nodes. If None, no virtualenv will be used.
|
||||
#kolla_ansible_target_venv:
|
||||
|
||||
# Password to use to encrypt the kolla-ansible passwords.yml file.
|
||||
#kolla_ansible_vault_password:
|
||||
|
||||
# Hashi Vault
|
||||
#kolla_ansible_vault_addr:
|
||||
#kolla_ansible_vault_mount_point:
|
||||
#kolla_ansible_vault_kv_path:
|
||||
#kolla_ansible_vault_namespace:
|
||||
#kolla_ansible_vault_role_id:
|
||||
#kolla_ansible_vault_secret_id:
|
||||
#kolla_ansible_vault_token:
|
||||
#kolla_ansible_vault_cacert:
|
||||
|
||||
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
|
||||
#kolla_enable_tls_external:
|
||||
|
||||
|
@ -2,10 +2,10 @@
|
||||
###############################################################################
|
||||
# OpenStack release configuration.
|
||||
|
||||
# Name of the current OpenStack release. Default is "zed".
|
||||
# Name of the current OpenStack release. Default is "2023.1".
|
||||
#openstack_release:
|
||||
|
||||
# Name of the current OpenStack branch. Default is "stable/zed".
|
||||
# Name of the current OpenStack branch. Default is "stable/2023.1".
|
||||
#openstack_branch:
|
||||
|
||||
###############################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user