commit | dbb4ed7385a22871a0ffb719f04e0f0f257d0ab3 | [log] [tgz] |
---|---|---|
author | Daniel Rose <dr695h@att.com> | Wed Dec 11 19:24:32 2019 +0000 |
committer | Gerrit Code Review <gerrit@onap.org> | Wed Dec 11 19:24:32 2019 +0000 |
tree | 186bda548974a0385183d59dde8c3c1a03526ac0 | |
parent | a7e566c2c15914ad409ab4135891c0c092c300f0 [diff] | |
parent | 53949ab8d44a4981733ca813ef6716bf508e34f5 [diff] |
Merge "Add distributeVCPE"
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 @@ TAG="InitDemo" shift ;; + distribute_vcpe) + TAG="distributeVCPE" + shift + ;; init_customer) TAG="InitCustomer" shift