summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Xu <yang.xu3@huawei.com>2018-11-01 12:56:55 -0400
committerYang Xu <yang.xu3@huawei.com>2018-11-01 12:57:07 -0400
commitb39937bab8fa3ec533af1bca8c24ab238697e867 (patch)
tree0d34356124bc6caf61a119ffac70521d24fefbc9
parent8392ef7269a08d342b2716ef77b558d51dc052de (diff)
Automate vFWNG model distribution for CDS
Change-Id: I7de62e5cb260238f1cb934256cd78d062d55fbc0 Issue-ID: INT-708 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
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