Update seed VM image to CentOS 8.3

Change-Id: I2ed9da2580a83f167d4b10b747e0f8225c235afe
This commit is contained in:
Pierre Riteau 2021-01-27 22:56:39 +01:00
parent ad0800c2cb
commit f4eaa98084
5 changed files with 22 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.2.2004-20200611.2.x86_64.qcow2"
seed_vm_root_image: "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2"
# Capacity of the seed VM data volume.
seed_vm_data_capacity: 100G

View File

@ -23,6 +23,14 @@
ipa_image_force_rebuild: false
tasks:
- block:
# TODO(priteau): Move this to stackhpc.os-images
- name: Ensure libgcrypt is updated
package:
name: "libgcrypt"
state: latest
become: True
when: ansible_os_family == 'RedHat'
- name: Ensure Ironic Python Agent images are built
include_role:
name: stackhpc.os-images

View File

@ -14,6 +14,14 @@
ipa_image_force_rebuild: false
tasks:
- block:
# TODO(priteau): Move this to stackhpc.os-images
- name: Ensure libgcrypt is updated
package:
name: libgcrypt
state: latest
become: True
when: ansible_os_family == 'RedHat'
- name: Ensure Ironic Python Agent images are built
include_role:
name: stackhpc.os-images

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.2.2004-20200611.2.x86_64.qcow2".
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.3.2011-20201204.2.x86_64.qcow2".
#seed_vm_root_image:
# Capacity of the seed VM data volume.

View File

@ -0,0 +1,4 @@
---
features:
- |
Updates the default image for the seed VM to CentOS 8.3.