summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/components/so-monitoring
AgeCommit message (Collapse)AuthorFilesLines
2021-05-05Merge "[COMMON] Update Release Note and Bump versions" into guilinKrzysztof Opasiak1-1/+1
2021-04-29[COMMON] Update Release Note and Bump versionsSylvain Desbureaux1-1/+1
This patch update the release notes for guilin release and bump the versions of the charts Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I526e38d151fd707511ff951eb5aaabd18d612acb
2021-04-27[SO] Update SO images to 1.7.12Konrad Bańka1-1/+1
Update SO images to 1.7.12 containing several bugfixes ported to guilin. Issue-ID: SO-3401 Issue-ID: SO-3484 Issue-ID: SO-3397 Issue-ID: SO-3465 Issue-ID: SO-3470 Issue-ID: SO-3484 Issue-ID: SO-3607 Issue-ID: SO-3609 Issue-ID: SO-3432 Issue-ID: SO-3468 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I2df7e4c6a89bd7f4dfd94000c3cfced5a2d175f3
2021-01-14[SO] Update SO to 1.7.11 (CNF and slicing bugfixes)deen19851-1/+1
Update SO containers to 1.7.11, solve CNF and E2E NW slicing bugfixes: Containers: + name: 'so/vnfm-adapter' + name: 'so/catalog-db-adapter' + name: 'so/request-db-adapter' + name: 'so/openstack-adapter' + name: 'so/sdnc-adapter' + name: 'so/vfc-adapter' + name: 'so/sdc-controller' + name: 'so/bpmn-infra' + name: 'so/so-monitoring' + name: 'so/api-handler-infra' + name: 'so/nssmf-adapter' + name: 'so/mso-cnf-adapter' + name: 'so/so-oof-adapter' + name: 'so/so-etsi-nfvo-ns-lcm' Change-Id: I6755bef5a6ee019afa6ad41ec20c42f9703182d8 Signed-off-by: Damian Nowak <damian.nowak@nokia.com> Issue-ID: SO-3431
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux2-3/+3
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c (cherry picked from commit 4f9902b6e7b5c70588160266276904ab81832867)
2020-11-02[SO] Remove so-db-secretskrishnaa962-8/+5
so-db-secrets was used to create secrets for db creds. But now, they are being created from secrets metaconfig. It is not needed Issue-ID: OOM-2534 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I0f0514b0b704e4643253b793ea4bd9ad92329759
2020-10-29Merge "[SO] Enable SO-Monitoring - use HTTPS and certInitializer"Krzysztof Opasiak5-18/+89
2020-10-29[SO] Enable SO-Monitoring - use HTTPS and certInitializerKrzysztof Gajewski5-18/+89
- SO-Monitoring service exposed as NodePort - Certs are retrieved dynamically using certInitializer Issue-ID: SO-2920 Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com> Change-Id: I04e6556bcddc3c67afc2a76c5b4fecb59a134911
2020-10-21[SO] change comment styleJakub Latusek4-0/+8
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I15281199766092663aa2c0f8b96ae16979ccaa5f Issue-ID: OOM-2562
2020-10-12[SO] move subcharts to components folderseshukm9-0/+409
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>