File tree Expand file tree Collapse file tree 4 files changed +25
-10
lines changed Expand file tree Collapse file tree 4 files changed +25
-10
lines changed Original file line number Diff line number Diff 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.
101101apt_auth : " {{ stackhpc_apt_auth if stackhpc_repos_enabled | bool and stackhpc_repo_mirror_username is truthy else [] }}"
102102
Original file line number Diff line number Diff line change 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:
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
Original file line number Diff line number Diff 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:
684683kolla_enable_ovn : true
685684# kolla_enable_ovs_dpdk:
686685# kolla_enable_placement:
Original file line number Diff line number Diff line change 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:
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.
6674workaround_ansible_issue_8743 : yes
You can’t perform that action at this time.
0 commit comments