Age | Commit message (Collapse) | Author | Files | Lines |
|
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: DMAAP-1321
Signed-off-by: Ubuntu <dgl@research.att.com>
Change-Id: I55a6d41c1955d3ea1bcc0799b5121212af102471
|
|
Issue-ID: OOM-2179
Change-Id: I6f1591a6c7033812cc714d75c63d7c1b3ba197b6
Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
|
|
Change-Id: I0bca8c7a16f8b19a266d9961715b8a04971d7b73
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: DMAAP-1269
|
|
Change-Id: I6467c37800ec96bd1b030f0576ce690d408ff5b6
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Issue-ID: INT-1296
|
|
Mainly adding release label there.
Issue-ID: OOM-2043
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
Change-Id: Ieeedec79fd85b7ede4752a973ec42ea648f7d6a0
Signed-off-by: Ondřej Šmalec <o.smalec@partner.samsung.com>
|
|
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
|
|
Change-Id: I6d59e09b0273241c5c98cc60e323940bf84bacdd
Issue-ID: DMAAP-1152
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
|
|
Change-Id: I189be373fb890f934d720e042274e2f06f3cd853
Issue-ID: DMAAP-1175
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
Signed-off-by: Tomek Kaminski <tomasz.kaminski@nokia.com>
|
|
Change-Id: Ic746cd1c1c05562823740813eb8ca2390940a7c3
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1196
|
|
This fixes bug which created unauthenticated topics.
Change-Id: Ifb3035eb1cc346de6f2b7cdba5fb4a945b445479
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1191
|
|
|
|
Mandatory authz check for MR topic subscribe call
move ZooKeeper APIKey data directory creation to docker image
set mmagent home for logs in mirrormaker agent
Issue-ID: DMAAP-1160
Change-Id: I04cebaf8009bd1bc5e4271a3b0286d4e9aaa3eaa
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
|
|
Change-Id: I18c255576983914ef7cc31638c9ae54d2db3739d
Issue-ID: DMAAP-1172
Signed-off-by: piotr.karas <piotr.karas@nokia.com>
|
|
Also some changes for:
- optionally deploy postgres for dmaap-bc. Useful for quick dev deployments
- correct external host IP address for windriver AAF
Change-Id: I5fd74df4a0e5e3537d9573ed8d3f9b87da41689e
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-1138
|
|
Change-Id: Iddf52dee21699c0fc44086628578605eb53ace7a
Issue-ID: DMAAP-1154
Signed-off-by: burdziak <olaf.burdziakowski@nokia.com>
|
|
add Mirror Maker
MR AAF integration
Fix BC images and minor BC bugs
Kafka upgrade to 1.1.1
Issue-ID: DMAAP-823
Change-Id: Ia7a1321a6fbfa9bfc65f90bca40ef236c2dbadef
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
|
|
Not sure what made this commit be separate.
It is intended to be patchset 4 on https://gerrit.onap.org/r/#/c/82150/
But please merge them together.
Change-Id: Ia4c2341e450f0e2910b3ae19becefb6e798e3ef6
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-904
|