Skip to content

Commit 50f5ed1

Browse files
authored
Merge pull request #160 from stackhpc/rocky-94
Use Rocky Linux 9.3 images
2 parents 9db3029 + d34ef0f commit 50f5ed1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

etc/kayobe/kolla/config/bifrost/bifrost.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ use_cirros: true
88
{% if os_distribution == 'centos' %}
99
cirros_deploy_image_upstream_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
1010
{% elif os_distribution == 'rocky' %}
11-
cirros_deploy_image_upstream_url: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
11+
# NOTE(priteau): Temporarily using Rocky Linux 9.3 because 9.4 images fail to
12+
# boot (https://bugs.rockylinux.org/view.php?id=6832)
13+
cirros_deploy_image_upstream_url: "https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"
1214
{% else %}
1315
cirros_deploy_image_upstream_url: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
1416
{% endif %}

etc/kayobe/seed-vm.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ seed_vm_vcpus: 1
3333
# or
3434
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
3535
# otherwise.
36-
#seed_vm_root_image:
36+
# NOTE(priteau): Temporarily using Rocky Linux 9.3 because 9.4 images fail to
37+
# boot (https://bugs.rockylinux.org/view.php?id=6832)
38+
seed_vm_root_image: https://dl.rockylinux.org/vault/rocky/9.3/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2
3739

3840
# Capacity of the seed VM data volume.
3941
#seed_vm_data_capacity:

0 commit comments

Comments
 (0)