From 9f4d800f639b61ce40ae7d3aca15d5c81b228e3a Mon Sep 17 00:00:00 2001 From: Thomas Bechtold Date: Fri, 27 Mar 2020 08:16:28 +0100 Subject: [PATCH] qa/distros: add SLE-15-SP2 Ceph octopus is known to run on SLE-15-SP2 so add it to qa/distros/all. Signed-off-by: Thomas Bechtold (cherry picked from commit 3261e24636474a3e274c65b859e9325299470f11) --- qa/distros/all/sle_15.2.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 qa/distros/all/sle_15.2.yaml diff --git a/qa/distros/all/sle_15.2.yaml b/qa/distros/all/sle_15.2.yaml new file mode 100644 index 00000000000..8e38373fb50 --- /dev/null +++ b/qa/distros/all/sle_15.2.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "15.2" -- 2.47.3