aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dmaap
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux12-21/+20
Update charts and requirements to 7.0.0. Create release notes for Guilin Update documentation Issue-ID: OOM-2638 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I965ed6b6ebb7d74bfddaff73edd3dd55a657841c (cherry picked from commit 4f9902b6e7b5c70588160266276904ab81832867)
2020-10-23Merge "[DMAAP] change comment style"Krzysztof Opasiak37-6/+80
2020-10-21[DMAAP] change comment styleJakub Latusek37-6/+80
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I1f0fa48fe6dbca7fa319d5b60ac7d1ffb8def194 Issue-ID: OOM-2562
2020-10-21[Tree-wide] Add helmignore to ignore componentsKrzysztof Opasiak1-0/+1
components directory takes up a lot of space and is included during helm package Lets remove it using .helmignore This is just a copy of idea showed in: "[OOF] Add helmignore to ignore components" by krishnaa96 <krishna.moorthy6@wipro.com> Issue-ID: OOM-2534 Suggested-by: krishnaa96 <krishna.moorthy6@wipro.com> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I25c82e79ba2c472b7761a63365573188ab8db56b
2020-10-16Update makefiles to use specific helm versionJakub Latusek1-4/+5
Helm is now called by HELM_BIN variable which by default is set to helm and makefiles use helm from path. HELM_BIN can be overwritten so user can have two version of helm in system and choose which one to use. Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I0917796aafe234e87afa0ac3c4c15720296276d5
2020-10-07Merge "[DMAAP] remove field undefined in in statefulset specification"Sylvain Desbureaux2-38/+4
2020-10-01[DMAAP] remove field undefined in in statefulset specificationJakub Latusek2-38/+4
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: Ibefaa1d43ebed333b71797d807e9f4f038b1cd12
2020-09-28[DMAAP-DR] Bump DR image versions to 2.1.7efiacor2-2/+2
Change-Id: Ibf553a60b9d80eaa6ecc7d3d74a7626182ea3a7e Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1492
2020-09-25Merge "[DMAAP] Use common.resources in statefulset template"Sylvain Desbureaux1-1/+1
2020-09-24[DMAAP] Use common.resources in statefulset templateJakub Latusek1-1/+1
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: If9c9b4e326ea7837621f2ec4e2b1eb12d64934fe
2020-09-24[DMAAP] Set default service nameJakub Latusek1-1/+1
Helm3 require proper service name during linting Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Issue-ID: OOM-2562 Change-Id: I3aa76fa228d79798a09cf13c328d19b549d7b11d
2020-09-08Merge "[DMAAP] Add logs to STDOUT"Krzysztof Opasiak3-5/+2
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux11-22/+17
Readiness container v3.x and up are now present in ONAP main repository. They're also not using root user anymore and then script path has changed. Finally, "job_complete" script has been integrated in main "ready" script. As those changes are significant, we must upgrade all the components at once. Depends-On: I5afa83892043f4844afe12e61724a8d368a9f2e0 Issue-ID: OOM-2545 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I0b4eb5dd86390273532d67d0a9696e1cfcadf110
2020-09-03[DMAAP] Add logs to STDOUTDominik Mizyn3-5/+2
This commit add STDOUT appender to root level logging. Issue-ID: OOM-2514 Change-Id: I03465e1e1446ff7c1c80838788d2b3accc3526b1 Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
2020-08-12[DMAAP] Increase backoffLimit for DMAAP provisioning jobefiacor1-1/+1
Change-Id: Iaf21a2e18f1102ec23c4d8e264b15f0df5f6e1de Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1475
2020-07-23[DMAAP] Make DMAAP compatible with Kubernetes v1.17Grzegorz-Lis3-3/+12
Issue-ID: OOM-2455 Signed-off-by: Grzegorz Lis <grzegorz.lis@nokia.com> Change-Id: I63d3942ea869b87f39d3173e54ebe999bfbdbd45
2020-06-17[DMAAP] Fix provisioning job for topic creationefiacor1-2/+2
Change-Id: Ifa779a2bf97c4b8c06bc7cdd9e67a66200cb8afe Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1444
2020-05-26[DMAAP] Use common aaf template in dmaap-dr-provKrzysztof Opasiak5-164/+22
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Change-Id: I266017e4acbcdac89a31dfba775380fd5cd9acfe Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2020-05-14[DMAAP] Moving DMaaP post-install jobs to 1 BC jobefiacor17-258/+97
Change-Id: I11fe412600d1061e5667a5531d36cecbecdd34e3 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2369
2020-05-14[DMAAP] Use common aaf template in dmaap-bcKrzysztof Opasiak6-109/+18
Instead of copy-pasting code around aaf_agent usage let's use a common template that automates this. Issue-ID: AAF-1134 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I42bb5a8840701dfd99488df9913a5ffd01b17f64
2020-05-12Merge "[DMAAP] Use common secret template for postgres creds"Sylvain Desbureaux4-6/+45
2020-05-11[DMAAP-DR] Bug fix DCAEGEN2-2217 for Frankfurt releaseefiacor1-0/+1
Change-Id: I8b370e77407a3497d2fe46b207668dd234a24a80 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DCAEGEN2-2217
2020-05-06[DMaaP] Fix Ingress configurationSylvain Desbureaux1-1/+1
Use HTTPS port set redirect for ssl part. Issue-ID: OOM-2179 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I83b30e7a21785f1018118f83db1fd3fe43db5f17
2020-05-05[DMAAP] Use common secret template for postgres credsKrzysztof Opasiak4-6/+45
Passwords are still hardcoded in common postrgres chart but as soon as we remove them they will be auto-generated. Issue-ID: OOM-2250 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Idb34b36fe8124433f296523e6ac1a1414d8276fe
2020-04-29Change ingress hosnames for exposed servicesLucjan Bryndza1-0/+7
Change ingress host to the required hostnames Change-Id: Ic78c8821e2e23e00943d8abdf7b2183b4d940c72 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com> Issue-ID: OOM-2391 Signed-off-by: Lucjan Bryndza <l.bryndza@samsung.com>
2020-04-23[DMaaP MR] Remove "lost+found" in kafka PVCSylvain Desbureaux1-0/+1
When using a storage class, kafka data is set on top of a partition and then 'lost+found' ext4 folder, which is automatically created, is seen as a topic but with bad naming. So we remove this folder in the init script. Issue-ID: OOM-1227 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If04304326fc5478f791d8290b8ceb39753c59c2f
2020-04-16[DMaaP DR Node] v1.16+ compatible templatesSylvain Desbureaux11-364/+128
Use the different "common" templates in order to create consistent and v1.16+ compatible templates for the different resources of DMaaP DR Node. Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I399b168882d09bd8f08148758a0f683e15ac141c
2020-04-03[DMaaP DR] Fix for AAF p12 parsingefiacor2-2/+2
Change-Id: I6e56012ca7baabef1bcd4f475245606fc44d9d91 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1420
2020-04-02Bump chart versionSylvain Desbureaux12-18/+18
Use 6.0.0 in preparation for Frankfurt release Issue-ID: OOM-2320 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I8ad82dfdf48b56c38c0e85d640b18cc13c8d9e67
2020-04-01[SDC BE] Remove HTTP node port 30205gummar1-5/+5
Keep HTTP port reachable from inside the server. Issue-ID: OJSI-101 Change-Id: I0468697d8f3d0192a5d8e102501db0d14633fa86 Signed-off-by: gummar <raj.gumma@est.tech> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2020-03-31[DMAAP-DR] Bump aaf_agent image versionefiacor1-1/+1
Change-Id: Id4e93e6f21bf1914512220e3b8e31f8e8eda71d6 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1416
2020-03-27address known Zookeeper bugssu622b3-5/+3
fix the issues while deleting unwanted data in zookeeper image fix the issues while adding ACL's to the Kafka znodes Issue-ID: DMAAP-1413 Change-Id: I6215593c99187cd786df72309cd1bd28983061ee Signed-off-by: su622b <su622b@att.com>
2020-03-26Merge "update certs fix the issues while toggling the aaf and prometheus ↵Sylvain Desbureaux12-17/+85
flags add Prometheus monitoring to message router"
2020-03-25[DMAAP] Use faster version of common secret templateKrzysztof Opasiak6-13/+13
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id21c3e75c1e7a79066ac25c83c4788929412effd
2020-03-25update certssu622b12-17/+85
fix the issues while toggling the aaf and prometheus flags add Prometheus monitoring to message router Issue-ID: DMAAP-1411 Change-Id: I80cbaa4e9d7d015fd4976c2e672335b63f7426ca Signed-off-by: su622b <su622b@att.com>
2020-03-23[DMAAP DR] Fix PV,PVC errorefiacor1-1/+1
Change-Id: I12ad57dff925485a48ce512c9e6c3531dc99deec Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2332
2020-03-13Deploy dmaap-bc with downloaded certsDominic Lunanuova4-53/+127
This fixes the charts to properly install new SSL artifacts from AAF. And we use the newest container version that uses cadi library to read these artifacts. Issue-ID: DMAAP-1401 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Change-Id: I4d70716220a7f3e629762d3bef2149e3b0147133
2020-03-12Merge "[DMaaP BC] Use common.service template"Krzysztof Opasiak4-97/+49
2020-03-11Merge "Helm changes for new Kafka and zk images"Sylvain Desbureaux19-534/+508
2020-03-11Helm changes for new Kafka and zk imagessu622b19-534/+508
Issue-ID: DMAAP-1337 Change-Id: I98c5812365ba0abeb81455793c826d84507bc7e7 Signed-off-by: su622b <su622b@att.com>
2020-03-11[DMaaP BC] Use common.service templateSylvain Desbureaux4-97/+49
Use the service template from common folder. Align Deployment with kubernetes v1.9+ stable APIs Fix case when PG AND AAF are not enabled Enable liveness and readiness probes. Issue-ID: OOM-1971 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic6232312ba28effeb8d911001bc05ed7752b2212
2020-03-10[DMaaP DR] Enable persistence for ClaimsSylvain Desbureaux5-8/+12
Currently, persistence was not enabled, preventing creation of relevant PV/PVC for DMaaP DR. Setting this persistence as it should be the normal behavior Issue-ID: OOM-2332 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ic36c0956d40333529d6325af38e33a9bc6838946
2020-03-09Merge "Reverting to AAF deployer@people.osaaf.org for cert distribution"Krzysztof Opasiak2-2/+2
2020-03-09Merge "[DMaaP MR] Use HTTPS only for external traffic"Krzysztof Opasiak5-276/+228
2020-03-06Reverting to AAF deployer@people.osaaf.org for cert distributionefiacor2-2/+2
Change-Id: I4882750ff11343b387dde0452f7bf65a4f612f80 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1405
2020-03-06Bump DMaaP DR versionefiacor2-2/+2
Change-Id: I7a37ab9a69fdb3232f68b908ea97a788fbab55a1 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1404
2020-03-06[DMaaP MR] Use HTTPS only for external trafficSylvain Desbureaux5-276/+228
Use the new template features to create two services for DMaaP Message Router: * One of ClusterIP type with HTTP AND HTTPS port, with the same name as before. * Another of NodePort type with HTTPS only port, with a new name (this one should be used only for external traffic) I've also replaced `tabs` iby spaces in two resources files so it's easier to read the configmap. Issue-ID: DMAAP-1400 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I394e0b5327ffe2605f0c4c8b134e49553b06232c
2020-03-05Merge "Disabling http ports on DMaaP"Krzysztof Opasiak2-3/+1
2020-03-04Use Frankfurt release of dmaap-bcDominic Lunanuova1-1/+1
Issue-ID: DMAAP-1363 Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Change-Id: I198b19a24f2b413f489376eb101efa75a4513ba0
2020-03-04Disabling http ports on DMaaPefiacor2-3/+1
Change-Id: I8cf5a6ac58d38c6e5c818259baf7d69615eb9803 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: DMAAP-1400