Merge "Update seed VM image to CentOS 8.2"

This commit is contained in:
Zuul 2020-07-21 21:54:34 +00:00 committed by Gerrit Code Review
commit 8e444d9f8e
3 changed files with 13 additions and 2 deletions

View File

@ -41,7 +41,7 @@ seed_vm_root_capacity: 50G
seed_vm_root_format: qcow2
# Base image for the seed VM root volume.
seed_vm_root_image: "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2"
seed_vm_root_image: "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2"
# Capacity of the seed VM data volume.
seed_vm_data_capacity: 100G

View File

@ -24,7 +24,7 @@
#seed_vm_root_format:
# Base image for the seed VM root volume. Default is
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2".
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.2.2004-20200611.2.x86_64.qcow2".
#seed_vm_root_image:
# Capacity of the seed VM data volume.

View File

@ -0,0 +1,11 @@
---
features:
- |
Updates the default image for the seed VM to CentOS 8.2.
fixes:
- |
Fixes an issue with seed service deployment where modifying the overcloud
image fails on a CentOS 8.1 host with a CentOS 8.2 ``bifrost_deploy``
container, by updating the default image for the seed VM to CentOS 8.2.
See `story 2007942 <https://storyboard.openstack.org/#!/story/2007942>`__
for details.