]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-exporter: add installation role
authorSeena Fallah <seenafallah@gmail.com>
Mon, 4 Mar 2024 01:03:19 +0000 (02:03 +0100)
committerGuillaume Abrioux <gabrioux@ibm.com>
Thu, 7 Mar 2024 19:22:44 +0000 (20:22 +0100)
commit2b72ea991d40fc12f277edd58825ce98f068e8c4
tree3968ac0964ac759befc9a2c06c827eaa0401705d
parentc8eeae243efac9ad894f3240a8a256b05336f75b
ceph-exporter: add installation role

Signed-off-by: Seena Fallah <seenafallah@gmail.com>
25 files changed:
group_vars/exporters.yml.sample [new file with mode: 0644]
group_vars/mdss.yml.sample
infrastructure-playbooks/add-mon.yml
infrastructure-playbooks/cephadm-adopt.yml
infrastructure-playbooks/cephadm.yml
infrastructure-playbooks/docker-to-podman.yml
infrastructure-playbooks/purge-cluster.yml
infrastructure-playbooks/rolling_update.yml
infrastructure-playbooks/switch-from-non-containerized-to-containerized-ceph-daemons.yml
plugins/callback/installer_checkpoint.py
roles/ceph-exporter/defaults/main.yml [new file with mode: 0644]
roles/ceph-exporter/meta/main.yml [new file with mode: 0644]
roles/ceph-exporter/tasks/main.yml [new file with mode: 0644]
roles/ceph-exporter/tasks/systemd.yml [new file with mode: 0644]
roles/ceph-exporter/templates/ceph-exporter.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_exporter.yml [new file with mode: 0644]
roles/ceph-handler/tasks/main.yml
roles/ceph-mds/defaults/main.yml
site-container.yml.sample
tests/conftest.py
tests/functional/tests/test_install.py
tests/pytest.ini