]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/distros: replace centos8 and rhel8 with centos9
authorLaura Flores <lflores@ibm.com>
Wed, 10 Jul 2024 19:36:31 +0000 (14:36 -0500)
committerLaura Flores <lflores@ibm.com>
Wed, 10 Jul 2024 20:18:09 +0000 (15:18 -0500)
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 <lflores@ibm.com>
qa/distros/all/centos_9.stream.yaml [new file with mode: 0644]
qa/distros/all/centos_latest.yaml [new symlink]
qa/distros/supported-random-distro$/centos_8.yaml [deleted symlink]
qa/distros/supported-random-distro$/centos_latest.yaml [new symlink]
qa/distros/supported-random-distro$/rhel_8.yaml [deleted symlink]
qa/distros/supported/centos_latest.yaml
qa/distros/supported/rhel_latest.yaml [deleted symlink]

diff --git a/qa/distros/all/centos_9.stream.yaml b/qa/distros/all/centos_9.stream.yaml
new file mode 100644 (file)
index 0000000..d3d6a8c
--- /dev/null
@@ -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 (symlink)
index 0000000..2f843a5
--- /dev/null
@@ -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 (symlink)
index b7e6c9b..0000000
+++ /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 (symlink)
index 0000000..2e29883
--- /dev/null
@@ -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 (symlink)
index f803f09..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../all/rhel_8.yaml
\ No newline at end of file
index b7e6c9b4e546120d9e1d407382e2d8a94e2bc8a3..2e29883f31c362b27d2a9c6f886dd0633470282b 120000 (symlink)
@@ -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 (symlink)
index f803f09..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../all/rhel_8.yaml
\ No newline at end of file