From 72c165629fdbe5172364f7477a65bf70ad25dc6b Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Tue, 8 Dec 2020 17:43:43 +0100 Subject: [PATCH] Switch to CentOS 8 Stream for testing Regular CentOS 8 has been deprecated and is supposed to reach EOL in the end of 2021. This change switches to CentOS Stream. The documentation is updated to explain the current status. Change-Id: I8af7ff0069bee2b2485d6f67f4f5a68631099f22 --- doc/source/install/index.rst | 3 +-- releasenotes/notes/centos8-stream-0c6d9adb544e36af.yaml | 8 ++++++++ zuul.d/bifrost-jobs.yaml | 8 ++++---- 3 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 releasenotes/notes/centos8-stream-0c6d9adb544e36af.yaml diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 02c12a6cd..fb5178372 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -15,8 +15,7 @@ Requirements Supported operating systems: * Ubuntu 18.04, 20.04 -* Red Hat Enterprise Linux (RHEL) 8 -* CentOS 8 +* CentOS 8 Stream (normal CentOS 8 and RHEL 8 should work but are not tested) * openSUSE Leap 15.2 (15.1 is supported but not recommended) * Fedora 32 (30 is supported but not recommended) * Debian Buster diff --git a/releasenotes/notes/centos8-stream-0c6d9adb544e36af.yaml b/releasenotes/notes/centos8-stream-0c6d9adb544e36af.yaml new file mode 100644 index 000000000..68cb5f852 --- /dev/null +++ b/releasenotes/notes/centos8-stream-0c6d9adb544e36af.yaml @@ -0,0 +1,8 @@ +--- +upgrade: + - | + Following an `announcement + `_ + by the CentOS project, Bifrost has switched to CentOS Stream for testing. + Regular CentOS is no longer tested in the CI, meaning that both it and + RHEL will only be tested indirectly and supported on the best effort basis. diff --git a/zuul.d/bifrost-jobs.yaml b/zuul.d/bifrost-jobs.yaml index c7fbf56c9..fbf709592 100644 --- a/zuul.d/bifrost-jobs.yaml +++ b/zuul.d/bifrost-jobs.yaml @@ -44,7 +44,7 @@ - job: name: bifrost-integration-dhcp-centos-8 parent: bifrost-integration-dhcp - nodeset: centos-8 + nodeset: centos-8-stream - job: name: bifrost-integration-dibipa-debian @@ -61,7 +61,7 @@ - job: name: bifrost-integration-dibipa-debian-centos-8 parent: bifrost-integration-dibipa-debian - nodeset: centos-8 + nodeset: centos-8-stream - job: name: bifrost-integration-tinyipa @@ -126,12 +126,12 @@ - job: name: bifrost-integration-tinyipa-centos-8 parent: bifrost-integration-tinyipa - nodeset: centos-8 + nodeset: centos-8-stream - job: name: bifrost-integration-tinyipa-keystone-centos-8 parent: bifrost-integration-tinyipa - nodeset: centos-8 + nodeset: centos-8-stream required-projects: - openstack/keystone - openstack/ironic-prometheus-exporter