summaryrefslogtreecommitdiffstats
path: root/demo-k8s.sh
diff options
context:
space:
mode:
Diffstat (limited to 'demo-k8s.sh')
-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