Age | Commit message (Collapse) | Author | Files | Lines |
|
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>
|
|
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
|
|
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>
|
|
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>
|