aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/dcaemod
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30[COMMON][DOC] Bump version GuilinSylvain Desbureaux16-24/+24
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-22Merge "[Tree-wide] Add helmignore to ignore components"Sylvain Desbureaux1-0/+1
2020-10-21[DCAEMOD] change comment styleJakub Latusek26-5/+57
Signed-off-by: Jakub Latusek <j.latusek@samsung.com> Change-Id: I4526b5320d2444f108ff267b12eb79af94e27d35 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-7/+9
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-09Merge "[DCAEMOD] Update runtimeapi to version 1.1.1"Sylvain Desbureaux1-1/+1
2020-10-08[DCAEMOD] Update runtimeapi to version 1.1.1Remigiusz Janeczek1-1/+1
Fix blueprint generator bugs Issue-ID: DCAEGEN2-2459 Issue-ID: DCAEGEN2-2460 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I0893ac6db7787427c89b11ee603adbf9800121f3
2020-10-06[DCAE MOD - CMPv2] Change of runtime-api configkjaniak1-1/+1
Changed runtime-api config: version of k8splugin in order to allow generation of correct blueprint during dynamic component deployment in DCAE. Change-Id: I9c68ad4395951d0d9306eca9177fa40e18b2ce76 Issue-ID: DCAEGEN2-1794 Signed-off-by: kjaniak <kornel.janiak@nokia.com>
2020-09-25[DCAEMOD] Update runtime-api version to 1.1.0Remigiusz Janeczek1-1/+1
Fix bug where blueprint created with runtime-api has empty plugin import which prevented deployment using cloudify Update bpgenerator (library) to java 11 Issue-ID: DCAEGEN2-2454 Issue-ID: DCAEGEN2-2289 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I41f858d77c86e4ee4b87ab8aa24b3d7cce288310
2020-09-23[DCAE] Revise components versionvv770d2-2/+2
Python3.8 Support - dcae-config-binding-service - dcaemod-distributor-api - dcaemod-onboarding-api Java11 - dcae-dashboard - dcae-inventory-api Other Enahancement/Bug fixes - dcae-dashboard - dcae-deployment-handler Change-Id: I35ecdc726600a9822016bca9f500f6521d912ff8 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2292 Issue-ID: DCAEGEN2-2022 Issue-ID: DCAEGEN2-2074 Issue-ID: DCAEGEN2-2298 Issue-ID: DCAEGEN2-2452 Signed-off-by: vv770d <vv770d@att.com>
2020-09-11[Tree-Wide] Reference ports by name not indexKrzysztof Opasiak1-2/+2
Referencing anything based on its position on alist can be really fragile and har to debug. As we already have a convenience template that allows us to access the port based on its name let's make sure that everyone is using it. Issue-ID: OOM-1971 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: Id25cb9d9e48f39f46786ea9e9a432b0c51130c50
2020-09-04[GENERAL] Use readiness container v3.0.1Sylvain Desbureaux10-20/+13
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-08-24[DCAEMOD] Guilin updates for SECCOM and other enhancementsvv770d4-10/+16
- RuntimeAPI support for DmaapPlugin integration + java11 - Security vulnerability updates for Genprocessor, RuntimeAPI - OnboardingAPI offline support Change-Id: I2009a22cc24d7f7446f76e4ada76e22dd252945d Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-1996 Issue-ID: DCAEGEN2-2271 Issue-ID: DCAEGEN2-2272 Issue-ID: DCAEGEN2-2221 Signed-off-by: vv770d <vv770d@att.com>
2020-06-25[DCAE][DCAEMOD] Deploy R7 container imagesJack Lucas10-2/+282
Deploy new versions of cm-container, k8s-bootstrap-container and healthcheck-container for DCAE. Deploy a healthcheck-container for DCAEMOD. Add readiness checks for aaf-cm for dcae-cloudify-manager, dcae-inventory-api, and dcae-config-binding-service, to avoid crash loops in the init phase. Issue-ID: DCAEGEN2-2099 Issue-ID: DCAEGEN2-1789 Issue-ID: DCAEGEN2-2236 Issue-ID: DCAEGEN2-1864 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I473a0cd0e3e00d39e6c33d87781581ec527fbc89
2020-04-09dcae version revisionVijay Venkatesh Kumar1-1/+1
1.12.5 bootstrap DL 1.0.2 (non root) PMSH 1.0.3 (bug fixes) 1.0.3 MOD/runtime (bug fix) Change-Id: If5dba38f38dbafb18d310183d6ac2a481989b06f Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-2194 Issue-ID: DCAEGEN2-2171 Issue-ID: DCAEGEN2-2181 Issue-ID: DCAEGEN2-2173 Issue-ID: DCAEGEN2-2175 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-04-02Bump chart versionSylvain Desbureaux7-8/+8
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-03-31Update MOD component versionsJack Lucas6-15/+30
Use images that do not run as root Issue-ID: DCAEGEN2-2170 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: I5766128c6005ba0087f8eb469e74386c4c9f310b
2020-03-31Revise dcae container versionVijay Venkatesh Kumar1-1/+1
dcae-bootstrap update include below blueprint updates Tcagen2 1.0.1 VES 1.5.4 DL Handlers (Admin & Feeder) VES Mapper, RESTConf, Heartbeat RunTime API Bp-gen version 1.3.1 Change-Id: I1c76d0b5eb63c65459925c7b3296629175765e71 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1891 Issue-ID: DCAEGEN2-2107 Issue-ID: DCAEGEN2-2129 Issue-ID: DCAEGEN2-2098 Issue-ID: DCAEGEN2-2041 Issue-ID: DCAEGEN2-2145 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
2020-03-25[DCAEMOD] Use faster version of common secret templateKrzysztof Opasiak6-8/+9
Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I0b497c942fed2d7f2e218b3879117ac272828d73
2020-03-18R6 updates for dcaegen2/dcaemodJack Lucas2-1/+19
Update to bootstrap container 1.12.2 Update to dashboard container 1.3.2 Update to prh 1.5.2 Make runtime-api imports configurable Issue-ID: CCSDK-2158 Issue-ID: DCAEGEN2-2088 Issue-ID: DCAEGEN2-2105 Issue-ID: DCAEGEN2-2120 Issue-ID: DCAEGEN2-2127 Issue-ID: DCAEGEN2-2128 Signed-off-by: Jack Lucas <jflucas@research.att.com> Change-Id: Ie335fc866bc5360bbfc8200fc0e1712b64e05e1b
2020-03-13Add dcaemod chartsJack Lucas47-0/+1724
Issue-ID: DCAEGEN2-1866 Change-Id: I0179e1e75529ad8017b1a5c23747dbd80aa6f625 Signed-off-by: Jack Lucas <jflucas@research.att.com> Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>