File tree Expand file tree Collapse file tree 6 files changed +12
-6
lines changed
roles/kolla-ansible/templates Expand file tree Collapse file tree 6 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ infra_vm_root_format: qcow2
4343# Base image for the infra VM root volume. Default is
4444# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
4545# when os_distribution is "ubuntu", or
46- # http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
46+ # https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
4747# when os_distribution is "rocky",
4848# or
4949# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
@@ -52,7 +52,7 @@ infra_vm_root_image: >-
5252 {%- if os_distribution == 'ubuntu' %}
5353 https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
5454 {%- elif os_distribution == 'rocky' %}
55- http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
55+ https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
5656 {%- else -%}
5757 https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2
5858 {%- endif %}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ seed_vm_root_format: qcow2
4343# Base image for the seed VM root volume. Default is
4444# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
4545# when os_distribution is "ubuntu",
46- # http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
46+ # https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
4747# when os_distribution is "rocky",
4848# or
4949# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
@@ -52,7 +52,7 @@ seed_vm_root_image: >-
5252 {%- if os_distribution == 'ubuntu' %}
5353 https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img
5454 {%- elif os_distribution == 'rocky' %}
55- http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
55+ https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
5656 {%- else -%}
5757 https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2
5858 {%- endif %}
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ neutron
9696
9797[neutron-ovn-metadata-agent:children]
9898compute
99+ network
99100
100101[neutron-bgp-dragent:children]
101102neutron
Original file line number Diff line number Diff line change 3232# Base image for the infra VM root volume. Default is
3333# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
3434# when os_distribution is "ubuntu", or
35- # http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
35+ # https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
3636# when os_distribution is "rocky",
3737# or
3838# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
Original file line number Diff line number Diff line change 2626# Base image for the seed VM root volume. Default is
2727# "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
2828# when os_distribution is "ubuntu",
29- # http ://dl.rockylinux.org/pub/rocky/8.5 /images/Rocky-8-GenericCloud-8.5-20211114.2 .x86_64.qcow2
29+ # https ://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest .x86_64.qcow2
3030# when os_distribution is "rocky",
3131# or
3232# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2"
Original file line number Diff line number Diff line change 1+ ---
2+ upgrade :
3+ - |
4+ Updates base Rocky Linux 8 cloud image to
5+ Rocky-8-GenericCloud.latest.x86_64.qcow2
You can’t perform that action at this time.
0 commit comments