From 67e2101ffa2b4defe07dec30b12cc37c9f2ed488 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 3 Jan 2017 14:53:27 +0100 Subject: [PATCH] qa/distros: add centos yaml; use that instead Modeled after https://github.com/ceph/ceph/pull/12632 Fixes: http://tracker.ceph.com/issues/18405 Signed-off-by: Nathan Cutler --- qa/distros/all/centos.yaml | 1 + qa/distros/supported/centos.yaml | 1 + qa/distros/supported/centos_7.2.yaml | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 qa/distros/all/centos.yaml create mode 120000 qa/distros/supported/centos.yaml delete mode 120000 qa/distros/supported/centos_7.2.yaml diff --git a/qa/distros/all/centos.yaml b/qa/distros/all/centos.yaml new file mode 100644 index 0000000000000..8f4854b95ac89 --- /dev/null +++ b/qa/distros/all/centos.yaml @@ -0,0 +1 @@ +os_type: centos diff --git a/qa/distros/supported/centos.yaml b/qa/distros/supported/centos.yaml new file mode 120000 index 0000000000000..32753e4d50dad --- /dev/null +++ b/qa/distros/supported/centos.yaml @@ -0,0 +1 @@ +../all/centos.yaml \ No newline at end of file diff --git a/qa/distros/supported/centos_7.2.yaml b/qa/distros/supported/centos_7.2.yaml deleted file mode 120000 index 05e1679b997fa..0000000000000 --- a/qa/distros/supported/centos_7.2.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.2.yaml \ No newline at end of file -- 2.39.5