Skip to content

Commit 37b8c26

Browse files
authored
Merge pull request #134 from stackhpc/zed-cloud-images
Update cloud images for Zed
2 parents b87374c + 68bd6d4 commit 37b8c26

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
create_ipa_image: false
44
download_ipa: true
55

6-
# Use a locally hosted CentOS8 cloud image.
6+
# Use a locally hosted cloud image.
77
use_cirros: true
8-
{% if os_distribution == 'ubuntu' %}
9-
cirros_deploy_image_upstream_url: "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
8+
{% if os_distribution == 'centos' %}
9+
cirros_deploy_image_upstream_url: "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20221206.0.x86_64.qcow2"
10+
{% 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"
1012
{% else %}
11-
cirros_deploy_image_upstream_url: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210210.0.x86_64.qcow2"
13+
cirros_deploy_image_upstream_url: "https://cloud-images.ubuntu.com/jammy/current/jammy-server-cloudimg-amd64.img"
1214
{% endif %}

0 commit comments

Comments
 (0)