aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28Release version 1.3.0 of ccsdk/oranDan Timoney14-13/+18
Release version 1.3.0 of ccsdk/oran maven artifacts and roll to next snapshot Issue-ID: CCSDK-1672 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I97510311b16e8fcfe9886960f52e821a4f5b9e13
2022-03-28Release Jakarta dockers for ccsdk/oranDan Timoney1-0/+9
Release Jakarta version of ccsdk/oran dockers Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Icde6c7e5ab86a7633cb16126eb3580fd6e821195
2022-03-28Merge "Use released parent pom 2.3.3"1.3.0KAPIL SINGAL11-11/+11
2022-03-28Add new committer - Jozsef CsongvaiDan Timoney1-0/+8
Add Jozsef Csongvai as committer Issue-ID: CCSDK-3613 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I879da73ef0abbc3c65062123b7523a536dba6197
2022-03-28Use released parent pom 2.3.3Dan Timoney11-11/+11
Use released 2.3.3 version of parent pom Issue-ID: CCSDK-3604 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I94a8cf014d34c27e8901e411e072d9d98bdd2950
2022-03-28Merge "NONRTRIC Minor changes"Dan Timoney10-131/+121
2022-03-25NONRTRIC Minor changesPatrikBuhr10-131/+121
Some version updated and changes related to swagger documentation generation. Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I59311f5fd09face79e9dce185c65374522dcb40e
2022-03-14Use phosphorus version of parentsDan Timoney11-11/+11
Update to use phosphorus version of parent poms Issue-ID: CCSDK-3568 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia7e0847f5dbc0dd1f75ddecc2326c902de7bc560
2022-03-07Remove retired committersDan Timoney1-15/+9
Remove retired committers Brinda, Nicolas and Jack Issue-ID: CCSDK-3599 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I2cd9799a3b8684f6a7b02005e358183dd9f43620
2022-02-10NONRTRIC Improved tracesPatrikBuhr3-11/+30
Improved traces Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I1ef76b859e24f4ea503c8e28e503528c98de4342
2022-02-09Updated Lock to avoid starvationPatrikBuhr13-64/+141
The lock class is made more greedy so all locks are granted in the requested order. Previously, an exclusive lock could be discriminated. Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: If2dd171409c58eacbccce9569b2f6694e09992a2
2022-02-01NONRTRIC - 3PP dependency version updatePatrikBuhr3-10/+9
Updated json version +Also fixed a trace message Issue-ID: CCSDK-3581 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I68cfebdd1fdfbc72683d85e9e9bcd201eb7d1e85
2022-01-24Merge "Fixed a unittest so it does not open an http port"Dan Timoney1-0/+7
2022-01-21Fixed a unittest so it does not open an http portPatrikBuhr1-0/+7
Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I697f6fa780109f4a8fae399b4da882e06036ec15
2022-01-14Update a test that is failing on windowsJohnKeeney1-2/+4
Issue-ID: CCSDK-3560 Change-Id: I8e5cc80af234b97ba319fe1bf2551e2b999eb858 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2022-01-12PMS, Removed use of CBSPatrikBuhr3-31/+3
Documentation updates Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I0e9e5fe4eefb8a95936596f5484c5b7cebc66717
2022-01-12PMS, Removed use of CBSPatrikBuhr12-493/+22
Removing usage of the deprecated component CBS, which was used for application configuration data. Change-Id: I11fbc1ff6e6caa1af448bc2918f4364777094e25 Issue-ID: CCSDK-3560 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2022-01-10A1 Policy Management, Removal of deprecated APIPatrikBuhr17-4270/+115
The V1 of the policy management API is removed from the code. Issue-ID: CCSDK-3559 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I0b5cde71770fca3826ad18025094d1c8423f4cf3
2022-01-05A1 Policy ManagementPatrikBuhr4-34/+43
Prepare to step springboot fwk to version 2.6.2 Adding a log statement Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I33fcba31de2ffc259d3366056f979141816f0fb2
2022-01-03Upgrade to log4j2 2.17.1Dan Timoney11-11/+11
Update to use version 2.17.1 to resolve log4shell vulnerability Issue-ID: CCSDK-3556 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I68deb34263c51a0c507a42e0a2a7c12ee6165d8e
2021-12-29A1 Policy ManagementPatrikBuhr7-20/+36
Sorting of compatible policy type IDs Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I9b092b82a24e951f0ac1f446b37cc0db2d644e3a
2021-12-27A1 Policy ManagementPatrikBuhr2-1/+345
API documentation updates. Enabled actuator API documentation generation. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I023a97ffad23fb926fbe1a49e8dc33488579ebf3
2021-11-30A1 Policy ManagementPatrikBuhr4-18/+347
API documentation updates. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ib4f5cfd437a1bad99528d19dcec61f6dc521593b
2021-11-29A1 Policy ManagementPatrikBuhr9-50/+19
Removed regexp parameter due to sonar warning. Skipping reading of config file unless it has been changed. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I27bece78c99e0354cd476bb2e060788d40f2cbaf
2021-11-26oran uses outdated snapshot parenthighstreetherbert11-11/+11
Move to release version Issue-ID: CCSDK-3535 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I9bd06cf30f4b62ac14a2cd7a079d79da2470a053 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
2021-11-15Use Silicon SR2 parentDan Timoney11-11/+11
Use Silicon SR2 parent pom Issue-ID: CCSDK-3513 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Id0caa5d8a91eba27518a54305c0ff3908e100c14
2021-11-11A1 Policy ManagementPatrikBuhr7-75/+63
Minor simplifications. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Id90cf9dfeb2b56561baf19391ddc858fc762888c
2021-10-28Use version 2.3.0 of parent pomsDan Timoney11-12/+12
Use released version 2.3.0 of parent pom to avoid compile errors due to removing aged-out snapshot version Issue-ID: CCSDK-3511 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I17c461e44874a16b67ce18e6b178528e4f7c9ee1
2021-10-22Improve CSIT scriptsecaiyanlinux3-3/+6
Help trouble shooting Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: Iab7421a4f306dd490645c61c49a0748aa80f1b66 Issue-ID: CCSDK-3433
2021-10-22Leverage upper-constraints files to pin all dependenciesCédric Ollivier2-17/+5
It leverages the latest change from lfdocs-conf and the upper-constraints.txt now centralized in ONAP docs. In a long run, upperconstraints.os.txt should be removed once ONAP is synced with OpenStack. It removes tox and setuptools from requirements as nothing depends on them (most requirements should be removed except lfdocsconf) Issue-ID: DOC-765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> Change-Id: I73e7342ecadeb2d7ec3cfac44efaf4dd87b09596
2021-10-15Improving searching for policy types - A1 JakartaPatrikBuhr21-218/+558
The querying for supported policy types is enhanced so that an application can get a list of all policy types that are compatible with a given version. This means added query parameters for GET types. Simplified exception handling. Issue-ID: CCSDK-3495 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Iedc2267e4fe2b5e2c17d688e315893c354379930
2021-10-11Create a json schema for validation of the configuration of the A1 PMS - A1 ↵PatrikBuhr5-13/+20
Jakarta Enabling the feature by default and fixing so that the schema can be loaded from the jar. Issue-ID: CCSDK-3468 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I49a41b9124b74d5019200cc9b6eb48c5d46b043d
2021-10-07Create a json schema for validation of the configuration of the A1 PMS - A1 ↵PatrikBuhr1-1/+1
Jakarta Bugfix, wrong behviour using old application.yaml files. Issue-ID: CCSDK-3468 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I66013a62b550366f48665b0ecf30939dc8f4e0b5
2021-09-27Update to support sli version rangeDan Timoney1-12/+4
Update to use ccsdk.sli.version from ccsdk/parent, which is set to version range for Jakarta Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ia0ed7a231b0f1be4cae36a711f292b903c45886a
2021-09-24Update sdnc image tag for csitecaiyanlinux1-3/+3
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: Idc528793a052f357672867a4a769683239802749 Issue-ID: CCSDK-3433
2021-09-23Roll versions for JakartaDan Timoney13-25/+25
Roll versions to set up for Jakarta release Issue-ID: CCSDK-3470 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I1be3ccf25603616a7df651e2d9ba593f2779bc70
2021-09-22Create a json schema for validation of the configuration of the A1 PMS - A1 ↵PatrikBuhr13-20/+252
Jakarta To create a json schema to be used for validation of the PMS configuration. The schema shall be used by PMS. It can also be used by the end user. The documentation should be updated on how can be done. Issue-ID: CCSDK-3468 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I9932fa42ff40681098764c8dc84ac201bb3fabaf
2021-09-17Update documentation for proxy support in A1 adapterychacon2-0/+12
Issue-ID: CCSDK-3458 Signed-off-by: ychacon <yennifer.chacon@est.tech> Change-Id: I44a00efe92019c1db2205267e4faa0a6864bb0fc
2021-09-16Release version 1.2.1 maven artifactsDan Timoney14-14/+19
Release version 1.2.1 of ccsdk/oran maven artifacts and roll version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0b68436318696939d679cbb3edc3bad032b50a24
2021-09-16Release version 1.2.1 ORAN dockerDan Timoney1-0/+9
Release version 1.2.1 of ORAN a1 policy mgr docker Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I27ec7824ea50fa677522cea9f0a7523dc1a03392
2021-09-14Policy Management Service, support for SEC4 and SEC5 - A1 Jakarta1.2.1PatrikBuhr4-3/+14
Added support for using protocols SEC4 and SEC5 between the PMS and a HTTP proxy in order to make that communication encrypted. Change-Id: Ia0e992d2bc41db67203ec75a94c84aeecf77bdce Issue-ID: CCSDK-3459 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-09-14Fix version of sliDan Timoney1-1/+1
Update to use version 1.3.1 (initial Istanbul) of ccsdk/sli Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5677f8b319d75cea10f0c0042fb2db2ffc575589
2021-09-02Improvement & Enhancement of csit testsecaiyanlinux8-61/+96
Improve integration with sdnc Use env variables to replace image urls & tags Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3433 Change-Id: Id6d6e428e5ddba018b50710710d077613d02b2e8
2021-09-01Merge "Release initial Istanbul ccsdk/oran maven artifacts"KAPIL SINGAL14-35/+30
2021-09-01Bugfix, timing issue in a unittest (3rd)PatrikBuhr1-55/+54
Issue-ID: CCSDK-3421 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ic474388cbe59c848e1f4693ba1bf258e77852d98
2021-08-31Release initial Istanbul ccsdk/oran maven artifactsDan Timoney14-35/+30
Release initial Istanbul version of ccsdk/oran maven artifacts and roll version Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I78165d6240472c048f121fcbe07413b7a7418c66
2021-08-31Release initial Istanbul ccsdk/oran dockersDan Timoney1-0/+9
Release initial Istanbul version of ccsdk/oran docker Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I5b514be589c0756e2e42076fd6c22e4cd34365ae
2021-08-26Bugfix, timing issue in a unittest1.2.0PatrikBuhr1-8/+8
Issue-ID: CCSDK-3421 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I66bec17ab17d189740c50d6cc8af473b5a0fbbd4
2021-08-19Bugfix, timing issue in a unittestPatrikBuhr1-1/+7
Issue-ID: CCSDK-3421 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I6fc0f78806dd46b6824433304fa89d97c66e9aa5
2021-08-18Update springboot version of the Policy Management Service (version 2.5)PatrikBuhr13-43/+42
This required some changes due to not backwards compatible changes. - The API to springboot WebClient is changed, which is wrapped in class AsyncRestClient. - The validation of trusted certs is made more strict. The Owner field of the peer cert must contain the name ofthe using host. The uniitest tests this, so the cert in config is updated (Owner is "localhost"). Change-Id: Ia954b0ee5942884cd4b9fd82769bc8089dc35c53 Issue-ID: CCSDK-3421 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>