diff options
author | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-09-25 10:28:28 -0400 |
---|---|---|
committer | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-09-25 14:39:30 -0400 |
commit | 75c07c4911875862f313f3166c3d3e3f411763aa (patch) | |
tree | 0db9c27a8bef15f1edecbf922702d6adca56abb8 /kubernetes/oneclick/createAll.bash | |
parent | 67162aaf08703e895b6b093aa64978d5eaa12124 (diff) |
Added vnfsdk containers to ONAP Kubernetes
Created the initial base deployment yamls for VNFSDK.
Issue-ID: OOM-320
Change-Id: I3b062654dcb3d48c91cdc90d59597bf27a662b23
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
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 } |