summaryrefslogtreecommitdiffstats
path: root/cm-container/scripts/dcae-cleanup.sh
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-05-31 07:54:47 -0400
committerJack Lucas <jflucas@research.att.com>2019-05-31 17:09:35 -0400
commit058958bf64d14c00e77fd8c695fec49942be6f70 (patch)
treeeab7e6a2d62eb69066ca7541d042e152c2ae3bad /cm-container/scripts/dcae-cleanup.sh
parentdab0be7327dffdbfe220c96e265706dc919f6374 (diff)
Add TLS server support
Change-Id: Ic9efe74e6ede2e503ab5b227f259900b0d04d18a Issue-ID: DCAEGEN2-909 Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'cm-container/scripts/dcae-cleanup.sh')
-rwxr-xr-xcm-container/scripts/dcae-cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/scripts/dcae-cleanup.sh b/cm-container/scripts/dcae-cleanup.sh
index a9779be..ce5c56b 100755
--- a/cm-container/scripts/dcae-cleanup.sh
+++ b/cm-container/scripts/dcae-cleanup.sh
@@ -57,6 +57,6 @@ TYPENAMES=[\\\"dcae.nodes.ContainerizedServiceComponent\\\",\\\"dcae.nodes.Conta
#
# xargs -I lets us run the cfy executions command once for each deployment id extracted by jq
-curl -Ss --user admin:$CMPASS -H "Tenant: default_tenant" "localhost/api/v3.1/deployments?_include=id" \
+curl -k -Ss --user admin:$CMPASS -H "Tenant: default_tenant" "https://dcae-cloudify-manager/api/v3.1/deployments?_include=id" \
| /bin/jq .items[].id \
| xargs -I % sh -c "cfy executions start -d % -p '{'\\\"type_names\\\":${TYPENAMES},\\\"operation\\\":\\\"cloudify.interfaces.lifecycle.stop\\\"'}' execute_operation"