summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/charts/so-monitoring
AgeCommit message (Collapse)AuthorFilesLines
2020-10-12[SO] move subcharts to components folderseshukm8-382/+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-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux1-2/+1
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
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-07-09[SO] bump the SO modulesseshukm1-1/+1
bump the SO modules for the F maintenance release This is from 1.6.3 to 1.6.4 SO-appc-Ochestrator is released first time in this release Issue-ID: SO-3022 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib73e08ecaf2a93153cda9eef4dd2880f5376b6c8
2020-05-31bump th so version to 1.6.3seshukm1-1/+1
Issue-ID: SO-2955 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: If47a43c642e59fe4048d1d816f971e25524236da
2020-05-26bump the SO version 1.6.2seshukm1-1/+1
Issue-ID: SO-2821 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ief1d24c6aefbbd47618f235f719c6d0aafbda5b0
2020-05-11bump the SO release version 1.6.1seshukm1-1/+1
Issue-ID: SO-2818 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I99506f2bfb4aa9944dda9a23f6fbe0d66a60cb37
2020-04-02Bump chart versionSylvain Desbureaux1-1/+1
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-04-01Bump SO version to 1.6.0seshukm1-1/+1
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ib340900d834f1b74b1ca936dc5c2de96d3c6ad96 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-31[SO] Onboard ONAP CA during init phaseSylvain Desbureaux2-3/+11
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-28[SO] Use common secret template in soKrzysztof Opasiak1-2/+2
Generate passwords for: - so_user - so_admin and distribute them to all SO subcharts. mariadb-galera root password is taken as a reference to existing secret (shared mariadb instance) or also generated if local cluster is used. Three other DB users also have generated passwords but they are not distributed outside of so-mariadb as they were never used. Issue-ID: OOM-2328 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Ic4af5c9b12b00d2a52d2597e3fe1161d0d1a9f20
2020-03-25[SO] Use common secret template in so-monitoringKrzysztof Opasiak3-19/+45
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-03-17fix for the 30224 with the debugEnabledseshukm1-1/+2
Issue-ID: SO-2519 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Iee36c5f5182686a8d18ba8d178a5d002623cd0a1
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak3-12/+12
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
2020-01-30Merge "Revert "basic auth for so-monitoring""Morgan Richomme1-8/+0
2019-11-26Add ingress configuration for so-monitoringLucjan Bryndza2-2/+9
Add ingress configuration file for so-monitoring component. Ingress configuration can be changed in onap-all.yaml Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Change-Id: I122e52fc1ed9db78bb0249715e8cd25a9d6318a3 Issue-ID: OOM-1508
2019-10-14bump the SO version to 1.5.3seshukm1-1/+1
Issue-ID: SO-2328 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I694a53807d071e3ff14c4f013ec43a33af95f2ec
2019-10-04Revert "basic auth for so-monitoring"k.kazak1-8/+0
This reverts commit 6f4cfe7a3b3c258ba21ca54402122b5df7579fff. Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com> Change-Id: Id40e44a91fcf6d5fa0dff542faae6d28b95cf867
2019-09-12bump the SO release versionseshukm1-1/+1
Issue-ID: SO-2310 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I3a0b5a0ac58c14c42940e2af032e816493af0497
2019-09-02update the release version of SO 1.5.1seshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I978a79f2232505e42ff470aab53614d13fa629f7
2019-08-23SO datasource config updatesarada prasad sahoo1-1/+0
SO datasource config update as per new Hikari library changes in SO Issue-ID: OOM-1970 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com> Change-Id: I84ca506936c332775fd20f604e6f553f94a4dc74 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-08-13update the release version of SOseshukm1-1/+1
Issue-ID: SO-2223 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Ic7f6f13640f209ec1898249e4172885098661b82
2019-07-19basic auth for so-monitoringk.kazak1-0/+8
Add basic auth credentials to override.yaml Issue submitted in pentest report Connected to https://gerrit.onap.org/r/c/so/+/90794 Issue-ID: OJSI-169 Signed-off-by: k.kazak <k.kazak@samsung.com> Change-Id: If6814db2556e29d821fa779cbc5a18cc45587755
2019-07-11Moving Helm Chart version for El AltoMike Elliott1-1/+1
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-06-12Update SO version to 1.4.4subhash kumar singh1-1/+1
Update SO version to 1.4.4. Issue-ID: SO-2010 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com> Change-Id: I05689eeb56bd255f2b1bf8a479aad6043c587838
2019-06-06bump the SO version to 1.4.3seshukm1-1/+1
Issue-ID: SO-1991 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I640f1b2173f4daac748a81f964c723fc9e2a2043
2019-05-31bump the SO version to 1.4.2seshukm1-1/+1
Issue-ID: SO-1929 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I0d409a8e714122b021660ed2fe6c8bcbd217aae6
2019-05-06bump the SO version in the oomseshukm1-1/+1
Issue-ID: SO-1851 Change-Id: Ibd0ea11e4995e836f0e0a582e7a2e4a00129ff7d Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2019-04-23Merge "SO Rolling upgrade using helm hooks"Mike Elliott1-1/+1
2019-04-23Update SO image version in OOMYang Xu1-1/+1
Change-Id: I192a22ce93991e70cb9a6b2777530953c8913358 Issue-ID: INT-1042 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-04-19SO Rolling upgrade using helm hooksMahendra Raghuwanshi1-1/+1
Issue-ID: OOM-1772 Change-Id: If206ae7cc2f4273889376e1bb3fa77bacfaae3cc Signed-off-by: Mahendra Raghuwanshi <mahendra.raghuwanshi@amdocs.com>
2019-02-10Update Chart version for Dublin ReleaseMike Elliott1-1/+1
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-21Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit a7c98ae0fabb0a94fbdc030e6f7c519439923045. Change-Id: Idb73aa4f05a948b7e1d70723cc6a52b8fd6f0517 Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-24Sync docker tags with release manifestGary Wu1-1/+1
Sync docker tags with the release manifest from integration repo commit db8a0273b6d9110ba7d1aa01b84666dab83b89d9. Change-Id: I94878829add2033b98b82a06e4bb097b72648faa Issue-ID: INT-663 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-10-22Changing endpoint and NodePort for monitoringeikrwaq2-3/+4
Change-Id: I2903497dea5894661356f4a467cd8660d340cbd7 Issue-ID: OOM-1479 Issue-ID: SO-1155 Signed-off-by: eikrwaq <waqas.ikram@ericsson.com>
2018-10-15so-minitoring po startup issueRamesh Parthasarathy1-1/+1
so-monitoring pod doesn't start completely. This issue has been addressed here Change-Id: Iab0d8fd3f1a7b9b000d2eac3968fefc07b5b2230 Issue-ID: SO-1138 Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
2018-10-12Added missing maria db dependenciesjmac2-3/+20
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 Parthasarathy3-26/+35
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 Subchartsrope2525-0/+312
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>