aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-05-06Merge "[COMMON][CERTINIT] Generate cert with certInit"Krzysztof Opasiak7-2/+137
2021-05-06Merge "[DOC] Release Notes for Honolulu"Krzysztof Opasiak1-5/+40
2021-05-06Merge "[COMMON][CASSANDRA] Use Startup probes"Krzysztof Opasiak2-4/+22
2021-05-06Merge "[COMMON][CERTS] Allow to provide custom certs easily"Krzysztof Opasiak3-1/+34
2021-05-06Merge "[POLICY] Add force to clamp-be db script"Krzysztof Opasiak1-1/+1
2021-05-06Merge "[COMMON][MUSIC] Simplify cert retrieval script"Krzysztof Opasiak1-2/+1
2021-05-06[DOC] Release Notes for HonoluluSylvain Desbureaux1-5/+40
Updating release notes to match work done for Honolulu. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: Ib63c3ad04efead593ec8ff941f2877b76455cbc3
2021-05-06[POLICY] Add force to clamp-be db scriptsebdet1-1/+1
Add a force flag so that clamp can be mounted even if the db already exists Issue-ID: POLICY-3161 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I784c354378fbad3281b9adc55ff7aa0bc2ef3510
2021-05-06[COMMON][CERTS] Allow to provide custom certs easilySylvain Desbureaux3-1/+34
Instead of mandating to provide custom certificates before creation of helm packages, let's propose to include certificates from a known secret or configmap. The current implementation will first search for secret and if not provided will look for configmap. Issue-ID: OOM-2731 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If2f90adc18efe59c0516db9409964a236bd17a66
2021-05-06[COMMON][CERTINIT] Generate cert with certInitSylvain Desbureaux7-2/+137
Some components are http based but want to be usable from outside world. Instead of dealing with TLS part on the component itself, let's use certInitializer to generate a secret with the certs which will be usable by Ingress Issue-ID: SO-3078 Issue-ID: SO-3237 Issue-ID: CPS-281 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If166716d159586b1eb94c111e9d3d82a54c2fd6e
2021-05-06Merge "[PORTAL] Simplify cert retrieval script"Sylvain Desbureaux2-8/+6
2021-05-06[COMMON][CASSANDRA] Use Startup probesSylvain Desbureaux2-4/+22
Instead of long initial delay on readiness and liveness probes, use startup probes and be more aggressive on readiness and liveness. Issue-ID: OOM-2741 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: If60f345fd1e11fd1419cee58efb7d53e56dc5c79
2021-05-06[COMMON][MUSIC] Simplify cert retrieval scriptSylvain Desbureaux1-2/+1
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: I9da14ac5079b2888352bccb8eae984c8421d900f
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>