]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Remove validate action and notario dependency
authorDimitri Savineau <dsavinea@redhat.com>
Fri, 11 Oct 2019 15:42:36 +0000 (11:42 -0400)
committerGuillaume Abrioux <gabrioux@redhat.com>
Tue, 15 Oct 2019 16:05:16 +0000 (18:05 +0200)
commit1eea339f87da6e3dc7fc074f05c334ee793b04b6
tree3b20e15fd5f25fccadca8e371b888589a60a6444
parent475d2b15579a853511af34cb24b5376d8f17484e
Remove validate action and notario dependency

The current ceph-validate role is using both validate action and fail
module tasks to validate the ceph configuration.
The validate action is based on the notario python library. When one of
the notario validation fails then a python stack trace is reported to the
ansible task. This output isn't understandable by users.

This patch removes the validate action and the notario depencendy. The
validation is now done with only fail ansible module.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1654790
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
ceph-ansible.spec.in
plugins/actions/validate.py [deleted file]
requirements.txt
roles/ceph-validate/tasks/main.yml
tests/requirements.txt