diff --git a/ansible/group_vars/all/infra-vms b/ansible/group_vars/all/infra-vms index 859eb046eb1a1b2a3660d2973ba77a2b360243ff..26b426f87b89ec911947099d512243d1969182f3 100644 --- a/ansible/group_vars/all/infra-vms +++ b/ansible/group_vars/all/infra-vms @@ -43,7 +43,7 @@ infra_vm_root_format: qcow2 # Base image for the infra VM root volume. Default is # "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" # when os_distribution is "ubuntu", or -# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 +# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 # when os_distribution is "rocky", # or # "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: >- {%- if os_distribution == 'ubuntu' %} https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img {%- elif os_distribution == 'rocky' %} - http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 + https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 {%- else -%} https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2 {%- endif %} diff --git a/ansible/group_vars/all/seed-vm b/ansible/group_vars/all/seed-vm index fb86584053969eb1ec46b23db66b1bdbf2f6e99a..ea6291b3cfafff4c4bb4177c947379ca47eda587 100644 --- a/ansible/group_vars/all/seed-vm +++ b/ansible/group_vars/all/seed-vm @@ -43,7 +43,7 @@ seed_vm_root_format: qcow2 # Base image for the seed VM root volume. Default is # "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" # when os_distribution is "ubuntu", -# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 +# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 # when os_distribution is "rocky", # or # "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: >- {%- if os_distribution == 'ubuntu' %} https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img {%- elif os_distribution == 'rocky' %} - http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 + https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 {%- else -%} https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2 {%- endif %} diff --git a/etc/kayobe/infra-vms.yml b/etc/kayobe/infra-vms.yml index 3274ed806051bd17af48ac67761c3876898f6fdb..43dc225aa0868da96df59657174abb9d25f0b7cb 100644 --- a/etc/kayobe/infra-vms.yml +++ b/etc/kayobe/infra-vms.yml @@ -32,7 +32,7 @@ # Base image for the infra VM root volume. Default is # "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" # when os_distribution is "ubuntu", or -# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 +# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 # when os_distribution is "rocky", # or # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2" diff --git a/etc/kayobe/seed-vm.yml b/etc/kayobe/seed-vm.yml index f8c2ab8a9c8d55749f7daae6383587b2dde485ea..9921334b8c31795a5968bef1d64e011174c0f323 100644 --- a/etc/kayobe/seed-vm.yml +++ b/etc/kayobe/seed-vm.yml @@ -26,7 +26,7 @@ # Base image for the seed VM root volume. Default is # "https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img" # when os_distribution is "ubuntu", -# http://dl.rockylinux.org/pub/rocky/8.5/images/Rocky-8-GenericCloud-8.5-20211114.2.x86_64.qcow2 +# https://dl.rockylinux.org/pub/rocky/8/images/Rocky-8-GenericCloud.latest.x86_64.qcow2 # when os_distribution is "rocky", # or # "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20210603.0.x86_64.qcow2" diff --git a/releasenotes/notes/rocky-linux-8.6-image-cb4cf2781f802fb1.yaml b/releasenotes/notes/rocky-linux-8.6-image-cb4cf2781f802fb1.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9dce57e0b1057e6cb2904848e541638371e46288 --- /dev/null +++ b/releasenotes/notes/rocky-linux-8.6-image-cb4cf2781f802fb1.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + Updates base Rocky Linux 8 cloud image to + Rocky-8-GenericCloud.latest.x86_64.qcow2