summaryrefslogtreecommitdiffstats
path: root/kubernetes/oneclick
diff options
context:
space:
mode:
authorItay Hassid <itay.hassid@amdocs.com>2017-08-24 12:54:42 +0000
committerItay Hassid <Itay.Hassid@amdocs.com>2017-09-14 09:18:25 +0000
commite2da86dc9b0b5298616249f9b18fc9d130ba84d7 (patch)
tree2664bdc6b1e992e6f9687f112c1cf71ecba47357 /kubernetes/oneclick
parentd99d1d2956c3f5afac1dfc569a3389a445b179e9 (diff)
Seed of deployment of log components
Deployment of: Logstash + ElasticSearch + Kubana with all the configuration files Issue-ID:OOM-110 Change-Id: I1788485ccb283f0ec4dc8910479072a6cf034e5f Signed-off-by: Itay Hassid <itay.hassid@amdocs.com>
Diffstat (limited to 'kubernetes/oneclick')
-rw-r--r--kubernetes/oneclick/setenv.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/oneclick/setenv.bash b/kubernetes/oneclick/setenv.bash
index 4b0d9403ca..f39b555fdc 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')
+HELM_APPS=('mso' 'message-router' 'sdnc' 'vid' 'robot' 'portal' 'policy' 'appc' 'aai' 'sdc' 'dcae' 'log')
ONAP_DOCKER_REGISTRY=${ONAP_DOCKER_REGISTRY:-nexus3.onap.org:10001}
ONAP_DOCKER_USER=${ONAP_DOCKER_USER:-docker}
ONAP_DOCKER_PASS=${ONAP_DOCKER_PASS:-docker}