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
|
|
OOM has now templates in order to create the needed PVC, using:
* a PV with a specific class when using a common nfs mount path between
nodes (sames as today use) --> is the default behavior today
* or a storage class if we want to use dynamic PV.
On this case, we use (in order of priority):
- persistence.storageClassOverride if set on the chart
- global.persistence.storageClass if set globally
- persistence.storageClass if set on the chart
I've also split the 3 PV from dr-node into 3 files and used range so the
number of PV is the same as number of PODs.
Change-Id: I46b4e62042ea8330bef8cdc1561fa8bbf3f25d12
Issue-ID: OOM-1227
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
|
|
Issue-ID: DMAAP-1328
Change-Id: Ic5430d4029ab9e95edb63aac9f11b1f5b148cbb9
Signed-off-by: su622b <su622b@att.com>
|
|
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>
|
|
Issue-ID: DMAAP-1040
Change-Id: I62d788b1245f94de6de58450933476fff576fc18
Signed-off-by: sunil.unnava <sunil.unnava@att.com>
|
|
|
|
|
|
https://gerrit.onap.org/r/#/c/82044/ if the number is
even quorum wont be maintained.
Issue-ID: DMAAP-1088
Change-Id: I82a998a4922499c753f9f8e256b0f76ce90fa31f
Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
|
|
|
|
Issue-ID: DMAAP-1090
Change-Id: Ib8b3c7f58c0ff1591589b6594864610d61b1f249
Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
|
|
if the number of zookeeper server is more than 5
the quorom wont be maintained
Need to do (replicat count -1)/2
Issue-ID: DMAAP-1088
Change-Id: If30887e90556e75af1551ebda8811d82f6ae8a2f
Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
|
|
enabled nodeaffinity for kafka. This will allow kafka/zookeeper
to boot back on a node whree there is topic data
Issue-ID: DMAAP-1089
Change-Id: Ic14d3201f03787f7abe8b83ae76d64a7c353ad87
Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
|
|
Issue-ID: DMAAP-1076
Change-Id: I85f469edfa343fd2369f9aa8bafbfe239031ac22
Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
|
|
This will help enable edge deployment
Issue-ID: DMAAP-1068
Change-Id: I61df2887069a0302341c0004914158398ecd58d9
Signed-off-by: econwar <conor.ward@est.tech>
|