]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ci: client copy admin key
authorSébastien Han <seb@redhat.com>
Thu, 5 Apr 2018 16:52:23 +0000 (18:52 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 11 Apr 2018 10:18:34 +0000 (12:18 +0200)
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>
tests/functional/centos/7/cluster/group_vars/clients
tests/functional/centos/7/docker/group_vars/clients

index 7cb026a0fc59bab3ed464dbac8304d0432d82074..901144d73bdc0d394e838743e6b1ea534ab2af96 100644 (file)
@@ -1,5 +1,5 @@
 ---
-copy_admin_key: true
+copy_admin_key: True
 user_config: True
 test:
   name: "test"
index f45d793a9c9edca02db04211f34b3c57dab321db..99bd19b34c811b552f291f168239a02097a9cef7 100644 (file)
@@ -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'] }}"