X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=boot%2Frobot%2Fdemo.sh;h=56cfbabef97bdaf481619cecf04dbbe034e2adef;hb=1cd32e8883a75045e4440f52533e890f8658e476;hp=b8df99eed118c969d90524b854912f884e9fd39b;hpb=23a18fbae28155c5b301615d3e1bca0065e12af0;p=demo.git diff --git a/boot/robot/demo.sh b/boot/robot/demo.sh index b8df99ee..56cfbabe 100755 --- a/boot/robot/demo.sh +++ b/boot/robot/demo.sh @@ -24,6 +24,9 @@ function usage echo " " echo " demo.sh init_robot [ ]" echo " - Initialize robot after all ONAP VMs have started" + echo " " + echo " demo.sh cds" + echo " - Instantiate vFW service with Controller Design Studio feature for the a demo customer (DemoCust)" echo " " echo " demo.sh instantiateVFW | instantiateVFWCL" echo " - Instantiate vFW or vFWCL module for the a demo customer (DemoCust)" @@ -143,6 +146,10 @@ do VARIABLES="$VARIABLES -v HB_IPV4_OAM_ADDRESS:$1" shift ;; + cds) + TAG="cds" + shift + ;; *) usage exit