From b4b55050e709165aba437f6b4dc07e9ebd4b74e9 Mon Sep 17 00:00:00 2001 From: talio Date: Wed, 20 Sep 2017 11:59:28 +0300 Subject: Port mirroring Add migration for port mirroring Issue - ID : SDC-351 Change-Id: I758e14e4acadfb4082ce7bf8df26da2e3fd0821d Signed-off-by: talio --- openecomp-be/tools/migration/resubmit.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 openecomp-be/tools/migration/resubmit.sh (limited to 'openecomp-be/tools') diff --git a/openecomp-be/tools/migration/resubmit.sh b/openecomp-be/tools/migration/resubmit.sh new file mode 100644 index 0000000000..64164a3327 --- /dev/null +++ b/openecomp-be/tools/migration/resubmit.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +########################################################################################################### +# script name - resubmit.sh +# run script - ./resubmit.sh +# this script performs check out, check in, submit for all submitted Vendor Software Products +# working vs. localhost +########################################################################################################### + + +# check out, check in, submit for all submitted Vendor Software Products +curl -X PUT --header "Content-Type: application/json" --header "Accept: application/json" "http://localhost:8080/onboarding-api/v1.0/vendor-software-products/reSubmitAll" + -- cgit 1.2.3-korg