Synchronise configuration with master

Synchronised with kayobe @ 4d24fe7e97e6fb02185c0a2f1e44896718c4ac6c.

Change-Id: Ic841668eb922aec326cf2d36cedb12852537bbf5
Signed-off-by: Pierre Riteau <pierre@stackhpc.com>
This commit is contained in:
Pierre Riteau
2025-07-21 09:52:20 +02:00
parent efdc68b513
commit aec3ae22f5
6 changed files with 10 additions and 5 deletions

View File

@@ -4,6 +4,9 @@
############################################################################### ###############################################################################
# Bifrost installation. # Bifrost installation.
# Whether to install Bifrost. Default is true.
#kolla_enable_bifrost:
# URL of Bifrost source code repository. # URL of Bifrost source code repository.
#kolla_bifrost_source_url: #kolla_bifrost_source_url:

View File

@@ -35,7 +35,7 @@
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 # https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
# when os_distribution is "rocky", # when os_distribution is "rocky",
# or # or
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2" # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
# otherwise. # otherwise.
#infra_vm_root_image: #infra_vm_root_image:

View File

@@ -284,6 +284,7 @@
#kolla_enable_aodh: #kolla_enable_aodh:
#kolla_enable_barbican: #kolla_enable_barbican:
#kolla_enable_bifrost:
#kolla_enable_blazar: #kolla_enable_blazar:
#kolla_enable_ceilometer: #kolla_enable_ceilometer:
#kolla_enable_ceilometer_horizon_policy_file: #kolla_enable_ceilometer_horizon_policy_file:

View File

@@ -2,10 +2,10 @@
############################################################################### ###############################################################################
# OpenStack release configuration. # OpenStack release configuration.
# Name of the current OpenStack release. Default is "2025.1". # Name of the current OpenStack release. Default is "master".
#openstack_release: #openstack_release:
# Name of the current OpenStack branch. Default is "stable/2025.1". # Name of the current OpenStack branch. Default is "master".
#openstack_branch: #openstack_branch:
############################################################################### ###############################################################################

View File

@@ -35,7 +35,7 @@
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2 # https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
# when os_distribution is "rocky", # when os_distribution is "rocky",
# or # or
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2" # "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
# otherwise. # otherwise.
#seed_vm_root_image: #seed_vm_root_image:

View File

@@ -98,9 +98,10 @@
# Example: # Example:
# seed_containers: # seed_containers:
# squid: # squid:
# image: "stackhpc/squid:3.5.20-1" # image: "docker.io/stackhpc/squid"
# pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml" # pre: "{{ kayobe_env_config_path }}/containers/squid/pre.yml"
# post: "{{ kayobe_env_config_path }}/containers/squid/post.yml" # post: "{{ kayobe_env_config_path }}/containers/squid/post.yml"
# tag: "3.5.20-1"
# #
#seed_containers: #seed_containers: