From: Sébastien Han Date: Mon, 4 Sep 2017 21:03:58 +0000 (+0200) Subject: client: copy admin key so we can create pools and keys X-Git-Tag: v3.0.0rc7~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1852%2Fhead;p=ceph-ansible.git client: copy admin key so we can create pools and keys Needed when user_config is set to true Signed-off-by: Sébastien Han --- diff --git a/tests/functional/centos/7/bluestore/group_vars/clients b/tests/functional/centos/7/bluestore/group_vars/clients new file mode 100644 index 000000000..291237f58 --- /dev/null +++ b/tests/functional/centos/7/bluestore/group_vars/clients @@ -0,0 +1,2 @@ +--- +copy_admin_key: true diff --git a/tests/functional/centos/7/cluster/group_vars/clients b/tests/functional/centos/7/cluster/group_vars/clients new file mode 100644 index 000000000..291237f58 --- /dev/null +++ b/tests/functional/centos/7/cluster/group_vars/clients @@ -0,0 +1,2 @@ +--- +copy_admin_key: true