aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/log/templates/all-services.yaml
AgeCommit message (Collapse)AuthorFilesLines
2018-03-27Add standardized helm chart for logBorislavG1-100/+0
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79 Issue-ID: OOM-740 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-03-24expose nodeport for logstash 5044Jun (Nicolas) Hu1-0/+2
Issue-ID: OOM-819 Open the 5044 port on log/logstash as a nodeport for external log producers outside of the kubernetes cluster https://wiki.onap.org/display/DW/LOG+Meeting+Minutes+2018-03-20 Q: on logstash port - see all-services.yaml in log pod - 5044 need to open officially on 30255 or in dev via adding (Logstash not externally available - no nodeport) nodePort: {{ .Values.nodePortPrefix }}55 We already expose elasticsearch and kibana - just need to expose logstash https://git.onap.org/oom/tree/kubernetes/log/templates/all-services.yaml Change-Id: I703dd21b4c34fb1fcbfcd5e9a342f9d03412b6b8 Signed-off-by: Nicolas Hu <jh245g@att.com>
2018-03-22License addition in all yamlsvaibhav_16dec1-0/+14
Issue-ID: OOM-821 Change-Id: I627ac962afe8cd6bf2859a30a0e88f6c9ac89d34 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-03-01Run all components in one namespaceBorislavG1-5/+5
Change-Id: I5fcd4d577c1fda4de27842807c7cf7a5d372756e Issue-ID: OOM-722 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-01-29exposing logstash portmayankg27031-0/+15
create sevrice on logstash application port Change-Id: I4832624273cb98cf9db8384575a17883321da4d9 Issue-ID: OOM-632 Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
2017-11-01Fix configuration of elasticsearchBorislavG1-1/+16
elasticsearch config file was mapped to wrong location. Effectively, elasticsearch.yml file was not taken into account and default values are used. Issue-ID: OOM-390 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com> Change-Id: I494341f4c32dff9a13f4b0a460a24e6e9776c584
2017-10-29Add option to disable specific deploymentsyuryn1-1/+6
Add option to disable any deployment by using conditions in helm templates. Each deployment will get helm parameter - boolean flag allowing to disable it. The flags can be listed in the custom values.yaml file that can be passed to the createAll script with '-v' command line option. Change-Id: I32b795de46c72915c2201c94c23f4e061971bb56 Issue-ID: OOM-380 Signed-off-by: yuryn <Yury.Novitsky@Amdocs.com>
2017-09-14Seed of deployment of log componentsItay Hassid1-0/+49
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>