]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/orch/cephadm: test with agent on/off 43647/head
authorAdam King <adking@redhat.com>
Wed, 27 Oct 2021 14:56:23 +0000 (10:56 -0400)
committerAdam King <adking@redhat.com>
Wed, 27 Oct 2021 14:56:23 +0000 (10:56 -0400)
Signed-off-by: Adam King <adking@redhat.com>
qa/suites/orch/cephadm/orchestrator_cli/agent [new symlink]
qa/suites/orch/cephadm/smoke/agent/off.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/smoke/agent/on.yaml [new file with mode: 0644]
qa/suites/orch/cephadm/upgrade/agent [new symlink]
qa/suites/orch/cephadm/workunits/agent [new symlink]

diff --git a/qa/suites/orch/cephadm/orchestrator_cli/agent b/qa/suites/orch/cephadm/orchestrator_cli/agent
new file mode 120000 (symlink)
index 0000000..1549242
--- /dev/null
@@ -0,0 +1 @@
+../smoke/agent
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/smoke/agent/off.yaml b/qa/suites/orch/cephadm/smoke/agent/off.yaml
new file mode 100644 (file)
index 0000000..f37c651
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      mgr:
+        mgr/cephadm/use_agent: false
diff --git a/qa/suites/orch/cephadm/smoke/agent/on.yaml b/qa/suites/orch/cephadm/smoke/agent/on.yaml
new file mode 100644 (file)
index 0000000..90ac298
--- /dev/null
@@ -0,0 +1,5 @@
+overrides:
+  ceph:
+    conf:
+      mgr:
+        mgr/cephadm/use_agent: true
diff --git a/qa/suites/orch/cephadm/upgrade/agent b/qa/suites/orch/cephadm/upgrade/agent
new file mode 120000 (symlink)
index 0000000..1549242
--- /dev/null
@@ -0,0 +1 @@
+../smoke/agent
\ No newline at end of file
diff --git a/qa/suites/orch/cephadm/workunits/agent b/qa/suites/orch/cephadm/workunits/agent
new file mode 120000 (symlink)
index 0000000..1549242
--- /dev/null
@@ -0,0 +1 @@
+../smoke/agent
\ No newline at end of file