summaryrefslogtreecommitdiffstats
path: root/kubernetes/log/charts
AgeCommit message (Collapse)AuthorFilesLines
2019-12-11Merge "[LOG] Use global storage templates for PVC"Borislav Glozman2-4/+3
2019-12-06Add ingress controler support to LOGLucjan Bryndza6-1/+25
Issue-ID: OOM-2180 Change-Id: I18a2f724216a3946a40e0c4f166a3a4eeeca522b Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2019-12-05[LOG] Use global storage templates for PVCSylvain Desbureaux2-4/+3
OOM has now templates in order to create the needed PVC, using: * a PV with a specific class when using a common nfs mount path between nodes (sames as today use) --> is the default behavior today * or a storage class if we want to use dynamic PV. On this case, we use (in order of priority): - persistence.storageClassOverride if set on the chart - global.persistence.storageClass if set globally - persistence.storageClass if set on the chart Change-Id: I1f39f2c8c9a2d4fe1303fffbefe4dac70ed0e860 Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-11-05[LOG] Move Elasticsearch PVC to RWOSylvain Desbureaux1-2/+2
Elasticsearch PVC is only used by elasticsearch POD. As ES doesn't support several writes per different instances on the same folder, RWO PVC is sufficient Change-Id: Ie2cb4eadf8ee0c8ff1acf7e2ba172763c89583f3 Issue-ID: LOG-1114 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2019-07-11Moving Helm Chart version for El AltoMike Elliott6-6/+6
Updating all helm chart versions to 5.0.0 for the El Alto release. Merge will be co-ordinated with the merge of a separate aai/oom patch. Please do not merge until this coordination has completed. Issue-ID: OOM-1980 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com> Change-Id: I31daaebeacea33565f13affd2fa28fb15fe948ba
2019-07-10Introduce postinstall configuration onboarding for Kibana pod (part 1 of 2).Artem Naluzhnyy4-0/+23
* The configuration is stored in "log/charts/log-kibana/resources/config/kibana-onboarding.json". * Running Kibana configuration can be dumped using Elasticdump tool. * At the moment the "kibana-onboarding.json" file is empty, so the commit should not break anything. * In an upcoming commit we will add onboarding procedure described in https://wiki.onap.org/pages/viewpage.action?pageId=24642176 Issue-ID: LOG-152 Signed-off-by: Artem Naluzhnyy <A.Naluzhnyy@Samsung.com> Change-Id: Ic52f9eedf6963d1030b970cbc9fcfb738d20a703
2019-02-10Update Chart version for Dublin ReleaseMike Elliott6-6/+6
All charts are being bumped from 3.0.0 to 4.0.0 for the Dublin release. In addition the requirement.yaml files have been updated to allow for chart versions that include timestamp suffix. A following on patch will take care of changes to the OOM Makefiles to support injection of the timestamp versions. Change-Id: Ie03d86fad2027e975e8b9106e3a828e4335037cb Issue-ID: OOM-1642 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-11-23logstash replicaset 5 to 3 and 1 dev.yamlroot1-2/+2
Change-Id: I248d11cab8b35b8b10b3c9bef7d49d5fb4182798 Issue-ID: LOG-860 Signed-off-by: root <frank.obrien@amdocs.com>
2018-11-13Revert use of DaemonSet for logstashGary Wu2-2/+5
Using a DaemonSet for logstash is problematic for HA k8s because pods are being scheduled on etcd and orchestration nodes where we do not want them. Reverting back to a Deployment with a default of 5 replicas instead. Issue-ID: LOG-181 Change-Id: I8bbc165a6f23c31b372320c3a94181c689f1baef Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-25Updating charts to use common resource templateMandeep Khinda3-3/+3
Issue-ID: OOM-1145 Change-Id: I1510339a820802554b6e8b9a201619ef66be17a0 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-25adding unlimited resource limitMandeep Khinda3-6/+9
Adds the ability to turn them off if they are found to cause issues also cleaning up some whitespace Issue-ID: OOM-1145 Change-Id: Idf0ee21f70e1bf65813b7f51ea028f2783a01cf8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-24Update Chart versions to 3.0Mike Elliott3-3/+3
All Chart versions and requirement dependencies have been updated to 3.0 for Casablanca release. Change-Id: Iea57e5da09ea8a8bac0a415b9a6196151cbea10b Issue-ID: OOM-1354 Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
2018-09-20reducing resource request numbersMandeep Khinda3-9/+9
Issue-ID: OOM-1145 Change-Id: Ic2770086914e7cf1a96f2b6e5fd04bf1bd3f75d8 Signed-off-by: Mandeep Khinda <mandeep.khinda@amdocs.com>
2018-09-19Merge "Backup Task: log configmap enabelling"Mandeep Khinda3-0/+15
2018-09-19Backup Task: log configmap enabellingvaibhav_16dec3-0/+15
Issue-ID: OOM-1385 Change-Id: Icefe6bfa9d830f075aac5e1afee4d23dabf9ff90 Signed-off-by: vaibhav_16dec <vaibhav.chopra@amdocs.com>
2018-09-19Resource Limit for LOGvaibhavjayas6-84/+60
Issue-ID: OOM-1153 Change-Id: Icd62d392b2e2a275a273b7f6260ad39d68987f50 Signed-off-by: vaibhavjayas <vaibhav.jayas@amdocs.com>
2018-09-17Merge "update log helm chart from 2 to 3.0.0"Borislav Glozman3-3/+3
2018-09-04Apache 2 license addition for logMukul27-5/+131
Issue-ID: OOM-1365 Change-Id: Id89b9b702ca19fe81e7c611a4f1ca9f15153485f Signed-off-by: Mukul <mukul.joshi@amdocs.com>
2018-08-30update log helm chart from 2 to 3.0.0Michael O'Brien3-3/+3
Change-Id: I84b218452315c2026fb443c85a0cfce04098b29e Issue-ID: OOM-1361 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-08-30Apache2 License additiontoshrajbhardwaj1-0/+14
Issue-ID: OOM-1306 Change-Id: I1a617718006ee845d675fead74ce075c3390ac2f Signed-off-by: toshrajbhardwaj <toshrajbhardwaj@gmail.com>
2018-06-01limit cpu of logstash podsMichael O'Brien1-0/+1
Change-Id: I8fd8cdde406f34a8094c1df7593476747d7c5c31 Issue-ID: LOG-376 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-05-24Merge "log-logstash is now a daemonSet"Mike Elliott2-5/+2
2018-05-23LOG delay ELK stack es/kb readinessMichael O'Brien2-4/+4
Change-Id: I71cecd45eabfaedbcd7df68be6b55d1de382efa3 Issue-ID: LOG-256 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-05-18log-logstash is now a daemonSetMichael O'Brien2-5/+2
Change-Id: Ic097d61377d547a2fa4f30894aac52f2d7d25444 Issue-ID: LOG-181 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-05-17Merge "log logstash replicaset to 3"Mandeep Khinda1-1/+2
2018-05-17nsPrefix Changes for LogPriyanka1-1/+0
Issue-ID: OOM-1028 Change-Id: I1923cbbf75bdf7eead3da506a1c2bb3766f83d31 Signed-off-by: Priyanka <Priyanka.Jain3@amdocs.com>
2018-05-16log logstash replicaset to 3Michael O'Brien1-1/+2
Change-Id: I7aad5416d19326800e79961eb5cb51947c2daa5b Issue-ID: LOG-376 Signed-off-by: Michael O'Brien <frank.obrien@amdocs.com>
2018-05-10Improve docker registry secret managementBorislavG3-3/+0
Change-Id: I2d1ff878c215becc9856af184eb0b11defd75e1d Issue-ID: OOM-1064 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-05-07Fix persistent volume to be mapped to Release.NameBorislavG2-2/+2
Change-Id: I98754174e50537df2e82a9d9b40f471edff19e69 Issue-ID: OOM-907 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-16Update readiness-check versionBorislavG2-2/+2
Readiness check version is not sinchronized in many pods This causing deployment failures. Issue-ID: OOM-936 Change-Id: Ieef91df17836adcdf24db536440d0a1624a50591 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-15Merge "oom component logs missing in Elasticsearch"Borislav Glozman1-27/+33
2018-04-11logstash pipeline fails to startroot1-7/+9
Issue-ID: OOM-848 Change-Id: I87bcd3165025ccf9c526c48947f91fcea1feab1a Signed-off-by: nealch <nealch@amdocs.com>
2018-04-11Merge "OOM-871 log kibana container fails to start"Mandeep Khinda2-5/+10
2018-04-10OOM-871 log kibana container fails to startroot2-6/+11
kibana.yml file did not have correct ownership and readiness and liveness updated. Issue-ID: OOM-871 Change-Id: I62478ab59b6d6977481196720980442adfb1c6ab Signed-off-by: nealch <nealch@amdocs.com> Signed-off-by: root <nealch@amdocs.com>
2018-04-08Add missing NodePorts to log componentsBorislavG8-30/+76
Along the way increase kibana initial timeout in order to be able to test on slower system. Issue-ID: OOM-847 Change-Id: Iab7141f5af752e2eee5e98db9c3b9f13fae04d0f Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>
2018-04-06oom component logs missing in Elasticsearchroot1-27/+33
Issue-ID: OOM-885 Change-Id: I31ee5186e828ad93453c03515b3d4308e4a0d23c Signed-off-by: Neal Chatterley <nealch@amdocs.com> Signed-off-by: root <nealch@amdocs.com>
2018-03-27Add standardized helm chart for logBorislavG27-0/+1544
Change-Id: Ic9f0eb567716224893955d9379e9ed9308b9ea79 Issue-ID: OOM-740 Signed-off-by: BorislavG <Borislav.Glozman@amdocs.com>