summaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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 "[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>
2021-03-20[SO] Use truststore all keystoreSylvain Desbureaux18-54/+21
Truststore given by AAF is only giving ONAP root_ca. In order to have access to other platforms, we must also have all the other ones. As ONAP root ÇA and all known CAs are present in truststore All, let's use it. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I551b8e4a316dcf4f2dee1bf6c45327496a488cdd
2021-03-18Merge "[SO] Simplify cert retrieval script"Krzysztof Opasiak4-82/+5
2021-03-18[SO] Simplify cert retrieval scriptSylvain Desbureaux4-82/+5
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Also, as MSB is now using certInitialize, we don't need to onboard it's certificate. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I5b8ed861ab94b97f2de0d52a4e4385b97a4f5afc
2021-03-18[SDNC] Change path to daexim directory 2demskeq82-11/+1
remove wrong daexim link Issue-ID: SDNC-1475 Change-Id: I52d1da10082a6fee846461ce18fc0913aea85e18 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com>
2021-03-18Merge "[AAI] Update certs to be valid until Jan 2022"Sylvain Desbureaux5-6/+2
2021-03-18[AAF][SMS] Relax CPU limits for vaultSylvain Desbureaux1-2/+1
Current limits makes vault to throttle and at the end it's not able to start. This patch relaxes the CPU limit value so it should be better at start. Issue-ID: OOM-2230 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I4dc49dc7f0d03ba4140367d985264b7337b52417
2021-03-18[AAI] Update certs to be valid until Jan 2022Sylvain Desbureaux5-6/+2
Currently updating the sparky and generic certificates to be valid until jan 2022 Issue-ID: AAI-2841 Change-Id: I2591c8c7c629e5642c9e6c28070c2666542ad4f3 Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com> Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
2021-03-17[CONSUL] Updated odl passwordDan Timoney1-1/+1
Updated ODL password for jolokia query. The incorrect password is currently set, which is causing the SDNC log to be flooded with errors (failure every 15 seconds). Issue-ID: OOM-2707 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ie159b7cc93411cee5e40dac46a372c7a314887fe
2021-03-17[VID] Use obfuscated password for truststoreKrzysztof Opasiak1-3/+2
VID expects truststore password to be obfuscated using jetty-util. Issue-ID: OOM-1 Change-Id: I3d44524f7e89f026dfa27ac7d247028ccd598850 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-11Revert "[SO] Update camunda sql scripts for new version"Krzysztof Opasiak3-115/+53
This reverts commit 7f6e28db2121bbf4c1f574bbdb46a5e72ca8e363. Let's see if this helps with our E2E Issue-ID: OOM-1 Change-Id: Id46ee434d93697749b5cb5a174bd1d1e4bcb7c1c Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-03-09Merge "[CDS] Retrieve certificates automatically"Krzysztof Opasiak4-4/+37
2021-03-09Merge "[AAI][SPARKY] Disable Portal Spring Profile"Sylvain Desbureaux1-1/+1
2021-03-09Merge "[POLICY] Update released versions"Sylvain Desbureaux9-17/+18
2021-03-09Merge "[ROBOT] Set version to 1.7.3"Sylvain Desbureaux1-1/+1