summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06[COMMON][MARIADB] Give higher requests/limitsSylvain Desbureaux3-7/+9
With stability tests, we see that mariadb gets OOM killed and has some CPU throttling. Putting higher limits in order to make it no happen. Scaling also replicas from VFC and APPC db from 3 to 1. Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I2699b34ac5fcaa805c6fc01592c5a5f607b17fae
2021-05-06Merge "[PORTAL] Simplify cert retrieval script"Sylvain Desbureaux2-8/+6
2021-05-05Merge "[MSB] Simplify cert retrieval script"Krzysztof Opasiak2-42/+24
2021-05-05Merge "[POLICY] Simplify cert retrieval script"Krzysztof Opasiak8-28/+4
2021-05-05Merge "[SDC] Simplify cert retrieval script"Krzysztof Opasiak5-15/+15
2021-05-05Merge "[ROBOT] Bumb 1.8.0 for Honolulu"Krzysztof Opasiak1-1/+1
2021-05-04[ROBOT] Bumb 1.8.0 for Honolulumorganrol1-1/+1
This version include the robot test updates based on honolulu testing campaign Please note that this pod is not used in CI, we systematically rebuild the xtesting dockers However the robot pod shall be aligned for the release Issue-ID: TEST-335 Signed-off-by: morganrol <morgan.richomme@orange.com> Change-Id: I1ab7bca94097332089d584d2af583ddfc9114d9e
2021-05-03Merge "[CDS] Add startup probe"Sylvain Desbureaux6-8/+23
2021-05-03[CDS] Add startup probeJozsef Csongvai6-8/+23
When cds runs in cluster mode it needs longer startup time. Also bump image tags to 1.1.4, and change defaults to disable cluster mode and set replicas=1 Issue-ID: CCSDK-3275 Change-Id: Iec2eaeb2edf0cc2f9b29e35431d0e642e3b6d998 Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
2021-05-03Merge "[DCAE] Dashboard container revision"Sylvain Desbureaux1-7/+7
2021-05-03[SDC] Simplify cert retrieval scriptSylvain Desbureaux5-15/+15
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I609be11acfcb4895354dd049839af3cffb48bcbd
2021-05-03[PORTAL] Simplify cert retrieval scriptSylvain Desbureaux2-8/+6
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ifdd2ce7387d00e0a0c341c395f4454393d3f321d
2021-05-02[MSB] Simplify cert retrieval scriptSylvain Desbureaux2-42/+24
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib53df46942e96a9ed9fb60a423eb4307f0b29988
2021-05-02[POLICY] Simplify cert retrieval scriptSylvain Desbureaux8-28/+4
As retrieving values is now done via a generic script, let's clean a little bit cert retrieval in order to remove unneeded part. Issue-ID: OOM-2688 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ieec9fe0ba23c7d7125086e0882a20a038c25a128
2021-04-30[DCAE] Common template update for policy sidecarvv770d4-1/+86
Template enhanced to include policy sidecar support for DCAE components Issue-ID: DCAEGEN2-2689 Change-Id: Ida7eeadbcc2df2af9579fdda939d0427a7963b63 Signed-off-by: vv770d <vv770d@att.com>
2021-04-30Merge "[PMS] Persistent storage of policies and type definitions"Sylvain Desbureaux4-4/+124
2021-04-30Merge "[CPS] Remove duplicate configuration"Sylvain Desbureaux3-3/+20
2021-04-30Merge "[DCEAGEN] Add app-config volume mount to common dceagen2 template"Sylvain Desbureaux1-2/+2
2021-04-30Merge "[DCAEGEN2] Set env variables from secrets"Sylvain Desbureaux1-6/+51
2021-04-30[DCAE] Dashboard container revisionvv770d1-7/+7
bugfix & switch to integration-java11:8.0.0 base image increase readiness timeout Error noticed is possibly due to resource contraint bumping up requests limit Change-Id: I8cbe3e1706a184a95cd64abc99d285fb64151dcf Signed-off-by: vv770d <vv770d@att.com> Issue-ID: INT-1864 Issue-ID: CCSDK-3233 Signed-off-by: vv770d <vv770d@att.com>
2021-04-29[CPS] Remove duplicate configurationRenu Kumari3-3/+20
1. Introduced spring profiles to override default properties value 2. Added config.additional to provide an ability to add properties without changing chart Issue-ID: CPS-320 Signed-off-by: Renu Kumari <renu.kumari@bell.ca> Change-Id: If621ad7c5f69f3398a8eae54d5fa6c563cfcba22
2021-04-29[DCEAGEN] Add app-config volume mount to common dceagen2 templateBartosz Gardziejewski1-2/+2
Mount volume containing app configuration to all deployments in dcaegen2 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Issue-ID: DCAEGEN2-2692 Change-Id: I414c44633f7dd1b0a37b135e5cbc2f2111494a0b
2021-04-29[DCAEGEN2] Set env variables from secretsJack Lucas1-6/+51
Enhances the dcaegen2-services-common deployment template to allow setting environment variables for a DCAE microservice container from a secret Issue-ID: DCAEGEN2-2687 Change-Id: I8452cd1f52e941c0a3ebd15eb39b1eecc97a0ded Signed-off-by: Jack Lucas <jflos@sonoris.net> [Fail the deployment if one of required params is not provided] Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2021-04-29[SO] Bump versions to resolve the CNFO issuesseshukm7-7/+7
The fix for blocking issue of 1. SO-CDS interaction and 2. post instantiate flag Issue-ID: SO-3628 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: Id09c1e04e8063dd1fb5cae47b5c17bc43d028d57
2021-04-29[PMS] Persistent storage of policies and type definitionsPatrikBuhr4-4/+124
Policy types and type definitions are stored persistently to survive a restart of PMS. Added persistent volume claim. Change-Id: Ia947bb71a6bdee3a8e576337b2870c54ee3c08f9 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-04-29Merge "[CDS][MARIADB] Use specific configuration"Krzysztof Opasiak1-0/+120
2021-04-29Merge "[SDC] Add chart for helm-validator microservice"Krzysztof Opasiak7-0/+170
2021-04-28[CDS][MARIADB] Use specific configurationSylvain Desbureaux1-0/+120
CDS seems to not behave well with new configuration. This patch move back to the previous one only for CDS. Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I3b5d1a42229ac8c9a3799008462834fad58d6db1
2021-04-28[SDC] Add chart for helm-validator microserviceRemigiusz Janeczek7-0/+170
Add microservice for SDC that allows to validate Helm charts package with various versions of Helm Issue-ID: SDC-3185 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: Ic9c4305175d6418d472ac6554b661bfde89ed17d
2021-04-27Merge "[COMMON] Fix condition equality bashisms"Krzysztof Opasiak17-46/+46
2021-04-27Merge "[AAI] Keycloak integration into aai-resources updates"Krzysztof Opasiak2-5/+15
2021-04-27Merge "[DOC] Decrease Sphinx tox profiles logs verbosity"Krzysztof Opasiak1-2/+2
2021-04-27Merge "[PLATFORM] Generate Cert-Service certs with Cert-Manager"Sylvain Desbureaux19-334/+247
2021-04-26[COMMON][MARIADB] Align conf with camunda needsSylvain Desbureaux1-0/+6
Camunda has given a guide in order to configure camunda (https://docs.camunda.org/manual/latest/user-guide/process-engine/database/mariadb-galera-configuration/). Applying it to ONAP camunda configuration. gitlint-ignore: B1, body-max-line-length Issue-ID: INT-1883 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ie0cb1c70e4271496ffd5e51ce1d816785f88689f
2021-04-24[DOC] Decrease Sphinx tox profiles logs verbosityguillaume.lambert1-2/+2
to ease gate failures analysis as proposed by Eric. Issue-ID: DOC-710 Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com> Change-Id: Ic59da02bc65ca9d5b584c48429215760fe4130da
2021-04-24[SDC] Update SDC to 1.8.5ChrisC4-7/+7
Bugfixes only for Honolulu RC2 including SDC-3557 SDC-3551 SDC-3545 SDC-3533 SDC-3528 Issue-ID: SDC-3555 Signed-off-by: ChrisC <christophe.closset@intl.att.com> Change-Id: Ie48ae7e04a755f84831b7f436a6c4ddbf14e4b8c
2021-04-23Merge "[SDNC] Bump version to install license/bug fix"Sylvain Desbureaux5-5/+5
2021-04-22[SDNC] Bump version to install license/bug fixDan Timoney5-5/+5
Version bump on sdnc images to install license fix to address issue identified in latest license scan, and to install fix for bug in basic_vm_model test (SDNC-1515) Issue-ID: SDNC-1507 Issue-ID: SDNC-1515 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I80721c0ce88ce2654b637d7f6748441496a684e6
2021-04-22[PLATFORM] Generate Cert-Service certs with Cert-ManagerPiotr Marcinkiewicz19-334/+247
Utilize Cert-Manager to secure communication between Cert-Service and its clients, adjust templates and configs. Issue-ID: OOM-2712 Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> Change-Id: I96426b1a184b4d254575e76d29214d9deda08cce Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
2021-04-22[AAI] Keycloak integration into aai-resources updatesroger yuan2-5/+15
fix Keycloak integration into aai-resources PR by replacing all hard coded values with reference values in values.yaml file. Issue-ID: AAI-3326 Signed-off-by: Roger Yuan <roger.yuan@yoppworks.com> Change-Id: Ie8bd900d6512ad171ed3a5977a2f7e9e1c1da5ab
2021-04-21[OOF] Remove so-simulator from CMSOkrishnaa965-17/+6
so-simulator has been kept in place as a side car for cmso testing which is no longer required, hence removing it Issue-ID: OOM-2714 Signed-off-by: krishna moorthy <krishna.moorthy6@wipro.com> Change-Id: I6d681e9dbe0e61c5b2a1501f7a9d9398e5bb98eb
2021-04-19Merge "[COMMON] Fix function declarations bashisms"Sylvain Desbureaux6-8/+8
2021-04-16[MULTICLOUD] Update k8splugin imageKonrad Bańka1-1/+1
Update k8splugin image with one containing Honolulu RC2 Bugfixes: MULTICLOUD-1311, MULTICLOUD-1308, MULTICLOUD-1307. Issue-ID: MULTICLOUD-1307 Issue-ID: MULTICLOUD-1308 Issue-ID: MULTICLOUD-1311 Issue-ID: MULTICLOUD-1295 Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I97c7a263e81453d1db710fe5121f3f3720cb06ca
2021-04-16[SO] Honolulu versions for CNF adapter, oof adapter and nssmf adapterseshukm6-9/+9
The sub-components of the SO that are depend on the latest SO core component. Issue-ID: SO-3473 Signed-off-by: seshukm <seshu.kumar.m@huawei.com> Change-Id: I7528df6aeac00bb2c64b4659185ab7f72d4f2aff
2021-04-16[COMMON] Fix condition equality bashismsGuillaume Lambert17-46/+46
pointed out by checkbashisms. $ mycmd=$(tox -e checkbashisms | grep "(should be 'b = a')" | sed -e "s@^[^.]*\(.[^ ]*\) line \([0-9]*\) .*@sed -i -e '\2s/==/=/g' \1;@") $ eval $mycmd Issue-ID: OOM-2643 Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com> Change-Id: I9032130bc4717e111de11a73187c2f1052376e45
2021-04-16Merge "[DMAAP-MR] Bump MR image version"Krzysztof Opasiak2-2/+2
2021-04-16Merge "[DOC] Installation guidelines for Cert-Manager"Krzysztof Opasiak1-4/+6
2021-04-16Merge "[CPS] Bump CPS versions for RC1 bug fixes"Krzysztof Opasiak3-6/+12
2021-04-15[CPS] Bump CPS versions for RC1 bug fixesputhuparambil.aditya3-6/+12
Bump CPS images to version 1.0.1 to install bug fixes discovered between M3 and RC1. Overview of these can be see in https://jira.onap.org/browse/CPS-319 Issue-ID: CPS-304 Issue-ID: CPS-249 Issue-ID: CPS-276 Issue-ID: CPS-288 Issue-ID: CPS-290 Issue-ID: CPS-292 Issue-ID: CPS-300 Issue-ID: CPS-308 Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca> Change-Id: I732a0be8b557dd125ae61f538eb77ed96f5dc2db Signed-off-by: puthuparambil.aditya <aditya.puthuparambil@bell.ca>
2021-04-15[DOC] Installation guidelines for Cert-ManagerSylwia Jakubek1-4/+6
This patch adds a table of contents to make it more convenient to browse through the document Issue-ID: OOM-2701 Signed-off-by: Sylwia Jakubek <sylwia.jakubek@nokia.com> Change-Id: I3fcfaac2bd1ef00db6482db7826edc8567f10296