From b39937bab8fa3ec533af1bca8c24ab238697e867 Mon Sep 17 00:00:00 2001 From: Yang Xu Date: Thu, 1 Nov 2018 12:56:55 -0400 Subject: Automate vFWNG model distribution for CDS Change-Id: I7de62e5cb260238f1cb934256cd78d062d55fbc0 Issue-ID: INT-708 Signed-off-by: Yang Xu --- demo-k8s.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'demo-k8s.sh') diff --git a/demo-k8s.sh b/demo-k8s.sh index 79d545b..0075254 100755 --- a/demo-k8s.sh +++ b/demo-k8s.sh @@ -166,6 +166,10 @@ do TAG="cds" shift ;; + distributeVFWNG) + TAG="distributeVFWNG" + shift + ;; *) usage exit -- cgit 1.2.3-korg