summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-09-18 08:44:00 +0000
committerAbdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>2019-09-18 08:47:02 +0000
commit1d36d59796cf69d8bba1d833a7faa2709bef531c (patch)
tree914ce2126e7dce98c7c4c8e4dbe800b4dab21f1a
parent79abf3c8548fcef3ec0db7d722b1c4e9312d95d6 (diff)
Add instantiate VLB CDS to Demo Robot Script
Issue-ID: TEST-194 Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> Change-Id: Id7efda3b6e8c03a336005b317365e50fa97651f5
-rwxr-xr-xdemo-k8s.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index 72a6b0a..eca3232 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -45,6 +45,9 @@ function usage
echo " - Instantiate vFW module using direct SO interface using previously distributed model "
echo " that is in /tmp/csar in robot container"
echo " "
+ echo " demo-k8s.sh <namespace> instantiateVLB_CDS"
+ echo " - Instantiate vLB module using CDS with a preloaded CBA "
+ echo " "
echo " demo-k8s.sh <namespace> deleteVNF <module_name from instantiateVFW>"
echo " - Delete the module created by instantiateVFW"
echo " "
@@ -158,6 +161,11 @@ do
VARIABLES="$VARIABLES -v CSAR_FILE:$1 -v GLOBAL_BUILD_NUMBER:$$"
shift
;;
+ instantiateVLB_CDS)
+ TAG="instantiateVLB_CDS"
+ VARIABLES="$VARIABLES -v GLOBAL_BUILD_NUMBER:$$"
+ shift
+ ;;
deleteVNF)
TAG="deleteVNF"
shift