diff options
author | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-09-26 16:04:12 -0400 |
---|---|---|
committer | Dusan Rozman <dusan.rozman@amdocs.com> | 2017-09-26 16:04:12 -0400 |
commit | 7704d2a216f6d1adf9f782bbe4ff277169f2a490 (patch) | |
tree | 6fd785b4126f916cdc0dd807897973e28ed2b581 /kubernetes/oneclick/deleteAll.bash | |
parent | 31cca0e7a632addb6e1d5833e9d514ad6396abb2 (diff) |
Added AAF containers to ONAP Kubernetes
Created the initial deployment yamls for AAF project
Issue-ID: OOM-11
Change-Id: I3c60185d78e8ce5596791624086f7cf32b3c3c38
Signed-off-by: Dusan Rozman <dusan.rozman@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick/deleteAll.bash')
-rwxr-xr-x | kubernetes/oneclick/deleteAll.bash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kubernetes/oneclick/deleteAll.bash b/kubernetes/oneclick/deleteAll.bash index f3b8da7238..c0e696c491 100755 --- a/kubernetes/oneclick/deleteAll.bash +++ b/kubernetes/oneclick/deleteAll.bash @@ -27,8 +27,8 @@ Usage: $0 [PARAMs] -n [NAMESPACE] : Kubernetes namespace (required) -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, vnfsdk + sdc, aai ,mso, message-router, robot, vid, aaf + sdnc, portal, policy, appc, multicloud, clamp, consul, vnfsdk EOF } |