Age | Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
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
|
|
Sorting of compatible policy type IDs
Issue-ID: CCSDK-3495
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I9b092b82a24e951f0ac1f446b37cc0db2d644e3a
|
|
API documentation updates.
Issue-ID: CCSDK-3495
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ib4f5cfd437a1bad99528d19dcec61f6dc521593b
|
|
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
|
|
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>
|
|
Use Silicon SR2 parent pom
Issue-ID: CCSDK-3513
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Id0caa5d8a91eba27518a54305c0ff3908e100c14
|
|
Minor simplifications.
Issue-ID: CCSDK-3495
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Id90cf9dfeb2b56561baf19391ddc858fc762888c
|
|
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
|
|
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
|
|
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
|
|
Jakarta
Bugfix, wrong behviour using old application.yaml files.
Issue-ID: CCSDK-3468
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I66013a62b550366f48665b0ecf30939dc8f4e0b5
|
|
Roll versions to set up for Jakarta release
Issue-ID: CCSDK-3470
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I1be3ccf25603616a7df651e2d9ba593f2779bc70
|
|
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
|
|
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
|
|
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>
|
|
|
|
Issue-ID: CCSDK-3421
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: Ic474388cbe59c848e1f4693ba1bf258e77852d98
|
|
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
|
|
Issue-ID: CCSDK-3421
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I66bec17ab17d189740c50d6cc8af473b5a0fbbd4
|
|
Issue-ID: CCSDK-3421
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Change-Id: I6fc0f78806dd46b6824433304fa89d97c66e9aa5
|
|
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>
|
|
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>
|
|
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
|
|
Issue-ID: CCSDK-3255
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
Change-Id: Iaf070882fac078d3441748b6dfc7218b1ac1ab31
|
|
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
|
|
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
|
|
Storing or registerred services to survice a restart.
Change-Id: If1b41d0a3c995b51bb93000caca5ecff9da6fbc1
Issue-ID: CCSDK-3256
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Bugfix,improved traces, avoiding synch for RICs after restart.
Change-Id: I35ae834cd73cde6b108b941aa0f2c43eeda9379e
Issue-ID: CCSDK-3256
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
|
|
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>
|
|
Ignoring RIC figuration entries where the baseUrl is empty.
Change-Id: I50e63c964375d009a927290ab1ba0895a7f8888c
Issue-ID: CCSDK-3227
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
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
|
|
Issue-ID: CCSDK-3201
Change-Id: Ibdcaccdb9fee8150cf5f05c00a3f63fa89033120
Signed-off-by: JohnKeeney <john.keeney@est.tech>
|
|
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
|
|
Using swagger3 and improving the API documatation.
Change-Id: I31f7783e0a6e6fd7698c68e5df6f2d306bce6816
Issue-ID: CCSDK-3127
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Change-Id: I71b340cb63f3ea6f8814638517ad4482ed30c662
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
|
|
Update parent pom versions to match OpenDaylight Aluminum SR1 version
(2.1.1-SNAPSHOT)
Issue-ID: CCSDK-3107
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5c6cb9c8ce46ba682a456b074d719b5c17fa0646
|
|
The springboot version was updated to the latest 2.3.8.RELEASE in org.onap.ccsdk.parent
Hence, the pom file should have the new version as a parent.
Change-Id: Ibb76e6f334a923dec6212aea0634701c07fcd149
Issue-ID: CCSDK-3108
Signed-off-by: RehanRaza <muhammad.rehan.raza@est.tech>
|
|
Change-Id: I2a02145c48fd4b022b2e17b157760bd7ddb8128f
Issue-ID: CCSDK-3077
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Replaced the copied pms api files under offered api with symlinks.
Change-Id: I9421fdb959078e5de1a20987f3c2a2fa626bb25d
Issue-ID: CCSDK-3077
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Issue-ID: CCSDK-3054
Change-Id: I0281e616b58bb405b4f79d046af5c30b82753ea0
Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
|
|
Change-Id: If25daa12d270a43928f583d3a5cbc2258bb426d9
Issue-ID: CCSDK-2966
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Change-Id: I3f3091c76b926425f9a2187e43dd03a1cdb4bda6
Issue-ID: CCSDK-2736
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
|
|
If the httpproxy parameters is missing in the application.yaml, the application will run and no proxies will be used.
Previously it did not start.
Change-Id: I5f532a0f106255cc3e30defc8191f674d8bf3731
Issue-ID: CCSDK-2966
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
|
|
Release initial Honolulu version of ccsdk/oran and roll
version to next snapshot
Issue-ID: CCSDK-3002
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic01df9fa3332aa0010743cba7cd4d49e898f25f0
|
|
Corrected config so that PUT config receives an object intestead of a string
Change-Id: Id784cc2840a2e2e981b0c4e874b8a848964e00ea
Issue-ID: CCSDK-2966
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
|
|
Change-Id: I0a9b8624eda84d74b0f7f00a4981917255744d26
Issue-ID: CCSDK-2966
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
|
|
Change-Id: If05cec191896c6290086b8c3c1464f589a95e104
Issue-ID: CCSDK-2966
Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech>
|