This website requires JavaScript.
Explore
Help
Register
Sign In
ceph
/
ceph-ansible
mirror of
https://github.com/ceph/ceph-ansible.git
Watch
1
Star
0
Fork
You've already forked ceph-ansible
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8704144e31
ceph-ansible
/
tests
/
functional
/
centos
/
7
/
docker
/
group_vars
/
rgws
8 lines
83 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ci: add copy_admin_key test to container scenario Signed-off-by: Sébastien Han <seb@redhat.com>
2018-03-01 23:47:37 +08:00
---
copy_admin_key: True
Adds RGWs pool creation to containerized installation. ceph command has to be executed from one of the monitor containers if not admin copy present in RGWs. Task has to be delegated then. Adds test to check proper RGW pool creation for Docker container scenarios. Signed-off-by: Jorge Tudela <jtudelag@redhat.com>
2018-03-05 06:06:48 +08:00
create_pools:
foo:
pg_num: 17
bar:
pg_num: 19