Update ussuri release to c8 stream repos/image

8-stream - BaseOS, AppStream, PowerTools, HighAvailability, extras,
8 - ceph-nautilus, ceph-octopus, collectd-5

Pull centos-8 stream repos when running jobs on
the ussuri branch.
Check jobs will match integration jobs - the repos
for which are being updated in
https://review.opendev.org/c/openstack/tripleo-quickstart/+/778555

Change-Id: Ic187c67915ad9b5c12641fa683cb4d13a3290a98
This commit is contained in:
frenzyfriday 2021-03-10 15:57:03 +01:00
parent ccb0f377da
commit 846b794095
1 changed files with 7 additions and 7 deletions

View File

@ -149,27 +149,27 @@ repos:
- type: generic
reponame: quickstart-centos-base
filename: quickstart-centos-base.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/BaseOS/x86_64/os/
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/BaseOS/x86_64/os/
- type: generic
reponame: quickstart-centos-appstreams
filename: quickstart-centos-appstreams.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/AppStream/x86_64/os/
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/AppStream/x86_64/os/
- type: generic
reponame: quickstart-centos-powertools
filename: quickstart-centos-powertools.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/PowerTools/x86_64/os/
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/PowerTools/x86_64/os/
- type: generic
reponame: quickstart-centos-highavailability
filename: quickstart-centos-highavailability.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/HighAvailability/x86_64/os/
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/HighAvailability/x86_64/os/
- type: generic
reponame: quickstart-centos-extras
filename: quickstart-centos-extras.repo
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8/extras/x86_64/os/
baseurl: ${NODEPOOL_CENTOS_MIRROR}/8-stream/extras/x86_64/os/
- type: generic
reponame: quickstart-centos-ceph-nautilus
@ -208,7 +208,7 @@ undercloud_rpm_dependencies: >-
python3-tripleoclient
ceph-ansible
# baseos settings
baseos_undercloud_image_url: https://cloud.centos.org/centos/8/x86_64/images/CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2
baseos_undercloud_image_url: https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2
baseos_image: centos
baseos_image_type: qcow2
baseos_md5sum: "d89eb49f2c264d29225cecf2b6c83322 CentOS-8-GenericCloud-8.1.1911-20200113.3.x86_64.qcow2"
baseos_md5sum: "70d5c374156f2ab92c058b6a6150f55e CentOS-Stream-GenericCloud-8-20201217.0.x86_64.qcow2"