Skip to content

Commit 90354f6

Browse files
committed
Merge branch 'stable/2024.1' into stackhpc/2024.1
2 parents e381efb + 56d21e1 commit 90354f6

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

etc/kayobe/apt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ stackhpc_apt_auth:
9595
# * machine: 'machine' entry in the auth file
9696
# * login: 'login' entry in the auth file
9797
# * password: 'password' entry in the auth file
98-
# * filename: Name of a file in which to store the auth configuration. The
99-
# extension should be '.conf'.
98+
# * filename: Name of a file in /etc/apt/auth.conf.d in which to store
99+
# the auth configuration. The extension should be ``.conf``.
100100
# Default is an empty list.
101101
apt_auth: "{{ stackhpc_apt_auth if stackhpc_repos_enabled | bool and stackhpc_repo_mirror_username is truthy else [] }}"
102102

etc/kayobe/infra-vms.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@
3131

3232
# Base image for the infra VM root volume. Default is
3333
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
34-
# when os_distribution is "ubuntu", or
35-
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
36-
# when os_distribution is "rocky",
37-
# or
34+
# when os_distribution is "ubuntu",
35+
# "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
36+
# when os_distribution is "rocky" and seed_vm_boot_firmware is "efi",
37+
# "https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
38+
# when os_distribution is "rocky" and seed_vm_boot_firmware is not "efi"
39+
# (default is "bios"), or
3840
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
3941
# otherwise.
4042
#infra_vm_root_image:
@@ -58,6 +60,12 @@
5860
# OS family. Needed for config drive generation.
5961
#infra_vm_os_family:
6062

63+
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
64+
#infra_vm_boot_firmware:
65+
66+
# Machine type. Libvirt default configuration is used.
67+
#infra_vm_machine:
68+
6169
###############################################################################
6270
# Infrastructure VM node configuration.
6371

etc/kayobe/kolla.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,6 @@ kolla_enable_mariabackup: True
680680
#kolla_enable_openstack_core:
681681
#kolla_enable_openvswitch:
682682
#kolla_enable_osprofiler:
683-
#kolla_enable_outward_rabbitmq:
684683
kolla_enable_ovn: true
685684
#kolla_enable_ovs_dpdk:
686685
#kolla_enable_placement:

etc/kayobe/seed-vm.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@
3232
# Base image for the seed VM root volume. Default is
3333
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
3434
# when os_distribution is "ubuntu",
35-
# https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
36-
# when os_distribution is "rocky",
37-
# or
35+
# "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
36+
# when os_distribution is "rocky" and seed_vm_boot_firmware is "efi",
37+
# "https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
38+
# when os_distribution is "rocky" and seed_vm_boot_firmware is not "efi"
39+
# (default is "bios"), or
3840
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
3941
# otherwise.
4042
#seed_vm_root_image:
@@ -61,6 +63,12 @@
6163
#
6264
#seed_vm_interfaces:
6365

66+
# Boot firmware. Possible values are 'bios' or 'efi'. Default is 'bios'.
67+
#seed_vm_boot_firmware:
68+
69+
# Machine type. Libvirt default configuration is used.
70+
#seed_vm_machine:
71+
6472
###############################################################################
6573
# Dummy variable to allow Ansible to accept this file.
6674
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)