aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes
AgeCommit message (Collapse)AuthorFilesLines
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-23Merge "[DCAE] Revise to 4.4.2 CM container"Sylvain Desbureaux1-1/+1
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
2021-03-09Merge "[COMMON] Fix postgres data persistence"Krzysztof Opasiak2-0/+5
2021-03-09[ROBOT] Set version to 1.7.3morganrol1-1/+1
due to the reinsourcing of the chart in OOM, I missed the guilin maintenance update from 1.7.2 to 1.7.3 There are ongoing discussions on the future of this pod It is not really used by the integration team but it may still be used by operation teams a mail has been sent to get a broader view on who is using this pod, references in use case documentation are also under investigation This pod shall be either remove or heaviliy refactored to follow the rules than the other ONAP components (no root, limits, no full distri no python 2.7, micro service approach,...) and it shall be launch out of onap namespaces (onap-testing) Meanwhile the master version shall be at least aligned with the guilin version.. Issue-ID: TEST-283 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I2709c6fa5046ad7f72ee86a75269dd4672386a3c
2021-03-08[COMMON] Fix postgres data persistenceBruno Sakoto2-0/+5
This changes fixes postgres data lost that occurs when postgres pods are restarting. When crunchy data postgres image starts, it runs /opt/cpm/bin/setenv.sh script to set PGDATA folder. This script contains: -- export PGDATA=/pgdata/$HOSTNAME if [[ -v PGDATA_PATH_OVERRIDE ]]; then export PGDATA=/pgdata/$PGDATA_PATH_OVERRIDE fi -- Since postgres is now a deployment (commit 0b243b600), its pod name is different on each startup, hence HOSTNAME and PGDATA are also different each time. This change is leveraging crunchy data PGDATA_PATH_OVERRIDE environment variable to set PGDATA to a fixed path. By default, this path is set to /pgdata/data. Issue-ID: CPS-271 Change-Id: Icc0f05d64230a98bc21d8f2a74c12c6661e05482 Signed-off-by: Bruno Sakoto <bruno.sakoto@bell.ca>
2021-03-08Merge "[VNFSDK] Use the newest image"Sylvain Desbureaux1-3/+3
2021-03-08Merge "[COMMON] Get rid of a few bashisms"Sylvain Desbureaux3-4/+3
2021-03-08Merge "[SO] Update camunda sql scripts for new version"Sylvain Desbureaux3-53/+115
2021-03-05[AAI][SPARKY] Disable Portal Spring Profilewr148d1-1/+1
In order for the aai ui to work properly in honolulu the portal profile is being turned off. Portal does not have the support needed and the future of the component in ONAP is uncertain. The AAI UI will still work in the portal with the profile turned off. It will just not use its authentication integration due to numerous issues dating back to Frankfurt. Issue-ID: AAI-2905 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I7e120a16ced18b174c20bd9098883cd0e0e5d717
2021-03-05[VNFSDK] Use the newest imageBogumil Zebek1-3/+3
The image contains code improvements, bug fixes implemented in release H. Issue-ID: VNFSDK-745 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I77fba727192a0b72cf6f30a7c52d46ed7df5ac67
2021-03-04Revert "[AAI][SPARKY] Automatically retrieve certs"Krzysztof Opasiak18-316/+105
This reverts commit a9a41d84026f059aae70f9042c0b99af5b72e619. aai-sparky-be with this patch fails often in the gate. I expect this to be related to this patch as the stack trace contains below error message: java.io.IOException: keystore password was incorrect Issue-ID: OOM-2683 Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com> Change-Id: I53650671eae700ef553b2f9158744ab72d881820