Age | Commit message (Collapse) | Author | Files | Lines |
|
Instead of using hardcoded certificates, let's use certInitializer in
order to retrieve them.
Issue-ID: OOM-2696
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6ed12dda660647cd0990c34f51e6c05ed533774a
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I4be8fb8cc9627bf9c338fcc76ee78247a86e9d6c
Issue-ID: OOM-2562
|
|
Even through we use common secret template both passwords are still
hardcoded in common postgres chart but this will be removed as a final
step just like we did for mariadb-galera.
Issue-ID: OOM-2250
Change-Id: I4ca210c99c27fbfbf74a467d72a81b2e38d8d800
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.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
|
|
Issue-ID: OOM-1395
Change-Id: Ie73183156b2ed5e6cb5810612d62651645e4922a
Signed-off-by: Prateekinlinux <prateek.khosla@amdocs.com>
|
|
Issue-ID: OOM-1185
Change-Id: Ie011e87bc9322149076ec62cab3a8b3315e1d817
Signed-off-by: jasmineWen <jasmine.wen@amdocs.com>
|