From 7dd350e7ee1a0e3e3db99353feb33fa20ef98f01 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 29 Feb 2016 14:37:10 -0700 Subject: [PATCH] Run 'ceph health' after deployment Signed-off-by: Zack Cerza --- suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml b/suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml index 0050b2851aa..39fa64ba08e 100644 --- a/suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml +++ b/suites/ceph-ansible/smoke/2-setup/ceph_ansible.yaml @@ -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: