]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-crash: introduce new role ceph-crash
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 3 Jul 2020 08:21:49 +0000 (10:21 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 21 Jul 2020 18:22:12 +0000 (20:22 +0200)
commit9d2f2108e1c9b6ae42b3133bb9ac37d4765e5e07
tree9ae748a8d3b4ab58b17c6d491d74d751d7c81f2f
parentd490968fc8b5e4fcc236b21cc2debd486780268e
ceph-crash: introduce new role ceph-crash

This commit introduces a new role `ceph-crash` in order to deploy
everything needed for the ceph-crash daemon.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
19 files changed:
infrastructure-playbooks/docker-to-podman.yml
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/purge-container-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
roles/ceph-container-common/tasks/fetch_image.yml
roles/ceph-crash/meta/main.yml [new file with mode: 0644]
roles/ceph-crash/tasks/main.yml [new file with mode: 0644]
roles/ceph-crash/tasks/systemd.yml [new file with mode: 0644]
roles/ceph-crash/templates/ceph-crash.service.j2 [new file with mode: 0644]
roles/ceph-handler/handlers/main.yml
roles/ceph-handler/tasks/check_running_containers.yml
roles/ceph-handler/tasks/check_socket_non_container.yml
roles/ceph-handler/tasks/handler_crash.yml [new file with mode: 0644]
roles/ceph-handler/tasks/main.yml
site-container.yml.sample
site.yml.sample
tests/conftest.py
tests/functional/tests/test_install.py