From: Andrew Schoen Date: Tue, 26 Jan 2016 22:43:01 +0000 (-0600) Subject: ceph-ansible-pull-requests: use -k with curl because of the self-signed cert X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f82aad9303d8f0fe52fe85efd4039c3b51ec31ff;p=ceph-build.git ceph-ansible-pull-requests: use -k with curl because of the self-signed cert Signed-off-by: Andrew Schoen --- diff --git a/ceph-ansible-pull-requests/build/teardown b/ceph-ansible-pull-requests/build/teardown index 1b52a11b..aa44f44c 100644 --- a/ceph-ansible-pull-requests/build/teardown +++ b/ceph-ansible-pull-requests/build/teardown @@ -1,4 +1,4 @@ #!/bin/bash NODE=$(echo $NODE_NAME | awk -F'__' '{print $2}') -curl -X POST https://mita.ceph.com/api/nodes/${NODE}/delete/ +curl -k -X POST https://mita.ceph.com/api/nodes/${NODE}/delete/