aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java
AgeCommit message (Collapse)AuthorFilesLines
2022-04-08Fix multiple instantations via serviceOrdernellix931-2/+18
Change-Id: Ic591a263c69d38151fad0921f57cf168fda9a875 Signed-off-by: nellix93 <aniellopaolo.malinconico@guest.telecomitalia.it> Issue-ID: EXTAPI-602
2020-11-30Error in NBI serviceSpecification APIaleemraja1-16/+18
- Fix for NBI serviceSpecification API Error in case of Nested Services. - Added check for null and empty for groupProperties. Issue-ID: EXTAPI-535 Change-Id: Ibbbbbd2d7021c16ea6291cc111e210ae26200135 Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2020-09-16Enhancement to SO macro flow support7.0.2aleemraja2-3/+9
- Added skip_post_instantiation_configuration as Vnf Level Params - Decision to set k8s-rb-profile name as default or not Issue-ID: EXTAPI-513 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: I6bb9786660f6760c19669132e2c254e7f9b23323
2020-09-09Preparing the request payload (action = delete) for calling SO macro flowsujitsatapathy2-2/+29
code changes for delete action. Issue-ID: EXTAPI-448 Change-Id: I6bb9786660f6760c15008132e2c254e7f9b89654 Signed-off-by: sujitsatapathy <SS00626741@techmahindra.com>
2020-08-26Implementation for TMF 633 API - POST /serviceSpecificationNikhilMohan5-22/+144
Issue-ID: EXTAPI-488 Signed-off-by: nikhil mohan <nikmohan81@gmail.com> Change-Id: I382e3b2bfbde656508bcfb0c86e748f21a7790d2
2020-08-26Transformation of request/response payloads for SDC Integration for POST ↵renrak1511-0/+1269
/serviceSpecification Swagger changes and model classes Issue-ID: EXTAPI-487 Change-Id: I1ae29c643fe9c84856e3e0ec08e0776e724924d0 Signed-off-by: renrak15 <renrak15@gmail.com>
2020-08-24Merge "Implement E2EService activation/deactivation for NetworkSlicing"Adrian OSullivan8-25/+231
2020-08-24Implement E2EService activation/deactivation for NetworkSlicingPriyadharshini8-25/+231
Issue-ID: EXTAPI-502 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I0fa7221bfdeaa0c8c94c10719adbbf4b4605504f
2020-08-20Passing Instance params for SO Macro requestaleemraja3-7/+141
- Added Support for Instance params for SO Macro request at Service level and VNF level. - Added JUnit Test cases for ExecutionTask and ToscaInfoProcessor. - Updated timeout for StatusResourceTest. Issue-ID: EXTAPI-369 Change-Id: Ibbbbbd2d7021c16ea6291cc899e310ae26200999 Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2020-07-16Preparing the request payload for calling SO macro flow.aleemraja10-75/+621
- Added JUnit Test cases and Kararte test for service catalog. - Added test case for Execution Task for Macro Flow. - Modified RequestDetails and RequestInfo to match with SO Macro request payload. - Added k8s configuration in application.properties. Issue-ID: EXTAPI-368 Signed-off-by: aleemraja <ar00500721@techmahindra.com> Change-Id: Ibbbbbd2d7021c16ea6291cc899e310ae26200833 Signed-off-by: aleemraja <ar00500721@techmahindra.com>
2020-05-06Added fix for EXTAPI-197: MSB registrationgautamk1891-137/+0
Issue-ID: EXTAPI-197 Signed-off-by: gautamk189 <gautamkr@hcl.com> Change-Id: Iea7628481f0ba80b6e5593231c87fec96749b92a
2020-04-15Update SO POST API for serviceInstances6.0.3aosull011-1/+1
Issue-ID: EXTAPI-431 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: Ieadbfb3ff3bc15664b7526c3ee8e8d628d6af4d7
2020-04-09Fix logger in SoClientPriyadharshini1-1/+1
Issue-ID: EXTAPI-428 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ib925680be755b62a332507b45b27af62ca951731
2020-04-07Add exception to logs for DMaaP check AAI-EVENTS, bump to 6.0.2 for testing RC0aosull011-162/+166
Issue-ID: EXTAPI-426 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: Ieb4d9fb238ae93234cf26f25e714b509e583d980
2020-04-01Fix Category Check for E2E Network slicing use casePriyadharshini4-1/+8
Issue-ID: EXTAPI-423 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: I98af0879c71564e9ad9c6a7efb8cb57ae407e8f4
2020-03-26Remove dead code around ssl support & activate tomcat port logMatthieu Geerebaert1-47/+0
Log INFO: o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8443 (https) Change-Id: Iae79e7fbc1ea104afe881dcfbcff294d3938ec38 Issue-ID: EXTAPI-418 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2020-03-20Fix sonar issuesArindam Mondal1-8/+9
Issue-ID: EXTAPI-416 +) Format logger ++) remove toString() Change-Id: Ic119a752fa7624f4363706457e25b43d72671361 Signed-off-by: Arindam Mondal <arind.mondal@samsung.com>
2020-02-04Implement serviceType handling for E2E network slicingPriyadharshini4-12/+28
Issue-ID: EXTAPI-380 Signed-off-by: Priyadharshini <priyadharshini.b96@wipro.com> Change-Id: Ib4cc70fd1b7a43b9bfe4a73659af5cc6f1b2f972
2020-01-13Security improvementMatthieu Geerebaert1-2/+2
Update dependencies to reduce security threat ( see jenkins clm ) Change-Id: I09165f017853dfe37caefdbae1f390c224198297 Issue-ID: EXTAPI-377 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2020-01-13Merge "Add support for HTTPS with self signed certificates"Adrian OSullivan1-0/+47
2020-01-10Add support for HTTPS with self signed certificatesMatthieu Geerebaert1-0/+47
Dual port 8080 & 8443 Change-Id: I4acda5a1064a62d663243be810b1e3d3e458e742 Issue-ID: EXTAPI-255 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2020-01-10Identify whether the Service is of A-la-carte or macro typeSunilB3-0/+45
Issue-ID: EXTAPI-367 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I281936af78a0bbb7b08f7e96fd64015eaa4a6b5a
2019-12-13Format Java code with respect to ONAP Code StyleMatthieu Geerebaert137-2279/+2040
Change-Id: I9025c97ffd2997bfba0dcfb9caec8b7be6ae090c Issue-ID: EXTAPI-372 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-12-11Update SO request to use GR_API instead of VNF_APIromaingimbert10-19/+179
- add GR_API to so request - request to AAI to retrieve cloud owner id -add status "inprogress" after check Issue-ID: EXTAPI-337 Signed-off-by: romaingimbert <romain.gimbert@orange.com> Change-Id: I34911a3c785aac24f5feb71fede36a142f8fcffe
2019-11-13Fix issue with null Pointer for Inputs of type list/mapaosull011-2/+7
Issue-ID: EXTAPI-354 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: I5650233598618982c023fa5b786b049981efbaca
2019-10-23Merge "NBI to SO: cloudowner value"Matthieu Geerebaert2-4/+20
2019-10-23Merge "NBI to SO: new Header params"Matthieu Geerebaert1-4/+4
2019-10-23NBI to SO: new Header paramsromaingimbert1-4/+4
- add header productFamilyId X-ONAP-PartnerName -b remove other headers Issue-ID: EXTAPI-342 Signed-off-by: romaingimbert <romain.gimbert@orange.com> Change-Id: I152cc025f628fb3ee3307e057eb630690bc7d39e
2019-10-22NBI to SO: cloudowner valueromaingimbert2-4/+20
- cloudowner value to be taken from application.properties Issue-ID: EXTAPI-343 Signed-off-by: romaingimbert <romain.gimbert@orange.com> Change-Id: I8eafb7e6e8f7ec12c6542ec93f8dd452ad1f137d
2019-10-22productFamilyId : SO API evolutionromaingimbert1-11/+0
- delete productFamilyId Issue-ID: EXTAPI-340 Signed-off-by: romaingimbert <romain.gimbert@orange.com> Change-Id: Ic89c6ab1ae6186d212c1ad382ec3bdaf7a1fc41c
2019-10-15Add support for object characteristic type in Service Orderaosull012-229/+296
Change-Id: I36d30f8f4e38400d594215fce2a54a3beea77f2c Issue-ID: EXTAPI-294 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-08-23make aai paths consistentaosull011-1/+1
Change-Id: Ie4e7617294c318dc3dc11666c027faa7a678d4f0 Issue-ID: EXTAPI-293 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-08-08Correct content-type sent to SDC for check connectivityaosull011-0/+2
Change-Id: I2e2fbd8dc30902a4c337c244291fb46ad5ae7eb6 Issue-ID: EXTAPI-287 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-05-24Merge "permissions failing when tosca parsing"Matthieu Geerebaert1-2/+6
2019-05-24permissions failing when tosca parsingromaingimbert1-2/+6
-fix dockerfile -add check in sdcclient Change-Id: I84fcbf6289a692168def37ee50c3c3b33945e15f Issue-ID: EXTAPI-249 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-05-22Disable SDC distribution topic pollingaosull011-1/+2
Change-Id: Icfae90e55fff828eda647ca31af5e15fbdca26b5 Issue-ID: EXTAPI-248 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-04-12CCVPN (East-west Interface)Vodafone13-299/+328
Change-Id: I11dbe477db3310ef054b2e894e8005b0f8e4be96 Issue-ID: EXTAPI-204 Co-authored-by: madhuri.verma@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
2019-03-29Test Cases & Modification of ExtApi Listener Implementationakanshad2-1/+1
Issue-ID: EXTAPI-204 Change-Id: I3526151c16c6fba111bec78635a32ffbed8d81b8 Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-26Merge "ExtApi Listener Implementation"Matthieu Geerebaert6-22/+299
2019-03-25ExtApi Listener Implementationakanshad6-22/+299
Issue-ID: EXTAPI-204 Change-Id: I0a698068e8c5ea6e3860ff376540b239f7eeb86a Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-22Handle null orchestration-statusaosull011-173/+175
Change-Id: Iaf0a036c2e49e5b3ac7dcdbd3442adf0b368c21b Issue-ID: EXTAPI-224 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-21Remove logging from scehduled pollingaosull011-250/+262
Change-Id: Ia70ee01e4a0755c63fe84de40749847677da5dc9 Issue-ID: EXTAPI-221 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-19Merge "Integrate sdc notification"Matthieu Geerebaert8-299/+359
2019-03-18Integrate sdc notificationromaingimbert8-299/+359
-refactor code -beggining implementation Change-Id: I9f66d64d9a375ef96e0248f85e2c06828f1063eb Issue-ID: EXTAPI-158 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-15Service Catalog - json schema referenceakanshad8-33/+363
Issue-ID: EXTAPI-105 Change-Id: I4877636508135a2f7a77dab86dbe6a126070e9ff Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-12change url onap statusromaingimbert2-4/+4
-change healtcheck of aai and sdc for nbi status -change test Change-Id: I38a962d3725f53458dd7b66af6a26d8f6efe745c Issue-ID: EXTAPI-212 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-08add href to service inventory responsesaosull012-0/+5
Change-Id: I818902bb04dc9464764ee52efb309df20e18e652 Issue-ID: EXTAPI-210 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-07Improve nbi statusromaingimbert12-138/+351
-add components to check connectivity with onap (sdc, aai, so, dmaap) -activate full status with ?fullStatus=true -change test -change mock tests folders Change-Id: Iddcd7fce3c1b3b5abfea14c46b2f611f27057319 Issue-ID: EXTAPI-209 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-05Use SDC Tosca Jar to extract and parse SDC CSARaosull012-348/+119
Change-Id: I0e8261ed338eaafa35bb663f95a19fe97be57652 Issue-ID: EXTAPI-205 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-01Add DMaaP Integration to retrieve AAI-EVENTaosull019-142/+545
Change-Id: I94e5eec12fe22b1785a00de530e080a842f37a40 Issue-ID: EXTAPI-201 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>