aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/tools/migration
diff options
context:
space:
mode:
authortalio <tali.orenbach@amdocs.com>2017-09-20 11:59:28 +0300
committerMichael Lando <ml636r@att.com>2017-09-23 17:09:12 +0000
commitb4b55050e709165aba437f6b4dc07e9ebd4b74e9 (patch)
tree2d4043e5621ce6d41a22cab78ff25cb5d3c5aeff /openecomp-be/tools/migration
parent3a875fb9199fa78a6f8397038b9c97b02809f642 (diff)
Port mirroring
Add migration for port mirroring Issue - ID : SDC-351 Change-Id: I758e14e4acadfb4082ce7bf8df26da2e3fd0821d Signed-off-by: talio <tali.orenbach@amdocs.com>
Diffstat (limited to 'openecomp-be/tools/migration')
-rw-r--r--openecomp-be/tools/migration/resubmit.sh13
1 files changed, 13 insertions, 0 deletions
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"
+