summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-monitoring/templates/deployment.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-10-12[SO] move subcharts to components folderseshukm1-112/+0
Move subcharts to components folder in order to be able to enable/disable them one by one. Also use certInitializer to retrieve truststore in order to be able to discuss with other ONAP components. Issue-ID: SO-2046 Change-Id: Ia5c2a590a2ad75e4b69be0748e9d79fda996af37 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-07-29[SO] Make SO compatible with Kubernetes v1.17Grzegorz-Lis1-1/+4
Issue-ID: OOM-2467 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I30867bd37e649053b97dec023cc405b4d70d1adc
2020-03-31[SO] Onboard ONAP CA during init phaseSylvain Desbureaux1-3/+3
Workaround for retrieving ONAP root CA and keeping SO container being run by no root user. Issue-ID: SO-2730 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib1b48c0a6fcca359a780640b8c705e75fd78dc1a
2020-03-25[SO] Use common secret template in so-monitoringKrzysztof Opasiak1-18/+4
Use common secret template in so-monitoring component. For now passwords are stil hardcoded but this will be removed in further commits. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Iff0ae7e14924d5e4e3484e509a7a4962f623e487
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-8/+8
ONAP is too big to be deployed using helm install so we need to use a custom helm plugin helm deploy. This script deloys onap component by component instead of deploying evrything at once. Unfortunately this script also modifies the helm release by appending component name to it. As a result of this behavior our objects are called for example: onap-mariadb-galera-mariadb-galera-0 instead of just being called onap-mariadb-galera-0. This patch simplifies this naming convention by replacing all direct usages of .Release.Name with common.release macro which strips the component specific part from the release name. Issue-ID: OOM-2275 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ia8cead50d305adb00eef666d0a1ace74479b5183
2018-10-12Added missing maria db dependenciesjmac1-2/+2
If there are other inter-pod dependencies that should be managed, please comment to let me know so they can be added. Also addressed the missing globals section in the pods values.yaml files and incorrect pull policy management to make them follow the standard conventions Change-Id: I3625f8452d90182391e1ff4af5fddfe9d0948a32 Signed-off-by: jmac <james.macnider@amdocs.com> Issue-ID: OOM-1472
2018-10-11Create VF Module fails with preprocess error.Ramesh Parthasarathy1-26/+0
This change is pertinent to jira issue so-1111 Catalogdb pod fails to start error Updated catalogdb override files. updated so monitoring related files. Change-Id: I0f68bec89557f400f69cf7684155d0795bc4b939 Issue-ID: SO-1111 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-10Whitespace BugfixGareth Roper1-1/+1
Change-Id: I3ea5e790d05352106d28868359d556207ddbb8c5 Issue-ID: OOM-1464 Signed-off-by: Gareth Roper <gareth.roper@ericsson.com>
2018-10-09Adding SO-Monitoring Helm Charts into SO Subchartsrope2521-0/+149
This subtask's aim is to create the Helm Charts for SO-Monitoring and then adding these charts to the SO's subcharts. Change-Id: Icb58c9ce4432c6571e656a0ca00079b1f7694ad2 Issue-ID: SO-1054 Signed-off-by: rope252 <gareth.roper@ericsson.com>