diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2017-09-25 19:29:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 19:29:29 +0000 |
commit | 289642a475348f668d9769246753a92fc3ce1e03 (patch) | |
tree | 811b7911fa015c7c08c5e22452b4df4370348463 /kubernetes/oneclick/createAll.bash | |
parent | eea67707d608c4aae5f79e39cf36683d1b7f5fa9 (diff) | |
parent | 75c07c4911875862f313f3166c3d3e3f411763aa (diff) |
Merge "Added vnfsdk containers to ONAP Kubernetes"
Diffstat (limited to 'kubernetes/oneclick/createAll.bash')
-rwxr-xr-x | kubernetes/oneclick/createAll.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oneclick/createAll.bash b/kubernetes/oneclick/createAll.bash index c8810aa615..2963a40c20 100755 --- a/kubernetes/oneclick/createAll.bash +++ b/kubernetes/oneclick/createAll.bash @@ -13,8 +13,8 @@ Usage: $0 [PARAMs] -i [INSTANCE] : ONAP deployment instance # (default: 1) -a [APP] : Specify a specific ONAP component (default: all) from the following choices: - sdc, aai ,mso, message-router, robot, - vid, sdnc, portal, policy, appc, multicloud, clamp, consul + sdc, aai ,mso, message-router, robot, vid, + sdnc, portal, policy, appc, multicloud, clamp, consul, vnfsdk EOF } |