From 933314af29484354a4c39903fb6ce2e768c7a3c3 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 29 Jan 2016 08:28:48 -0500 Subject: [PATCH] also please spit out what you are posting Signed-off-by: Alfredo Deza --- ceph-ansible-pull-requests/build/teardown | 1 + 1 file changed, 1 insertion(+) diff --git a/ceph-ansible-pull-requests/build/teardown b/ceph-ansible-pull-requests/build/teardown index aa20b4ca..a7a19dd1 100644 --- a/ceph-ansible-pull-requests/build/teardown +++ b/ceph-ansible-pull-requests/build/teardown @@ -3,4 +3,5 @@ NODE=$(echo $NODE_NAME | awk -F'__' '{print $2}') # The "delay" means that mita will wait these many seconds before proceeding # with the deletion of the node +echo "curl -k -d '{"delay": 5}' -X POST https://mita.ceph.com/api/nodes/${NODE}/delete/" curl -k -d '{"delay": 5}' -X POST https://mita.ceph.com/api/nodes/${NODE}/delete/ -- 2.47.3