From: Laura Flores Date: Wed, 10 Jul 2024 19:36:31 +0000 (-0500) Subject: qa/distros: replace centos8 and rhel8 with centos9 X-Git-Tag: v17.2.8~279^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8da2994e152cc63d66b7d23351549a7a57f55e41;p=ceph.git qa/distros: replace centos8 and rhel8 with centos9 This commit is based on https://github.com/ceph/ceph/commit/7a1dce1ebd883741b5003b9e18d4765526cbbb3e, but due to backport complexities, it is a direct merge to quincy. Centos 8 went end of life (as did rhel 8), so we will now test with centos 9 for quincy. Ref: https://docs.ceph.com/en/latest/start/os-recommendations/#platforms Signed-off-by: Laura Flores --- diff --git a/qa/distros/all/centos_9.stream.yaml b/qa/distros/all/centos_9.stream.yaml new file mode 100644 index 000000000000..d3d6a8cbe600 --- /dev/null +++ b/qa/distros/all/centos_9.stream.yaml @@ -0,0 +1,9 @@ +os_type: centos +os_version: "9.stream" + +# enable the ceph/el9 copr for python packages that aren't in epel9 yet +# see https://tracker.ceph.com/issues/58832 +overrides: + install: + ceph: + enable_coprs: [ceph/el9] diff --git a/qa/distros/all/centos_latest.yaml b/qa/distros/all/centos_latest.yaml new file mode 120000 index 000000000000..2f843a512a10 --- /dev/null +++ b/qa/distros/all/centos_latest.yaml @@ -0,0 +1 @@ +centos_9.stream.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_8.yaml b/qa/distros/supported-random-distro$/centos_8.yaml deleted file mode 120000 index b7e6c9b4e546..000000000000 --- a/qa/distros/supported-random-distro$/centos_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_8.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/centos_latest.yaml b/qa/distros/supported-random-distro$/centos_latest.yaml new file mode 120000 index 000000000000..2e29883f31c3 --- /dev/null +++ b/qa/distros/supported-random-distro$/centos_latest.yaml @@ -0,0 +1 @@ +../all/centos_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported-random-distro$/rhel_8.yaml b/qa/distros/supported-random-distro$/rhel_8.yaml deleted file mode 120000 index f803f091ec80..000000000000 --- a/qa/distros/supported-random-distro$/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_8.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_latest.yaml b/qa/distros/supported/centos_latest.yaml index b7e6c9b4e546..2e29883f31c3 120000 --- a/qa/distros/supported/centos_latest.yaml +++ b/qa/distros/supported/centos_latest.yaml @@ -1 +1 @@ -../all/centos_8.yaml \ No newline at end of file +../all/centos_latest.yaml \ No newline at end of file diff --git a/qa/distros/supported/rhel_latest.yaml b/qa/distros/supported/rhel_latest.yaml deleted file mode 120000 index f803f091ec80..000000000000 --- a/qa/distros/supported/rhel_latest.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/rhel_8.yaml \ No newline at end of file