diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-08-31 23:33:16 +0530 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-09-14 19:57:43 +0530 |
commit | fc3fa1eb8fc8697332727a8f03d965147975b6ed (patch) | |
tree | 610718cd707e20d869149d85bed9001753ca795f /kubernetes/oneclick | |
parent | b2243d375665d38db86fd2888ce64acb01b73567 (diff) |
Deploment configuration for CLI
OOM deployment configuration for CLI.
Change-Id: I4b34c64be7fba5c3bcfbb35ea497b6e5abde8305
Issue-ID: CLI-41
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'kubernetes/oneclick')
-rw-r--r-- | kubernetes/oneclick/setenv.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oneclick/setenv.bash b/kubernetes/oneclick/setenv.bash index f39b555fdc..c52f4d3fda 100644 --- a/kubernetes/oneclick/setenv.bash +++ b/kubernetes/oneclick/setenv.bash @@ -1,6 +1,6 @@ #!/bin/bash -HELM_APPS=('mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 'policy' 'appc' 'aai' 'sdc' 'dcae' 'log') +HELM_APPS=('mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 'policy' 'appc' 'aai' 'sdc' 'dcae' 'log' 'cli') ONAP_DOCKER_REGISTRY=${ONAP_DOCKER_REGISTRY:-nexus3.onap.org:10001} ONAP_DOCKER_USER=${ONAP_DOCKER_USER:-docker} ONAP_DOCKER_PASS=${ONAP_DOCKER_PASS:-docker} |