|
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" and distribution_major_version is '22', |
| 35 | +# "https://cloud-images.ubuntu.com/noble/current/noble-server-cloudimg-amd64.img" |
| 36 | +# when os_distribution is "ubuntu" and distribution_major_version is not '22', |
34 | 37 | # when os_distribution is "ubuntu", |
35 | 38 | # "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2" |
36 | 39 | # when os_distribution is "rocky" and seed_vm_boot_firmware is "efi", |
37 | 40 | # "https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2" |
38 | 41 | # when os_distribution is "rocky" and seed_vm_boot_firmware is not "efi" |
39 | 42 | # (default is "bios"), or |
40 | | -# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2" |
| 43 | +# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2" |
41 | 44 | # otherwise. |
42 | 45 | #infra_vm_root_image: |
43 | 46 |
|
|
70 | 73 | # Infrastructure VM node configuration. |
71 | 74 |
|
72 | 75 | # User with which to access the infrastructure vm via SSH during bootstrap, in |
73 | | -# order to setup the Kayobe user account. |
| 76 | +# order to setup the Kayobe user account. Default is 'cloud-user' if |
| 77 | +# os_distribution is set to centos, otherwise 'os_distribution'. |
74 | 78 | #infra_vm_bootstrap_user: |
75 | 79 |
|
76 | 80 | ############################################################################### |
|
0 commit comments