summaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap/components/message-router/charts/message-router-zookeeper/templates/poddisruptionbudget.yaml
AgeCommit message (Collapse)AuthorFilesLines
2020-11-24[DMAAP] Uses new tpls for repos / imagesSylvain Desbureaux1-30/+0
This commit makes DMaaP chart to use the new generator for repositories and images. As new templates doesn't work well with "sub charts", we move also subcharts to components folder. Issue-ID: OOM-2364 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ide110555b22d35ba43a5a5ed780aa8dfc89a9edf
2020-10-21[DMAAP] change comment styleJakub Latusek1-0/+2
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I1f0fa48fe6dbca7fa319d5b60ac7d1ffb8def194 Issue-ID: OOM-2562
2020-02-01[ONAP-wide] Replace .Release.Name with common.releaseKrzysztof Opasiak1-1/+1
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
2019-03-18if increasing zookeeper quorom wont be maintainedMatthieu Cauffiez1-1/+1
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>
2019-03-12zookeeper quorom wont be maintainedMatthieu Cauffiez1-1/+1
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>
2019-03-07typo using fullname instead of nameMatthieu Cauffiez1-1/+1
Issue-ID: DMAAP-1076 Change-Id: I85f469edfa343fd2369f9aa8bafbfe239031ac22 Signed-off-by: Matthieu Cauffiez <matthieu.cauffiez@bell.ca>
2019-03-05Extract dmaap components into components direconwar1-0/+28
This will help enable edge deployment Issue-ID: DMAAP-1068 Change-Id: I61df2887069a0302341c0004914158398ecd58d9 Signed-off-by: econwar <conor.ward@est.tech>