Run 'ceph health' after deployment

Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
Zack Cerza 2016-02-29 14:37:10 -07:00
parent 4a8448a536
commit 7dd350e7ee

View File

@ -1,5 +1,8 @@
meta:
- desc: "Build the cluster using ceph-ansible"
- desc: "Build the cluster using ceph-ansible; then check health"
tasks:
- ceph_ansible:
- exec:
mon.a:
- "sudo ceph health"
- install.ship_utilities: