From 5a33ef6bdd250b104faf3e9e1a657733f2850452 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Fri, 3 Sep 2021 12:14:43 -0400 Subject: [PATCH] qa: update rhel kclient to setup container tools To fix [1,2]. [1] https://github.com/ceph/ceph/pull/42000#issuecomment-905628920 [2] https://github.com/ceph/ceph/pull/42000#issuecomment-906276775 Signed-off-by: Patrick Donnelly (cherry picked from commit 0fcf8922dcedba0a9f36a59a44005389b5130702) --- qa/suites/fs/workload/0-rhel_8.yaml | 1 + qa/suites/fs/workload/rhel_8.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 120000 qa/suites/fs/workload/0-rhel_8.yaml delete mode 120000 qa/suites/fs/workload/rhel_8.yaml diff --git a/qa/suites/fs/workload/0-rhel_8.yaml b/qa/suites/fs/workload/0-rhel_8.yaml new file mode 120000 index 000000000000..b4b0a7892ce1 --- /dev/null +++ b/qa/suites/fs/workload/0-rhel_8.yaml @@ -0,0 +1 @@ +.qa/distros/podman/rhel_8.4_container_tools_rhel8.yaml \ No newline at end of file diff --git a/qa/suites/fs/workload/rhel_8.yaml b/qa/suites/fs/workload/rhel_8.yaml deleted file mode 120000 index 133acf27bff7..000000000000 --- a/qa/suites/fs/workload/rhel_8.yaml +++ /dev/null @@ -1 +0,0 @@ -.qa/distros/all/rhel_8.yaml \ No newline at end of file -- 2.47.3