Merge "Automate vFWNG model distribution for CDS"
authorAlexis de Talhouët <alexis.de_talhouet@bell.ca>
Fri, 2 Nov 2018 01:25:36 +0000 (01:25 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 2 Nov 2018 01:25:36 +0000 (01:25 +0000)
kubernetes/robot/demo-k8s.sh

index 971c0c4..8f74139 100755 (executable)
@@ -166,6 +166,10 @@ do
                        TAG="cds"
                        shift
                        ;;
+        distributeVFWNG)
+                        TAG="distributeVFWNG"
+                        shift
+                        ;;
        *)
                        usage
                        exit