]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/rados: move cephadm_orchestrator to el8 32407/head
authorSage Weil <sage@redhat.com>
Mon, 23 Dec 2019 20:18:15 +0000 (14:18 -0600)
committerSage Weil <sage@redhat.com>
Mon, 23 Dec 2019 20:24:58 +0000 (14:24 -0600)
The python3-remoto dependency does not exist on 18.04 (or any ubuntu or
debian AFAICS).

Signed-off-by: Sage Weil <sage@redhat.com>
qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml [deleted file]
qa/suites/rados/singleton-flat/cephadm_orchestrator/+ [new file with mode: 0644]
qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa [new symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/2-node-mgr.yaml [new symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/centos_latest.yaml [new symlink]
qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml [new file with mode: 0644]
qa/suites/rados/singleton-flat/cephadm_orchestrator/mgr.yaml [new symlink]

diff --git a/qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml b/qa/suites/rados/mgr/tasks/cephadm_orchestrator.yaml
deleted file mode 100644 (file)
index 6b88bfb..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-tasks:
-  - install:
-  - ceph:
-      # tests may leave mgrs broken, so don't try and call into them
-      # to invoke e.g. pg dump during teardown.
-      wait-for-scrub: false
-      log-whitelist:
-        - overall HEALTH_
-        - \(MGR_DOWN\)
-        - \(MGR_INSIGHTS_WARNING\)
-        - \(insights_health_check
-        - \(PG_
-        - replacing it with standby
-        - No standby daemons available
-  - cephfs_test_runner:
-      modules:
-        - tasks.mgr.test_cephadm_orchestrator
diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/+ b/qa/suites/rados/singleton-flat/cephadm_orchestrator/+
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa b/qa/suites/rados/singleton-flat/cephadm_orchestrator/.qa
new file mode 120000 (symlink)
index 0000000..fea2489
--- /dev/null
@@ -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 (symlink)
index 0000000..8a0b912
--- /dev/null
@@ -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 (symlink)
index 0000000..bd9854e
--- /dev/null
@@ -0,0 +1 @@
+.qa/distros/supported/centos_latest.yaml
\ No newline at end of file
diff --git a/qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml b/qa/suites/rados/singleton-flat/cephadm_orchestrator/cephadm_orchestrator.yaml
new file mode 100644 (file)
index 0000000..6b88bfb
--- /dev/null
@@ -0,0 +1,18 @@
+
+tasks:
+  - install:
+  - ceph:
+      # tests may leave mgrs broken, so don't try and call into them
+      # to invoke e.g. pg dump during teardown.
+      wait-for-scrub: false
+      log-whitelist:
+        - overall HEALTH_
+        - \(MGR_DOWN\)
+        - \(MGR_INSIGHTS_WARNING\)
+        - \(insights_health_check
+        - \(PG_
+        - replacing it with standby
+        - No standby daemons available
+  - cephfs_test_runner:
+      modules:
+        - tasks.mgr.test_cephadm_orchestrator
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 (symlink)
index 0000000..651e5f8
--- /dev/null
@@ -0,0 +1 @@
+.qa/debug/mgr.yaml
\ No newline at end of file