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:
95
95
# * machine: 'machine' entry in the auth file
96
96
# * login: 'login' entry in the auth file
97
97
# * 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`` .
100
100
# Default is an empty list.
101
101
apt_auth : " {{ stackhpc_apt_auth if stackhpc_repos_enabled | bool and stackhpc_repo_mirror_username is truthy else [] }}"
102
102
Original file line number Diff line number Diff line change 31
31
32
32
# Base image for the infra VM root volume. Default is
33
33
# "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
38
40
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
39
41
# otherwise.
40
42
# infra_vm_root_image:
58
60
# OS family. Needed for config drive generation.
59
61
# infra_vm_os_family:
60
62
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
+
61
69
# ##############################################################################
62
70
# Infrastructure VM node configuration.
63
71
Original file line number Diff line number Diff line change @@ -680,7 +680,6 @@ kolla_enable_mariabackup: True
680
680
# kolla_enable_openstack_core:
681
681
# kolla_enable_openvswitch:
682
682
# kolla_enable_osprofiler:
683
- # kolla_enable_outward_rabbitmq:
684
683
kolla_enable_ovn : true
685
684
# kolla_enable_ovs_dpdk:
686
685
# kolla_enable_placement:
Original file line number Diff line number Diff line change 32
32
# Base image for the seed VM root volume. Default is
33
33
# "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
34
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",
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
38
40
# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
39
41
# otherwise.
40
42
# seed_vm_root_image:
61
63
#
62
64
# seed_vm_interfaces:
63
65
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
+
64
72
# ##############################################################################
65
73
# Dummy variable to allow Ansible to accept this file.
66
74
workaround_ansible_issue_8743 : yes
You can’t perform that action at this time.
0 commit comments