]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-common: move firewall checks after package installation
authorAndrew Schoen <aschoen@redhat.com>
Mon, 4 Jun 2018 15:36:32 +0000 (10:36 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 7 Jun 2018 11:59:17 +0000 (13:59 +0200)
commit24ef47b0e53732dff167c324133cfe2edb9093cc
treebaac279288f18df01aee72ec110f90291591de2b
parent7b156deb67a9e137962161829e008bcc32835fe8
ceph-common: move firewall checks after package installation

We need to do this because on dev or rhcs installs ceph_stable_release
is not mandatory and the firewall check tasks have a task that is
conditional based off the installed version of ceph. If we perform those
checks after package install then they will not fail on dev or rhcs
installs.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/ceph-common/tasks/main.yml