aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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>
2021-07-30Extend validity of expired cert in CCSDK ORAN A1 Policy ManagementRehanRaza2-0/+0
This is causing some unit tests failing. See the corresponding Jira ticket for details. The validity is now extended by 10 years. Change-Id: I0d86234a5c575be606f3b8ba3ab638f3cfa99d58 Issue-ID: CCSDK-3405 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2021-07-20Update image urlecaiyanlinux1-3/+3
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3374 Change-Id: Ia545f386dda39362d55736a9ef62c267c620dcb4
2021-06-07Bugfix disabling default swagger documentationPatrikBuhr1-1/+1
In the swagger release, generation of default swagger documentation is desabled (pet store). Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: I0fa8d8682ce5a77ea9c90990c5ba54fa9ffdd5c6
2021-06-07Fix Sonar issueselinuxhenrik2-8/+8
Issue-ID: CCSDK-3255 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Change-Id: Iaf070882fac078d3441748b6dfc7218b1ac1ab31
2021-05-21Merge "PMS documentation updates - A1 Istanbul"KAPIL SINGAL1-2/+4
2021-05-19PMS documentation updates - A1 IstanbulPatrikBuhr1-2/+4
Minor documentation updates. Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ia5ed3d8f4258d0bba104aa96b1de8c6ea01d3452
2021-05-19PMS Bugfix - A1 IstanbulPatrikBuhr7-9/+49
Bugfix, rejecting putting and getting configuratioon via REST if the consul is used (then the configuration file has no effect).. Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ia3b4a387f450b137b576a9d82ba2f7093a5839ef
2021-05-05PMS Persistent storage of service definitions - A1 IstanbulPatrikBuhr2-11/+45
Bugfix,only sending AVAILABLE notifications for RICs that has been successfully synched. Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech> Change-Id: Ic915c3d83a51ac23cb4652bda9ab696fc27bae3d
2021-04-30PMS Persistent storage of service definitions - A1 IstanbulPatrikBuhr16-64/+233
Storing or registerred services to survice a restart. Change-Id: If1b41d0a3c995b51bb93000caca5ecff9da6fbc1 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-04-20PMS Persistent storage of policies and type definitions - A1 IstanbulPatrikBuhr17-112/+155
Bugfix,improved traces, avoiding synch for RICs after restart. Change-Id: I35ae834cd73cde6b108b941aa0f2c43eeda9379e Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-04-08Merge "PMS Persistent storage of policies and type definitions - A1 Istanbul"Dan Timoney44-391/+611
2021-04-07PMS Persistent storage of policies and type definitions - A1 IstanbulPatrikBuhr44-391/+611
Policy types and type definitions are stored persistently to survive a restart of PMS. Change-Id: Ideae4dae5b6f9de2b82127e65ce5184d615c8fd4 Issue-ID: CCSDK-3256 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-03-26Ingnoring RIC faulty configuration entriesPatrikBuhr3-3/+19
Ignoring RIC figuration entries where the baseUrl is empty. Change-Id: I50e63c964375d009a927290ab1ba0895a7f8888c Issue-ID: CCSDK-3227 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-03-11Fix documentation for ccsdk/oranecaiyanlinux1-1/+1
Issue-ID: CCSDK-3201 Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: Ia9c5cef3b869804ad1d7ed7f4c82f217537b78c9
2021-03-11Roll master version for IstanbulDan Timoney13-25/+26
Roll versions of ccskd parent poms to 2.2.0-SNAPSHOT and of ccsdk/oran to 1.2.0-SNAPSHOT for Istanbul release Issue-ID: CCSDK-3190 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib719aa66623af275507edfc646217625d1acc00c
2021-03-10Merge "Small update to A1 PMS Readme for Honolulu - Proxy support"Dan Timoney1-0/+2
2021-03-10Fix documentation for ccsdk/oranRehanRaza2-3/+3
Change-Id: Ib1a116fc4bd3fecebdd13849fd9797e411706adc Issue-ID: CCSDK-3201 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2021-03-09Small update to A1 PMS Readme for Honolulu - Proxy supportJohnKeeney1-0/+2
Issue-ID: CCSDK-3201 Change-Id: Ibdcaccdb9fee8150cf5f05c00a3f63fa89033120 Signed-off-by: JohnKeeney <john.keeney@est.tech>
2021-03-09Updating documentation for HonoluluJohnKeeney6-56/+99
Change-Id: I2d049db7acb49e50e21963096d00b2bee6076d09 Signed-off-by: JohnKeeney <john.keeney@est.tech> Issue-ID: CCSDK-3201
2021-03-08Update release-notes.rst for ccsdk/oranRehanRaza1-23/+118
Change-Id: I1e1260eb76540db17ef26e9e2836e89ed2cceada Issue-ID: CCSDK-3201 Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
2021-03-08Documentation updatesPatrikBuhr1-14/+2
Change-Id: Idbfdc085cb25835ff0c77d6d1963fece4fb0fe24 Issue-ID: CCSDK-2966 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
2021-03-03Update image tag to SNAPSHOTecaiyanlinux1-1/+1
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: I0cba73e03ca46e051de752afdd759a85058bf27e Issue-ID: CCSDK-3140
2021-03-02Add testcase to CSITecaiyanlinux1-0/+16
Add deployment of NONRTRIC without SDNC to CSIT Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Change-Id: Iffcff58893f613d50e5698ac951ce9b95d93aa49 Issue-ID: CCSDK-3140
2021-03-02Add csit in project repoecaiyanlinux26-0/+1193
using scripts in the project repo for csit Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech> Issue-ID: CCSDK-3140 Change-Id: I08c0bbb55d6cd425c246362d40187738d26f2e43
2021-02-23Release 1.1.1 dockers and roll versionsDan Timoney13-24/+33
Release version 1.1.1 of alpolicymanagement service docker and roll versions to 1.1.2-SNAPSHOT Issue-ID: CCSDK-3179 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: If81245882f900401ce315a2a837a74e916e75e4d