Seed of deployment of log components 47/8647/9
authorItay Hassid <itay.hassid@amdocs.com>
Thu, 24 Aug 2017 12:54:42 +0000 (12:54 +0000)
committerItay Hassid <itay.hassid@amdocs.com>
Wed, 6 Sep 2017 10:49:15 +0000 (10:49 +0000)
commitae01429d687fdfb824e89982dc6991ca52246297
treeff8d07e7bb3c694627b904fe91350bec58c9e9f6
parent97d0837a9e0371a5f18a3b47362bc61ccb50082b
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>
42 files changed:
kubernetes/config/docker/init/config-init.sh
kubernetes/config/docker/init/src/config/log/aai/ajsc-aai/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/aai/model-loader/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/appc/org.ops4j.pax.logging.cfg [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/elasticsearch/conf/elasticsearch.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/filebeat/log4j/filebeat.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/filebeat/logback/filebeat.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/kibana/conf/kibana.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/logstash/conf/logstash.yml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/logstash/pipeline/onap-pipeline.conf [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.apihandler-infra.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.appc.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.asdc.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.bpmn.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.msorequestsdbadapter.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.network.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.sdnc.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.tenant.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/mso/logback.vnf.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/policy/drools/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/policy/ep_sdk_app/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/policy/pypdpserver/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/policy/xacml-pap-rest/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/policy/xacml-pdp-rest/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/portal/portal-be/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/portal/portal-db/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/sdc/be/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/sdc/fe/logback.xml [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/sdnc/org.ops4j.pax.logging.cfg [new file with mode: 0644]
kubernetes/config/docker/init/src/config/log/vid/logback.xml [new file with mode: 0644]
kubernetes/config/pod-config-init.yaml
kubernetes/log/Chart.yaml [new file with mode: 0644]
kubernetes/log/resources/elasticsearch/conf/elasticsearch.yml [new file with mode: 0644]
kubernetes/log/resources/kibana/conf/kibana.yml [new file with mode: 0644]
kubernetes/log/resources/logstash/conf/logstash.yml [new file with mode: 0644]
kubernetes/log/resources/logstash/pipeline/onap-pipeline.conf [new file with mode: 0644]
kubernetes/log/templates/all-services.yaml [new file with mode: 0644]
kubernetes/log/templates/elasticsearch-deployment.yaml [new file with mode: 0644]
kubernetes/log/templates/kibana-deployment.yaml [new file with mode: 0644]
kubernetes/log/templates/logstash-deployment.yaml [new file with mode: 0644]
kubernetes/log/values.yaml [new file with mode: 0644]
kubernetes/oneclick/setenv.bash