|
31 | 31 |
|
32 | 32 | # Base image for the infra VM root volume. Default is |
33 | 33 | # "https://cloud-images.ubuntu.com/noble/current/noble-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 |
38 | | -# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2" |
| 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 os_release is "9", |
| 37 | +# "https://dl.rockylinux.org/pub/rocky/10/images/x86_64/Rocky-10-GenericCloud-Base.latest.x86_64.qcow2" |
| 38 | +# when os_distribution is "rocky" and os_release is "10", |
| 39 | +# "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-9-latest.x86_64.qcow2" |
| 40 | +# when os_distribution is "centos" and os_release is "9-stream", or |
| 41 | +# "https://cloud.centos.org/centos/10-stream/x86_64/images/CentOS-Stream-GenericCloud-x86_64-10-latest.x86_64.qcow2" |
39 | 42 | # otherwise. |
40 | 43 | #infra_vm_root_image: |
41 | 44 |
|
|
68 | 71 | # Infrastructure VM node configuration. |
69 | 72 |
|
70 | 73 | # User with which to access the infrastructure vm via SSH during bootstrap, in |
71 | | -# order to setup the Kayobe user account. |
| 74 | +# order to setup the Kayobe user account. Default is 'cloud-user' if |
| 75 | +# os_distribution is set to centos, otherwise 'os_distribution'. |
72 | 76 | #infra_vm_bootstrap_user: |
73 | 77 |
|
74 | 78 | ############################################################################### |
|
0 commit comments