Add cds option to Robot demo script 89/67389/1
authorYang Xu <yang.xu3@huawei.com>
Tue, 18 Sep 2018 17:15:44 +0000 (13:15 -0400)
committerYang Xu <yang.xu3@huawei.com>
Tue, 18 Sep 2018 17:16:09 +0000 (13:16 -0400)
Change-Id: I536a34b16f507ab6eb7a0a5c0b99abc895134e62
Issue-ID: CCSDK-537
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
boot/robot/demo.sh

index b8df99e..56cfbab 100755 (executable)
@@ -24,6 +24,9 @@ function usage
        echo " "
        echo "       demo.sh init_robot [ <etc_hosts_prefix> ]"
     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<uuid>)"
        echo " "
        echo "       demo.sh instantiateVFW | instantiateVFWCL"
     echo "               - Instantiate vFW or vFWCL module for the a demo customer (DemoCust<uuid>)"
@@ -143,6 +146,10 @@ do
                        VARIABLES="$VARIABLES -v HB_IPV4_OAM_ADDRESS:$1"
             shift
                        ;;
+       cds)
+                       TAG="cds"
+                       shift
+                       ;;
        *)
                        usage
                        exit