]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Refactor keys creation and fetching 202/head
authorSébastien Han <sebastien.han@enovance.com>
Fri, 30 Jan 2015 15:16:18 +0000 (16:16 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Fri, 30 Jan 2015 17:20:17 +0000 (18:20 +0100)
commit9f93b66faed25b596378f934a89408f46a56fed8
treedfdbb4ce7dd8620493349fc875cee06848e19d3f
parent62f785ec9cdd052d7db3a9d609dab95bdbfde3e0
Refactor keys creation and fetching

We isolated the key operations into a file and modified the fetch
function to collect all the new keys.
In the mean time fixed the pool creation since the command is not
indempotent.
Renamed the rgw key to work with the key collection.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/templates/ceph.conf.j2
roles/ceph-mon/tasks/ceph_keys.yml [new file with mode: 0644]
roles/ceph-mon/tasks/main.yml
roles/ceph-mon/tasks/openstack_config.yml