File tree Expand file tree Collapse file tree 6 files changed +12
-7
lines changed
Expand file tree Collapse file tree 6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ infra_vm_root_format: qcow2
4646# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
4747# when os_distribution is "rocky",
4848# or
49- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2"
49+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2"
5050# otherwise.
5151infra_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' %}
5555 https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
5656 {%- else -%}
57- https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2
57+ https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2
5858 {%- endif %}
5959
6060# Capacity of the infra VM data volume.
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ seed_vm_root_format: qcow2
4646# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
4747# when os_distribution is "rocky",
4848# or
49- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2"
49+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2"
5050# otherwise.
5151seed_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' %}
5555 https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
5656 {%- else -%}
57- https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2
57+ https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2
5858 {%- endif %}
5959
6060# Capacity of the seed VM data volume.
Original file line number Diff line number Diff line change 3535# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
3636# when os_distribution is "rocky",
3737# or
38- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2"
38+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2"
3939# otherwise.
4040# infra_vm_root_image:
4141
Original file line number Diff line number Diff line change 2929# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2
3030# when os_distribution is "rocky",
3131# or
32- # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603 .0.x86_64.qcow2"
32+ # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913 .0.x86_64.qcow2"
3333# otherwise.
3434# seed_vm_root_image:
3535
Original file line number Diff line number Diff line change 1+ ---
2+ features :
3+ - |
4+ Updates base CentOS Stream 8 cloud image to
5+ CentOS-Stream-GenericCloud-8-20220913.0.x86_64.
Original file line number Diff line number Diff line change 11---
22- project :
3+ queue : kayobe
34 templates :
45 - openstack-cover-jobs
56 - openstack-python3-xena-jobs
3334 - kayobe-infra-vm-ubuntu-focal
3435
3536 gate :
36- queue : kayobe
3737 jobs :
3838 - kayobe-tox-ansible-syntax
3939 - kayobe-tox-ansible
You can’t perform that action at this time.
0 commit comments