File tree Expand file tree Collapse file tree 2 files changed +23
-7
lines changed Expand file tree Collapse file tree 2 files changed +23
-7
lines changed 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 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