]> git.proxmox.com Git - ceph.git/blob - ceph/qa/suites/rbd/mirror/clients/mirror-extra.yaml
import 15.2.0 Octopus source
[ceph.git] / ceph / qa / suites / rbd / mirror / clients / mirror-extra.yaml
1 meta:
2 - desc: configure the permissions for client.mirror
3 overrides:
4 ceph:
5 conf:
6 # override to make these names predictable
7 client.mirror.4:
8 admin socket: /var/run/ceph/rbd-mirror.$cluster-$name.asok
9 pid file: /var/run/ceph/rbd-mirror.$cluster-$name.pid
10 client.mirror.5:
11 admin socket: /var/run/ceph/rbd-mirror.$cluster-$name.asok
12 pid file: /var/run/ceph/rbd-mirror.$cluster-$name.pid
13 client.mirror.6:
14 admin socket: /var/run/ceph/rbd-mirror.$cluster-$name.asok
15 pid file: /var/run/ceph/rbd-mirror.$cluster-$name.pid
16 tasks:
17 - exec:
18 cluster1.client.mirror.0:
19 - "sudo ceph --cluster cluster1 auth caps client.mirror.4 mon 'profile rbd-mirror' osd 'profile rbd'"
20 - "sudo ceph --cluster cluster1 auth caps client.mirror.5 mon 'profile rbd-mirror' osd 'profile rbd'"
21 - "sudo ceph --cluster cluster1 auth caps client.mirror.6 mon 'profile rbd-mirror' osd 'profile rbd'"
22 - "sudo ceph --cluster cluster2 auth caps client.mirror.4 mon 'profile rbd-mirror' osd 'profile rbd'"
23 - "sudo ceph --cluster cluster2 auth caps client.mirror.5 mon 'profile rbd-mirror' osd 'profile rbd'"
24 - "sudo ceph --cluster cluster2 auth caps client.mirror.6 mon 'profile rbd-mirror' osd 'profile rbd'"