From 74cf76e9e9b0635cad6ef64797e7e6da0f78165b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 23 Dec 2019 14:18:15 -0600 Subject: [PATCH] qa/suites/rados: move cephadm_orchestrator to el8 The python3-remoto dependency does not exist on 18.04 (or any ubuntu or debian AFAICS). Signed-off-by: Sage Weil --- qa/suites/rados/singleton-flat/cephadm_orchestrator/+ | 0 qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa | 1 + .../rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml | 1 + .../rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml | 1 + .../cephadm_orchestrator}/cephadm_orchestrator.yaml | 0 qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml | 1 + 6 files changed, 4 insertions(+) create mode 100644 qa/suites/rados/singleton-flat/cephadm_orchestrator/+ create mode 120000 qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa create mode 120000 qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml create mode 120000 qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml rename qa/suites/rados/{mgr/tasks => singleton-flat/cephadm_orchestrator}/cephadm_orchestrator.yaml (100%) create mode 120000 qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/+ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/+ new file mode 100644 index 00000000000..e69de29bb2d diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa b/qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa new file mode 120000 index 00000000000..fea2489fdf6 --- /dev/null +++ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa @@ -0,0 +1 @@ +../.qa \ No newline at end of file diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml b/qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml new file mode 120000 index 00000000000..8a0b9123b38 --- /dev/null +++ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml @@ -0,0 +1 @@ +.qa/clusters/2-node-mgr.yaml \ No newline at end of file diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml b/qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml new file mode 120000 index 00000000000..bd9854e7029 --- /dev/null +++ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml @@ -0,0 +1 @@ +.qa/distros/supported/centos_latest.yaml \ No newline at end of file diff --git a/qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml b/qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml similarity index 100% rename from qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml rename to qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml b/qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml new file mode 120000 index 00000000000..651e5f8a89e --- /dev/null +++ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml @@ -0,0 +1 @@ +.qa/debug/mgr.yaml \ No newline at end of file -- 2.39.5