summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Rose <dr695h@att.com>2019-12-11 19:24:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-11 19:24:32 +0000
commitdbb4ed7385a22871a0ffb719f04e0f0f257d0ab3 (patch)
tree186bda548974a0385183d59dde8c3c1a03526ac0
parenta7e566c2c15914ad409ab4135891c0c092c300f0 (diff)
parent53949ab8d44a4981733ca813ef6716bf508e34f5 (diff)
Merge "Add distributeVCPE"
-rwxr-xr-xdemo-k8s.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/demo-k8s.sh b/demo-k8s.sh
index eca3232..c29ff41 100755
--- a/demo-k8s.sh
+++ b/demo-k8s.sh
@@ -112,6 +112,10 @@ do
TAG="InitDemo"
shift
;;
+ distribute_vcpe)
+ TAG="distributeVCPE"
+ shift
+ ;;
init_customer)
TAG="InitCustomer"
shift