]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
mgr: add new role for ceph-mgr
authorSébastien Han <seb@redhat.com>
Thu, 16 Mar 2017 09:17:08 +0000 (10:17 +0100)
committerSébastien Han <seb@redhat.com>
Mon, 10 Apr 2017 13:13:09 +0000 (15:13 +0200)
commit2aa5286544d451b45e77b2605443e5eb16ceefc4
tree7962c6e5b9b0e6a7cb57e6be83da8e61bd8b4322
parente04bfdc4f05550ee8868f2594ffa0f785982c86c
mgr: add new role for ceph-mgr

The Ceph Manager daemon (ceph-mgr) runs alongside monitor daemons, to
provide additional monitoring and interfaces to external monitoring and
management systems.

Only works as of the Kraken release.

Co-Authored-By: Guillaume Abrioux <gabrioux@redhat.com>
Signed-off-by: Sébastien Han <seb@redhat.com>
34 files changed:
Vagrantfile
contrib/push-roles-to-ansible-galaxy.sh
group_vars/all.yml.sample
group_vars/mgrs.yml.sample [new file with mode: 0644]
roles/ceph-common/defaults/main.yml
roles/ceph-common/tasks/installs/install_on_debian.yml
roles/ceph-common/tasks/installs/install_on_redhat.yml
roles/ceph-mgr/LICENSE [new file with mode: 0644]
roles/ceph-mgr/README.md [new file with mode: 0644]
roles/ceph-mgr/defaults/main.yml [new file with mode: 0644]
roles/ceph-mgr/meta/main.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/checks.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/dirs_permissions.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/fetch_configs.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/main.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/selinux.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/docker/start_docker_mgr.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/main.yml [new file with mode: 0644]
roles/ceph-mgr/tasks/pre_requisite.yml [new file with mode: 0644]
roles/ceph-mgr/templates/ceph-mgr.service.j2 [new file with mode: 0644]
roles/ceph-mon/tasks/ceph_keys.yml
roles/ceph-mon/tasks/docker/fetch_configs.yml
roles/ceph-mon/tasks/docker/main.yml
site-docker.yml.sample
site.yml.sample
tests/functional/centos/7/cluster/vagrant_variables.yml
tests/functional/centos/7/dmcrypt-dedicated-journal/vagrant_variables.yml
tests/functional/centos/7/dmcrypt-journal-collocation/vagrant_variables.yml
tests/functional/centos/7/docker-cluster-dedicated-journal/vagrant_variables.yml
tests/functional/centos/7/docker-cluster-dmcrypt-journal-collocation/vagrant_variables.yml
tests/functional/centos/7/docker-cluster/vagrant_variables.yml
tests/functional/centos/7/journal-collocation/vagrant_variables.yml
tests/functional/ubuntu/16.04/cluster/vagrant_variables.yml
vagrant_variables.yml.sample