Skip to content

Commit 9087b24

Browse files
committed
[release] Synchronise with kayobe for 2024.2
Change-Id: Id420053d2489145795f56436a8247989fd406448
1 parent 75047ec commit 9087b24

File tree

9 files changed

+42
-11
lines changed

9 files changed

+42
-11
lines changed

etc/kayobe/apt.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
# * types: whitespace-separated list of repository types, e.g. deb or deb-src
3131
# (optional, default is 'deb')
3232
# * url: URL of the repository
33-
# * suites: whitespace-separated list of suites, e.g. jammy (optional, default
33+
# * suites: whitespace-separated list of suites, e.g. noble (optional, default
3434
# is ansible_facts.distribution_release)
3535
# * components: whitespace-separated list of components, e.g. main (optional,
3636
# default is 'main')
@@ -41,6 +41,14 @@
4141
# Default is an empty list.
4242
#apt_repositories:
4343

44+
# List of Apt preferences options. Each item is a dict with the following
45+
# keys:
46+
# * content: free-form preferences file content
47+
# * filename: name of a file in /etc/apt/preferences.d/ in which to write
48+
# the configuration
49+
# Default is an empty list.
50+
#apt_preferences:
51+
4452
# Whether to disable repositories in /etc/apt/sources.list. This may be used
4553
# when replacing the distribution repositories via apt_repositories.
4654
# Default is false.
@@ -50,8 +58,6 @@
5058
# * machine: 'machine' entry in the auth file
5159
# * login: 'login' entry in the auth file
5260
# * password: 'password' entry in the auth file
53-
# * filename: Name of a file in which to store the auth configuration. The
54-
# extension should be '.conf'.
5561
# * filename: Name of a file in /etc/apt/auth.conf.d in which to store
5662
# the auth configuration. The extension should be ``.conf``.
5763
# Default is an empty list.

etc/kayobe/bifrost.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
# Server inventory for Bifrost.
159159
#kolla_bifrost_servers:
160160

161+
###############################################################################
162+
# Node provisioning configuration
163+
# Whether to use Ironic introspection data for admin interface MAC address
164+
# Default is false.
165+
#kolla_bifrost_use_introspection_mac:
166+
161167
###############################################################################
162168
# Dummy variable to allow Ansible to accept this file.
163169
workaround_ansible_issue_8743: yes

etc/kayobe/bmc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# Password to use to access a host's BMC via IPMI.
1515
#ipmi_password:
1616

17+
# Address to use to access a host's BMC via Redfish.
18+
#redfish_address:
19+
1720
###############################################################################
1821
# Dummy variable to allow Ansible to accept this file.
1922
workaround_ansible_issue_8743: yes

etc/kayobe/globals.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
os_distribution: "{{ lookup('pipe', '. /etc/os-release && echo $ID') | trim }}"
5050

5151
# OS release. Valid options are "9-stream" when os_distribution is "centos", or
52-
# "9" when os_distribution is "rocky", or "jammy" when os_distribution is
52+
# "9" when os_distribution is "rocky", or "noble" when os_distribution is
5353
# "ubuntu".
5454
#os_release:
5555

etc/kayobe/infra-vms.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#infra_vm_root_format:
3131

3232
# Base image for the infra VM root volume. Default is
33-
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
33+
# "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
3434
# when os_distribution is "ubuntu", or
3535
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3636
# when os_distribution is "rocky",
@@ -58,6 +58,12 @@
5858
# OS family. Needed for config drive generation.
5959
#infra_vm_os_family:
6060

61+
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
62+
#infra_vm_boot_firmware:
63+
64+
# Machine type. Libvirt default configuration is used.
65+
#infra_vm_machine:
66+
6167
###############################################################################
6268
# Infrastructure VM node configuration.
6369

etc/kayobe/kolla.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
###############################################################################
6767
# Kolla configuration.
6868

69+
# Kolla base container image architecture. Options are "x86_64", "aarch64".
70+
# Default is "{{ ansible_facts.architecture }}"
71+
#kolla_base_arch:
72+
6973
# Kolla base container image distribution. Options are "centos", "debian",
7074
# "rocky", "ubuntu". Default is {{ os_distribution }}.
7175
#kolla_base_distro:
@@ -286,12 +290,12 @@
286290
#kolla_enable_ceph_rgw:
287291
#kolla_enable_ceph_rgw_loadbalancer:
288292
#kolla_enable_cinder:
289-
#kolla_enable_cinder_backend_hnas_nfs:
290293
#kolla_enable_cinder_backend_iscsi:
291294
#kolla_enable_cinder_backend_lvm:
292295
#kolla_enable_cinder_backend_nfs:
293296
#kolla_enable_cinder_backend_pure_fc:
294297
#kolla_enable_cinder_backend_pure_iscsi:
298+
#kolla_enable_cinder_backend_pure_nvme_tcp:
295299
#kolla_enable_cinder_backend_pure_roce:
296300
#kolla_enable_cinder_backend_quobyte:
297301
#kolla_enable_cinder_backup:
@@ -412,11 +416,11 @@
412416
#kolla_enable_prometheus_haproxy_exporter:
413417
#kolla_enable_prometheus_libvirt_exporter:
414418
#kolla_enable_prometheus_memcached_exporter:
415-
#kolla_enable_prometheus_msteams:
416419
#kolla_enable_prometheus_mysqld_exporter:
417420
#kolla_enable_prometheus_node_exporter:
418421
#kolla_enable_prometheus_openstack_exporter:
419422
#kolla_enable_prometheus_openstack_exporter_external:
423+
#kolla_enable_prometheus_proxysql_exporter:
420424
#kolla_enable_prometheus_rabbitmq_exporter:
421425
#kolla_enable_prometheus_server:
422426
#kolla_enable_proxysql:

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 "2024.1".
5+
# Name of the current OpenStack release. Default is "2024.2".
66
#openstack_release:
77

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

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

etc/kayobe/overcloud-dib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#overcloud_dib_os_release:
3131

3232
# List of default DIB elements. Default is ["{{ overcloud_dib_os_element }}",
33-
# "cloud-init-datasources", "enable-serial-console", "vm"].
33+
# "cloud-init", "cloud-init-datasources", "enable-serial-console", "vm"].
3434
#overcloud_dib_elements_default:
3535

3636
# List of additional DIB elements. Default is none.

etc/kayobe/seed-vm.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#seed_vm_root_format:
3131

3232
# Base image for the seed VM root volume. Default is
33-
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
33+
# "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img"
3434
# when os_distribution is "ubuntu",
3535
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3636
# when os_distribution is "rocky",
@@ -61,6 +61,12 @@
6161
#
6262
#seed_vm_interfaces:
6363

64+
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'efi'.
65+
#seed_vm_boot_firmware:
66+
67+
# Machine type. Libvirt default configuration is used.
68+
#seed_vm_machine:
69+
6470
###############################################################################
6571
# Dummy variable to allow Ansible to accept this file.
6672
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)