Use the latest CentOS image for image build

The c9s image currently used no longer exists in the repository. Let's
switch to the latest to avoid updating the image name when old images
are purged.

Related-Bug: #2025224
Change-Id: Iea1167424dea0fb36862ae7ad73c5b1d8de54a88
This commit is contained in:
Takashi Kajinami 2023-06-28 12:07:30 +09:00
parent 4ba629c140
commit f29a718924
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
oooci_image_build_archive_dest: "{{ ansible_user_dir }}"
tripleo_image_source: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230501.0.x86_64.qcow2
tripleo_image_source: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2
workspace: "{{ ansible_user_dir }}/workspace"
openstack_git_root: "{{ ansible_user_dir }}/src/opendev.org/openstack"
dib_pin: ""

View File

@ -1,5 +1,5 @@
---
tripleo_image_source: http://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230626.0.x86_64.qcow2
tripleo_image_source: http://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2
dib_yum_repo_conf:
- /etc/yum.repos.d/quickstart-centos*
- /etc/yum.repos.d/delorean*