File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
etc/kayobe/kolla/config/bifrost Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 3
3
create_ipa_image : false
4
4
download_ipa : true
5
5
6
- # Use a locally hosted CentOS8 cloud image.
6
+ # Use a locally hosted cloud image.
7
7
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"
10
12
{% 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 "
12
14
{% endif %}
You can’t perform that action at this time.
0 commit comments