summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-03-26[SO] SDNC-adapter missing properties for the latest changesseshukm4-1/+34
Adding the missing oom properties for the sdnc adapter. Issue-ID: SO-3590 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id114848c88329db8317695391142483a43d1b6fb
2021-03-26[MULTICLOUD] Remove multicloud-azure from releaseKrzysztof Opasiak12-429/+0
multicloud-azure is descoped from H release Issue-ID: MULTICLOUD-1309 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I2350d6fe82ceae4e16ce9e5ef929c6e7d5d42c45 [Instead of disabling let's remove it] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-26Merge "[DMAAP][MR] Retrieve certs automatically"Krzysztof Opasiak15-80/+574
2021-03-26[DMAAP][MR] Retrieve certs automaticallySylvain Desbureaux15-80/+574
Instead of hardcoding certificates inside the container, use cert initializer in order to retrieve them automatically at start. Issue-ID: DMAAP-1547 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I7fcb8831539d8d9d5d25bcaae44a3c66672f7b1a
2021-03-25Merge "[VFC] Update image of components of VFC"Sylvain Desbureaux7-7/+7
2021-03-25Merge "[DOC][COMMON] Prepare Honolulu release"Krzysztof Opasiak428-2091/+1064
2021-03-25Merge "[ONAP] Upgrade crunchy image"Sylvain Desbureaux3-2/+6
2021-03-25Merge "[POLICY] Update RC0 released versions"Sylvain Desbureaux8-10/+11
2021-03-25[VFC] Update image of components of VFCdyh7-7/+7
Update the image version for VFC components Issue-ID: VFC-1803 Change-Id: I4b7d7f5118de04849fe6fcb027f32db4305781e0 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
2021-03-24[ONAP] Upgrade crunchy imageTomasz Pietruszkiewicz3-2/+6
Set the newest version of crunchy-postgres image. In this image python 2.x was replaced by python 3.x. The crunchy-postgres image is used in few projects in the ONAP, not only in vnfsdk. Change-Id: I1799b6be66312d2418878533775c741b286bec61 Issue-ID: VNFSDK-647 Signed-off-by: Tomasz Pietruszkiewicz <tomasz.pietruszkiewicz@nokia.com>
2021-03-24[POLICY] Update RC0 released versionsjhh8-10/+11
apex image: onap/policy-apex-pdp:2.5.1 api image: onap/policy-api:2.4.1 distribution image: onap/policy-distribution:2.5.1 pdpd-cl image: onap/policy-pdpd-cl:1.8.1 pap image: onap/policy-pap:2.4.1 xacml-pdp image: onap/policy-xacml-pdp:2.4.1 policy-clamp-backend image: onap/policy-clamp-backend:6.0.2 policy-clamp-frontend image: onap/policy-clamp-frontend:6.0.2 Issue-ID: POLICY-3127 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I1381c9f310adb0b310262cd242ed4883388fcbc3 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2021-03-24[DOC][COMMON] Prepare Honolulu releaseSylvain Desbureaux428-2091/+1064
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
2021-03-24[CPS] Add credentials for service basic authBruno Sakoto2-6/+24
Set environment variables for basic authentication to cps service. Username and password are provided from values file. If the password is not provided, it is generated from master password at deployment time. Issue-ID: CPS-175 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca> Change-Id: Icc2744b851cfd4288a3951f791f2bd284f4ad3ca
2021-03-24Merge "[DCAE] Policy-handler version revision for bugfix"Krzysztof Opasiak2-3/+3
2021-03-24Merge "[VID] Create an empty dir for cache"Sylvain Desbureaux1-0/+4
2021-03-24Merge "[CCSDK] Correct permissions of mounted configmaps"Sylvain Desbureaux1-1/+1
2021-03-24[VID] Create an empty dir for cacheSylvain Desbureaux1-0/+4
VID needs a cache folder. Currently, this caching feature doesn't work as cache folder can't be accessed. This patch allows the cache to be accessed. Issue-ID: VID-960 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Iea442f115e01919e82b14674249695d21c3197fe
2021-03-24Merge "[VID] Obfuscate truststore password at the entrypoint"Sylvain Desbureaux2-2/+4
2021-03-24[DCAE] Policy-handler version revision for bugfixvv770d2-3/+3
Updated requirements to address startup exception Revised log/cert path based on new image req. Change-Id: I371e4eb59c67e7fa6c27c6a732eafb356073d152 Issue-ID: DCAEGEN2-2652 Signed-off-by: vv770d <vv770d@att.com>
2021-03-24[CCSDK] Correct permissions of mounted configmapsKonrad Bańka1-1/+1
One configmap contains scripts that need to be executable. It turns out that by mistake such file permissions were granted to wrong volume by mistake. Issue-ID: CCSDK-2958 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: If02b4579981bcf3ba52304013f3be4ec43e2672c
2021-03-23[VID] Obfuscate truststore password at the entrypointKrzysztof Opasiak2-2/+4
VID unfortunately expects truststore password to be obfuscated instead of getting it in plain text. Current solution that we had in the master branch was only a temporary fix which hardcoded obfuscated password in our charts. This patch introduces a proper solution that uses jetty-util to obfuscate the password before starting VID application. Issue-ID: OOM-1 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I391c29b6552121fd0b574a1046b4c1551c1a927a
2021-03-23Merge "[CPS] Update with latest CPS image for Honululu"Krzysztof Opasiak3-2/+15
2021-03-23Merge "[DCAE] Revise to 4.4.2 CM container"Sylvain Desbureaux1-1/+1
2021-03-23[CPS] Update with latest CPS image for HonululuRishi.Chail3-2/+15
Added config for liquibase. Updated image for CPS. Issue-ID: CPS-256 Signed-off-by: Rishi.Chail <rishi.chail@est.tech> Change-Id: I6c1dd27fc29e21efced95de874b7ce723536c438
2021-03-22[DCAE] Revise to 4.4.2 CM containervv770d1-1/+1
Updated K8Splugin 3.8.0 (container policy-lib fixfor base64 encoding in py3) Change-Id: I5b32e06520c03d2151b45707a55e5e20f0c50584 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2671 Signed-off-by: vv770d <vv770d@att.com>
2021-03-22[DCAEGEN2] Fix configmap mountingMichal Banka2-3/+2
Removed 'subPath' field which blocks reloading mounted file when Configmap changes. Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I78614e06542392a7c39cd650fd5ae1f98108c365 Issue-ID: DCAEGEN2-2576
2021-03-22Merge "[VNFSDK] Automatically retrieve certificates"Krzysztof Opasiak12-5/+136
2021-03-22Merge "[DCAEGEN2] Deploy DCAE microservices via Helm"Krzysztof Opasiak60-0/+2175
2021-03-22Merge "[DOC] Installation guidelines for PaaS components"Sylvain Desbureaux2-1/+105
2021-03-22Merge "[DCAEMOD] Update healthcheck"Sylvain Desbureaux1-1/+1
2021-03-22Merge "[SDNC] Check existance of DB user before creation"Sylvain Desbureaux1-2/+2
2021-03-22Merge "[VID] Update VID to 8.0.2"Sylvain Desbureaux1-1/+1
2021-03-21[DCAEMOD] Update healthcheckRemigiusz Janeczek1-1/+1
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>
2021-03-21Merge "[CONTRIB][AWX] Fix Web Interface"Sylvain Desbureaux3-1/+107
2021-03-21Merge "[DCAEMOD] Update runtime-api image"Sylvain Desbureaux2-2/+8
2021-03-21Merge "[SDC] Update containers to 1.8.4"Sylvain Desbureaux4-9/+7
2021-03-21[SDNC] Check existance of DB user before creationandreasgeissler1-2/+2
When installing SDNC in a local DB, the execution of the DB initialisation job fails as the user already exists and granting the privileges to the DB is not executed. This patch will only create the user and DB if not already present. Issue-ID: OOM-2705 Signed-off-by: andreasgeissler <andreas-geissler@telekom.de> Change-Id: Iabfc90829cea1f98181caf3367c8f2b78de96c7f
2021-03-21[VID] Update VID to 8.0.2Ikramullah, Ikram1-1/+1
VID's Honolulu release image. Issue-ID: VID-958 Change-Id: Iad54bdeb02a9e361db5ca0d68d3487a1dc4d3150 Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
2021-03-21[DCAEGEN2] Deploy DCAE microservices via HelmJack Lucas60-0/+2175
Deploy DCAE microservices using Helm instead of having the DCAE bootstrap container deploy them using Cloudify. Charts for the microservices are found under oom/kubernetes/dcaegen2-services. Issue-ID: DCAEGEN2-2615 Issue-ID: DCAEGEN2-2617 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I22d88987ae8e21b3c08f31f13ffda98967d13297 [Use common secret template for secrets] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-21[DCAEMOD] Update runtime-api imageJoanna Jeremicz2-2/+8
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
2021-03-21Merge "[ROBOT] Add properties for DCAE MS healthcheck"Sylvain Desbureaux2-0/+9
2021-03-21Merge "[DCAE] Component revisions for H release"Sylvain Desbureaux2-6/+6
2021-03-21Merge "[OOF] Update containers to latest versions"Sylvain Desbureaux19-21/+82
2021-03-21[CONTRIB][AWX] Fix Web InterfaceOthman Touijer3-1/+107
Add NGINX configuration so it can be run as non root. Issue-ID: INT-1858 Signed-off-by: Othman Touijer <othman.touijer@soprasteria.com> Change-Id: I8e313a49db0dfadf5c180c4415c7237ffd3635f9
2021-03-21[SDC] Update containers to 1.8.4ChrisC4-9/+7
Updating SDC to Honolulu released containers. Issue-ID: SDC-3519 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Icac7469bdf9b8f283b76b86fa6fbae9c988e6051
2021-03-20[VNFSDK] Automatically retrieve certificatesSylvain Desbureaux12-5/+136
Instead of using hardcoded certificates, let's use certInitializer in order to retrieve them. Issue-ID: OOM-2696 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I6ed12dda660647cd0990c34f51e6c05ed533774a
2021-03-20[ROBOT] Add properties for DCAE MS healthcheckJack Lucas2-0/+9
Add global variables needed for robot to invoke MS healthcheck. Issue-ID: DCAEGEN2-2660 Issue-ID: DCAEGEN2-2615 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: I44fb209de59c077a7e446acac5a4c6ded6995775
2021-03-20[DCAE] Component revisions for H releasevv770d2-6/+6
DCAE Platform: - Policy Handler py3 updates DCAE Services updates under bootstrap: - Multiple component revision (refer change 118635 for details) Change-Id: I62b2aba8e701209c1bcc702269fdca238a50cbae Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-2382 Issue-ID: DCAEGEN2-2653 Issue-ID: DCAEGEN2-2494 Signed-off-by: vv770d <vv770d@att.com>
2021-03-20[OOF] Update containers to latest versionskrishnaa9619-21/+82
- OSDF: 3.0.4 - Fixed NST selection response - HAS: 2.1.4 - Fixed SDC interface - Fixed weak cryptography issues - CMSO: 2.3.2 - Fixed weak cryptography issues Chart changes - Remove encrypted password from CMSO and move it to k8s secret Issue-ID: OPTFRA-917 Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com> Change-Id: I1cf272f66f76412d5042fdf3ed3bcf1d461ab254
2021-03-20[AAI] Update babel sparky and model loader for java 11Harish Venkata Kajur3-3/+3
Updating the oom repo to use the java 11 docker images for the above microservices listed Issue-ID: AAI-2996 Issue-ID: AAI-3011 Issue-ID: AAI-3004 Change-Id: I1f575922e9107195da51d648cd1b733c82498bad Signed-off-by: Harish Venkata Kajur <vk250x@att.com>