X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fsuites%2Frbd%2Fmirror%2Frbd-mirror%2Fone-per-cluster.yaml;fp=src%2Fceph%2Fqa%2Fsuites%2Frbd%2Fmirror%2Frbd-mirror%2Fone-per-cluster.yaml;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=1e762a6e3d5b19d4a4e4c485e41bbd140447403d;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/suites/rbd/mirror/rbd-mirror/one-per-cluster.yaml b/src/ceph/qa/suites/rbd/mirror/rbd-mirror/one-per-cluster.yaml deleted file mode 100644 index 1e762a6..0000000 --- a/src/ceph/qa/suites/rbd/mirror/rbd-mirror/one-per-cluster.yaml +++ /dev/null @@ -1,19 +0,0 @@ -meta: -- desc: run one rbd-mirror daemon per cluster -overrides: - ceph: - conf: - client.mirror: - # override to make these names predictable - admin socket: /var/run/ceph/$cluster-$name.asok - pid file: /var/run/ceph/$cluster-$name.pid -tasks: -- exec: - cluster1.client.mirror: - - ceph --cluster cluster1 auth caps client.mirror mon 'profile rbd' osd 'profile rbd' - cluster2.client.mirror: - - ceph --cluster cluster2 auth caps client.mirror mon 'profile rbd' osd 'profile rbd' -- rbd-mirror: - client: cluster1.client.mirror -- rbd-mirror: - client: cluster2.client.mirror