Skip to content

Commit c1c0f9a

Browse files
authored
Merge pull request #61 from stackhpc/upstream/victoria-2022-10-17
Synchronise victoria with upstream
2 parents 9d3b3f5 + 1613c7e commit c1c0f9a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ansible/group_vars/all/seed-vm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ seed_vm_root_capacity: 50G
4141
seed_vm_root_format: qcow2
4242

4343
# Base image for the seed VM root volume.
44-
seed_vm_root_image: "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2"
44+
seed_vm_root_image: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
4545

4646
# Capacity of the seed VM data volume.
4747
seed_vm_data_capacity: 100G

etc/kayobe/seed-vm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#seed_vm_root_format:
2525

2626
# Base image for the seed VM root volume. Default is
27-
# "https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.4.2105-20210603.0.x86_64.qcow2".
27+
# "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20220913.0.x86_64.qcow2"
2828
#seed_vm_root_image:
2929

3030
# Capacity of the seed VM data volume.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
features:
3+
- |
4+
Updates base CentOS Stream 8 cloud image to
5+
CentOS-Stream-GenericCloud-8-20220913.0.x86_64.

0 commit comments

Comments
 (0)