Age | Commit message (Collapse) | Author | Files | Lines |
|
Updating the documentation and bumping version to 8.0.0
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6f942f1466fed64264c44fb8fc0e1ffc93a98f18
|
|
Old healthcheck used older K8S api version because of which
all of dcaemod components were reported as unavailable.
Issue-ID: DCAEGEN2-2673
Change-Id: I04d6806e81865bea095cfbb33e38e7dee2fa75f7
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
|
|
Update BPGenerator 1.7.3:
- Update default k8splugin import
- Externalize resource limits defaults for generated blueprints.
Issue-ID: DCAEGEN2-2636
Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
Change-Id: I5a0ce9ced5ebbe7e48eccd9fdb056d4bf58dc34e
|
|
- onboarding-api to 2.12.5
Change-Id: I41ba718ece435874542a7d111f58c33dc9300a6f
Issue-ID: DCAEGEN2-2627
Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
|
|
Update after vulnerability removal of underlying project
dependencies:
- update springfox libraries to version 3.0.0
Issue-ID: DCAEGEN2-2595
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: If098e5b0350ae3950e1f04d6928d1e653bed42d5
|
|
- runtime-api to 1.2.1
- onboarding-api to 2.12.4
Issue-ID: DCAEGEN2-1179
Issue-ID: DCAEGEN2-2441
Issue-ID: DCAEGEN2-2546
Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com>
Change-Id: I04dfb7c9dd9c797bf48f1fb507b84719f3f3b171
|
|
Update runtime-api image to 1.2.0
Set k8splugin import in runtime-api to range: >=3.4.3,<4.0.0
Issue-ID: DCAEGEN2-2529
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I9e6b77c728904d0c87648470d71d4a0bcf7fdc75
|
|
Instead of globally choosing between virtualhosts and path based
ingress, it's better to allow to choose it per component.
Issue-ID: OOM-2641
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I952826d03722693ebae7c95a083b95bf83752d68
|
|
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
|
|
This commit makes DCAE Mod chart to use the new generator for repositories and
images.
Issue-ID: OOM-2364
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I35a04b043e78b9247a466c2f9b0d4041147a1d7a
|
|
|
|
Signed-off-by: Jakub Latusek <j.latusek@samsung.com>
Change-Id: I4526b5320d2444f108ff267b12eb79af94e27d35
Issue-ID: OOM-2562
|
|
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
|
|
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
|
|
|
|
Fix blueprint generator bugs
Issue-ID: DCAEGEN2-2459
Issue-ID: DCAEGEN2-2460
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I0893ac6db7787427c89b11ee603adbf9800121f3
|
|
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>
|
|
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
|
|
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>
|
|
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
|
|
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
|
|
- 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>
|
|
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
|
|
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>
|
|
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
|
|
Use images that do not run as root
Issue-ID: DCAEGEN2-2170
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I5766128c6005ba0087f8eb469e74386c4c9f310b
|
|
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>
|
|
Issue-ID: OOM-2051
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0b497c942fed2d7f2e218b3879117ac272828d73
|
|
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
|
|
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>
|