diff options
author | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-10-11 13:04:23 -0400 |
---|---|---|
committer | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-10-16 16:14:40 -0400 |
commit | 03aa27e1dba7dfafd07d50fd3b3134011448b95b (patch) | |
tree | 066ff8e74853df30ef48ccbe0635571a072df673 /kubernetes/oneclick/createAll.bash | |
parent | e755f640ec263d81f30a509055714d7b76b329a3 (diff) |
Added initial deployment yamls for UUI
Issue-ID: OOM-356
Change-Id: Iea69fb693064fed1b4aec9a4712ae4e36889a6c3
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick/createAll.bash')
-rwxr-xr-x | kubernetes/oneclick/createAll.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oneclick/createAll.bash b/kubernetes/oneclick/createAll.bash index 8d41ee45a6..2b4f48b8ff 100755 --- a/kubernetes/oneclick/createAll.bash +++ b/kubernetes/oneclick/createAll.bash @@ -13,7 +13,7 @@ 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, aaf + sdc, aai ,mso, message-router, robot, vid, aaf, uui sdnc, portal, policy, appc, multicloud, clamp, consul, vnfsdk EOF } |