Skip to content

Commit c2c9235

Browse files
authored
Merge pull request #32 from stackhpc/upstream/xena-2022-08-15
Synchronise xena with upstream
2 parents 490b1c3 + 85efbbe commit c2c9235

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

ansible/group_vars/all/infra-vms

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 %}

ansible/group_vars/all/seed-vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 %}

ansible/roles/kolla-ansible/templates/overcloud-services.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ neutron
9696

9797
[neutron-ovn-metadata-agent:children]
9898
compute
99+
network
99100

100101
[neutron-bgp-dragent:children]
101102
neutron

etc/kayobe/infra-vms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
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"

etc/kayobe/seed-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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"
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
upgrade:
3+
- |
4+
Updates base Rocky Linux 8 cloud image to
5+
Rocky-8-GenericCloud.latest.x86_64.qcow2

0 commit comments

Comments
 (0)