summaryrefslogtreecommitdiffstats
path: root/demo-k8s.sh
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-11-02 01:25:36 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-02 01:25:36 +0000
commitb2f0e71ea6b362e7d08a080a12f64e3a7e745cc9 (patch)
treefdf3716cdd7d612499be6fa1f10735a3c79b2873 /demo-k8s.sh
parent42c42926c948fc4b0db4c86818468dc9726477d7 (diff)
parentb39937bab8fa3ec533af1bca8c24ab238697e867 (diff)
Merge "Automate vFWNG model distribution for CDS"
Diffstat (limited to 'demo-k8s.sh')
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index 971c0c4..8f74139 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -166,6 +166,10 @@ do
TAG="cds"
shift
;;
+ distributeVFWNG)
+ TAG="distributeVFWNG"
+ shift
+ ;;
*)
usage
exit