mirror of https://github.com/ceph/ceph-ansible.git
ci: client copy admin key
If we don't copy the admin key we can't add the key into ceph. Signed-off-by: Sébastien Han <seb@redhat.com>pull/2518/head
parent
cf73647e7a
commit
2011ec3bcd
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
copy_admin_key: true
|
||||
copy_admin_key: True
|
||||
user_config: True
|
||||
test:
|
||||
name: "test"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
---
|
||||
user_config: True
|
||||
copy_admin_key: True
|
||||
test:
|
||||
name: "test"
|
||||
pg_num: "{{ hostvars[groups[mon_group_name][0]]['osd_pool_default_pg_num'] }}"
|
||||
|
|
Loading…
Reference in New Issue