Skip to content

Commit e1f520c

Browse files
committed
2023.1 RC1 - Sync defaults with Kayobe
Change-Id: I3243666f99ce0f24d4eb4756aa6d35fced5c51cb
1 parent 0f8b091 commit e1f520c

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

etc/kayobe/globals.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
###############################################################################
55
# Local path configuration (Ansible control host).
66

7-
# Path to Kayobe configuration directory on Ansible control host, with an
8-
# environment path appended if kayobe_environment is set.
7+
# Path to Kayobe configuration directory on Ansible control host.
98
#kayobe_config_path:
109

1110
# Name of Kayobe environment to use. Default is $KAYOBE_ENVIRONMENT, or an

etc/kayobe/kolla.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
#kolla_base_distro_version:
8080

8181
# URL of docker registry to use for Kolla images. Default is not set, in which
82-
# case Dockerhub will be used.
82+
# case Quay.io will be used.
8383
#kolla_docker_registry:
8484

8585
# Docker namespace to use for Kolla images. Default is 'kolla'.
@@ -102,8 +102,9 @@
102102
# Default is {{ openstack_release }}.
103103
#kolla_openstack_release:
104104

105-
# Docker tag applied to built container images. Default is
106-
# {{ kolla_openstack_release }}.
105+
# Docker tag applied to built container images. Default is {{
106+
# kolla_openstack_release }}-{{ kolla_base_distro }}-{{
107+
# kolla_base_distro_version }}.
107108
#kolla_tag:
108109

109110
# Dict mapping names of sources to their definitions.
@@ -235,6 +236,19 @@
235236
# remotely on the target nodes. If None, no virtualenv will be used.
236237
#kolla_ansible_target_venv:
237238

239+
# Password to use to encrypt the kolla-ansible passwords.yml file.
240+
#kolla_ansible_vault_password:
241+
242+
# Hashi Vault
243+
#kolla_ansible_vault_addr:
244+
#kolla_ansible_vault_mount_point:
245+
#kolla_ansible_vault_kv_path:
246+
#kolla_ansible_vault_namespace:
247+
#kolla_ansible_vault_role_id:
248+
#kolla_ansible_vault_secret_id:
249+
#kolla_ansible_vault_token:
250+
#kolla_ansible_vault_cacert:
251+
238252
# Whether TLS is enabled for the external API endpoints. Default is 'no'.
239253
#kolla_enable_tls_external:
240254

etc/kayobe/openstack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
###############################################################################
33
# OpenStack release configuration.
44

5-
# Name of the current OpenStack release. Default is "zed".
5+
# Name of the current OpenStack release. Default is "2023.1".
66
#openstack_release:
77

8-
# Name of the current OpenStack branch. Default is "stable/zed".
8+
# Name of the current OpenStack branch. Default is "stable/2023.1".
99
#openstack_branch:
1010

1111
###############################################################################

0 commit comments

Comments
 (0)