Merge "Update seed VM image to CentOS 8.3"
This commit is contained in:
commit
3d81c610ee
@ -41,7 +41,7 @@ seed_vm_root_capacity: 50G
|
|||||||
seed_vm_root_format: qcow2
|
seed_vm_root_format: qcow2
|
||||||
|
|
||||||
# Base image for the seed VM root volume.
|
# 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.
|
# Capacity of the seed VM data volume.
|
||||||
seed_vm_data_capacity: 100G
|
seed_vm_data_capacity: 100G
|
||||||
|
@ -23,6 +23,14 @@
|
|||||||
ipa_image_force_rebuild: false
|
ipa_image_force_rebuild: false
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- 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
|
- name: Ensure Ironic Python Agent images are built
|
||||||
include_role:
|
include_role:
|
||||||
name: stackhpc.os-images
|
name: stackhpc.os-images
|
||||||
|
@ -14,6 +14,14 @@
|
|||||||
ipa_image_force_rebuild: false
|
ipa_image_force_rebuild: false
|
||||||
tasks:
|
tasks:
|
||||||
- block:
|
- 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
|
- name: Ensure Ironic Python Agent images are built
|
||||||
include_role:
|
include_role:
|
||||||
name: stackhpc.os-images
|
name: stackhpc.os-images
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#seed_vm_root_format:
|
#seed_vm_root_format:
|
||||||
|
|
||||||
# Base image for the seed VM root volume. Default is
|
# 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:
|
#seed_vm_root_image:
|
||||||
|
|
||||||
# Capacity of the seed VM data volume.
|
# Capacity of the seed VM data volume.
|
||||||
|
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Updates the default image for the seed VM to CentOS 8.3.
|
Loading…
Reference in New Issue
Block a user