From 0bd56e871a8549d4b0b1211f09dad2d1120fb606 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 8 Feb 2017 15:27:00 +0100 Subject: [PATCH] tests: update SUSE yaml facets in qa/distros/all Fixes: http://tracker.ceph.com/issues/18856 Signed-off-by: Nathan Cutler --- qa/distros/all/opensuse_42.2.yaml | 2 ++ qa/distros/all/sle_12.2.yaml | 2 ++ qa/distros/all/sles_11-sp2.yaml | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 qa/distros/all/opensuse_42.2.yaml create mode 100644 qa/distros/all/sle_12.2.yaml delete mode 100644 qa/distros/all/sles_11-sp2.yaml diff --git a/qa/distros/all/opensuse_42.2.yaml b/qa/distros/all/opensuse_42.2.yaml new file mode 100644 index 000000000000..10e870268af6 --- /dev/null +++ b/qa/distros/all/opensuse_42.2.yaml @@ -0,0 +1,2 @@ +os_type: opensuse +os_version: "42.2" diff --git a/qa/distros/all/sle_12.2.yaml b/qa/distros/all/sle_12.2.yaml new file mode 100644 index 000000000000..2a4a28c0b195 --- /dev/null +++ b/qa/distros/all/sle_12.2.yaml @@ -0,0 +1,2 @@ +os_type: sle +os_version: "12.2" diff --git a/qa/distros/all/sles_11-sp2.yaml b/qa/distros/all/sles_11-sp2.yaml deleted file mode 100644 index df9c3ca01c82..000000000000 --- a/qa/distros/all/sles_11-sp2.yaml +++ /dev/null @@ -1,2 +0,0 @@ -os_type: sles -os_version: "11-sp2" -- 2.47.3