Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: Icdb07a842672d53db08185a5cbfd995216997c8b
Issue-ID: OOM-2562
|
|
Issue-ID: OOM-2448
Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com>
Change-Id: If64ebf0bf986d6230eb576a2cfcbf7d282aff276
|
|
The container definition is commented out. As logging is set to false by
default, remove this comments. Will readd template when CDS team will be
ready.
Issue-ID: OOM-2370
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I939fc54504d5dac24a5016f7537b21beb6b18020
|
|
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
|
|
* changes:
Add ingress controler support to OOF
Add ingress controler support to POMBA
Add ingress controler support to SDC
Add ingress controler support to DMAAP
Add ingress controler support to SDNC
Add ingress controler support to CDS
|
|
Issue-ID: OOM-2174
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
Change-Id: Ib6c159d54ca65577934f70de137bfc13336992ec
|
|
Issue-ID: CCSDK-1953
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: Id2ce253ab0ecee2c2fccb18589e76160fbf10853
|
|
2 environment values passed in cds-ui helm chart contain values that need
to be enclosed in quotes to force conversion to string. Without that, helm
deploy fails due to unexpected value.
Change-Id: I8bea63e2cc0b5e52f581c223056b5b1d8f32d435
Issue-ID: CCSDK-1476
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
|
|
- For deploy blueprint functionality
Change-Id: I57588eff42bff9105d4ed4596b0b624e1b0efa22
Issue-ID: CCSDK-1274
Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
|
|
Issue-ID: CCSDK-1292
Change-Id: If0535ddbf3bcdfdc35d2cd622a34197c14f5b6af
Signed-off-by: Nirvan Ramjuttun <nirvan.ramjuttun@amdocs.com>
|
|
- rework CDS structure
- Use nodePortPrefixExt for cds-ui - 30497
- Reformat Chart name and Description
Change-Id: I626b78c7a12adddf207b6f900d61e128308f9ab3
Issue-ID: CCSDK-1164
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
|