]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
common: improve keyrings generation
authorGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Oct 2019 07:57:50 +0000 (09:57 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 2 Oct 2019 11:09:50 +0000 (13:09 +0200)
commit9bad239d779b59ca906abdecde8f905fe79098cc
treea05fec4731dbcd18a4cefff7a4c88dfc021f4ccc
parentec3b687dc4d2153390fcb848e3c839244f644182
common: improve keyrings generation

There is no need to get n * number of nodes the different keyrings.
Adding a `run_once: true` here avoid running a ceph command too many
times which could be impacting large cluster deployment.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-client/tasks/pre_requisite.yml
roles/ceph-iscsi-gw/tasks/common.yml
roles/ceph-mds/tasks/common.yml
roles/ceph-mgr/tasks/common.yml
roles/ceph-nfs/tasks/pre_requisite_container.yml
roles/ceph-nfs/tasks/pre_requisite_non_container.yml
roles/ceph-osd/tasks/common.yml
roles/ceph-osd/tasks/openstack_config.yml
roles/ceph-rbd-mirror/tasks/common.yml
roles/ceph-rgw/tasks/common.yml