Add cds option to Robot demo script
[demo.git] / 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