From 10ff9dcf1ccc862f563670b224e18fefde6c5b83 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 21 Apr 2020 13:09:30 +1000 Subject: [PATCH] Functional container tests: update to CentOS 8 Update the functional tests to CentOS 8 Depends-On: https://review.opendev.org/721726 Change-Id: I08b7173767fd4dedd81f932bbfbf8761fd38b653 --- .zuul.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 52d2c28e1..98c469954 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -83,7 +83,7 @@ - yum-utils nodepool_diskimage: base_element: centos-minimal - release: 7 + release: 8 mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" env-vars: DIB_SIMPLE_INIT_NETWORKMANAGER: '1' @@ -279,13 +279,13 @@ description: | Test Nodepool containers and OpenStack, with released projects - This builds, uploads and boots a CentOS 7 image into a + This builds, uploads and boots a CentOS 8 image into a OpenStack cloud. parent: nodepool-functional-container-openstack-release-base vars: nodepool_diskimage: base_element: centos-minimal - release: 7 + release: 8 mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" env-vars: DIB_SIMPLE_INIT_NETWORKMANAGER: '1' @@ -312,13 +312,13 @@ description: | Test Nodepool containers and OpenStack, with some projects from source - This builds, uploads and boots a CentOS 7 image into a + This builds, uploads and boots a CentOS 8 image into a OpenStack cloud. parent: nodepool-functional-container-openstack-siblings-base vars: nodepool_diskimage: base_element: centos-minimal - release: 7 + release: 8 mirror: "http://{{ zuul_site_mirror_fqdn }}/centos" env-vars: DIB_SIMPLE_INIT_NETWORKMANAGER: '1'