mirror of https://github.com/ceph/ceph-ansible.git
ci: test pool creation on container
On containerized scenario we also want to test pool creation. Signed-off-by: Sébastien Han <seb@redhat.com>pull/2450/head
parent
26bc00fb74
commit
4806ff4ff8
|
@ -30,3 +30,4 @@ user_config: True
|
|||
keys:
|
||||
- { name: client.test, key: "AQAin8tUoMPDGRAACcfAQHbq4eTuUoTCZdW1Uw==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test", mode: "0600", acls: [] }
|
||||
- { name: client.test2, key: "AQAin8tUAJkGGhAA8WZ8Lz5c7IkT8QZ5s7bI1A==", mon_cap: "allow r", osd_cap: "allow class-read object_prefix rbd_children, allow rwx pool=test2", mode: "0600", acls: [] }
|
||||
openstack_config: True
|
||||
|
|
Loading…
Reference in New Issue