]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
Docker: split the task 'copy ceph configs&keys' 1761/head
authorGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Sep 2017 08:54:03 +0000 (10:54 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Mon, 11 Sep 2017 19:14:13 +0000 (21:14 +0200)
commit0f506f4f0a2eb000c25275df242b4e851a2e3bdf
treed0501e37dad8077c9f3b2ac76d471caee719fc7e
parent358b3b588de2888a898f6e1011f29fd0390eeba6
Docker: split the task 'copy ceph configs&keys'

All keys are copied to all nodes.
This commit split that task in each roles so keys are copied to their
respective nodes.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1488999
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
21 files changed:
roles/ceph-docker-common/tasks/main.yml
roles/ceph-docker-common/tasks/selinux.yml
roles/ceph-mds/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-mds/tasks/docker/main.yml
roles/ceph-mgr/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/main.yml
roles/ceph-mon/tasks/docker/copy_configs.yml
roles/ceph-mon/tasks/docker/fetch_configs.yml [new file with mode: 0644]
roles/ceph-mon/tasks/docker/main.yml
roles/ceph-nfs/tasks/docker/copy_configs.yml
roles/ceph-nfs/tasks/docker/copy_ganesha_configs.yml [new file with mode: 0644]
roles/ceph-nfs/tasks/docker/main.yml
roles/ceph-osd/tasks/copy_configs.yml [new file with mode: 0644]
roles/ceph-osd/tasks/main.yml
roles/ceph-rbd-mirror/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-rbd-mirror/tasks/docker/main.yml
roles/ceph-restapi/tasks/docker/copy_configs.yml [new file with mode: 0644]
roles/ceph-restapi/tasks/docker/main.yml
roles/ceph-rgw/tasks/docker/copy_configs.yml
roles/ceph-rgw/tasks/docker/copy_rgw_configs.yml [new file with mode: 0644]
roles/ceph-rgw/tasks/docker/main.yml