summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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 Geerebaert4-71/+1
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-25Add JAVA_OPTS, SERVER_PORT and NBI_URL environment variableaosull012-84/+0
Issue-ID: EXTAPI-417 Signed-off-by: aosull01 <adrian.osullivan@huawei.com> Change-Id: Ie8e65f65ea1a23ca27f0965a59a523dda70a4476
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 OSullivan7-13/+85
2020-01-10Add support for HTTPS with self signed certificatesMatthieu Geerebaert7-13/+85
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 Geerebaert144-3499/+3176
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_APIromaingimbert16-31/+1736
- 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/mapaosull013-2/+55
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 Geerebaert3-4/+7
2019-10-23NBI to SO: new Header paramsromaingimbert3-4/+7
- 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 Orderaosull016-885/+1198
Change-Id: I36d30f8f4e38400d594215fce2a54a3beea77f2c Issue-ID: EXTAPI-294 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-09-04Improve license scan resultMatthieu Geerebaert7-10/+86
Update pom.xml with new extension for mvn license:check and license:format Change-Id: Ib3fb1334178f4e4700b84c59f4a2af928b8f6207 Issue-ID: EXTAPI-306 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.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)Vodafone19-369/+417
Change-Id: I11dbe477db3310ef054b2e894e8005b0f8e4be96 Issue-ID: EXTAPI-204 Co-authored-by: madhuri.verma@vodafone.com Signed-off-by: Vodafone <onap@vodafone.com>
2019-04-02Update NBI version to 4romaingimbert5-5/+5
-change nbi version to 4.0.0 -change path to v4 Change-Id: Idc35e25fa13625b0916909d5030fcb458561a3fa Issue-ID: EXTAPI-220 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-29Test Cases & Modification of ExtApi Listener Implementationakanshad6-3/+71
Issue-ID: EXTAPI-204 Change-Id: I3526151c16c6fba111bec78635a32ffbed8d81b8 Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-26Merge "ExtApi Listener Implementation"Matthieu Geerebaert8-24/+304
2019-03-26Merge "Service Catalog - json schema reference"Matthieu Geerebaert1-0/+28
2019-03-25Service Catalog - json schema referenceromaingimbert1-0/+28
-add test Change-Id: I790913f3ff71d603dfeb7349f3023f3affcb8f46 Issue-ID: EXTAPI-105 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-03-25ExtApi Listener Implementationakanshad8-24/+304
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 Geerebaert10-301/+363
2019-03-18Integrate sdc notificationromaingimbert10-301/+363
-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 referenceakanshad10-49/+445
Issue-ID: EXTAPI-105 Change-Id: I4877636508135a2f7a77dab86dbe6a126070e9ff Signed-off-by: akanshad <akansha.dua@amdocs.com>
2019-03-12change url onap statusromaingimbert5-7/+127
-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 responsesaosull014-6/+11
Change-Id: I818902bb04dc9464764ee52efb309df20e18e652 Issue-ID: EXTAPI-210 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-07Improve nbi statusromaingimbert48-139/+523
-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-06Reduce log outputMatthieuGeerebaert3-10/+38
At startup and testing phase Disable spring logging Change-Id: Ia357e8528a57204be34be94e45a745380de49653 Issue-ID: EXTAPI-207 Signed-off-by: MatthieuGeerebaert <matthieu.geerebaert@orange.com>
2019-03-05Use SDC Tosca Jar to extract and parse SDC CSARaosull017-590/+467
Change-Id: I0e8261ed338eaafa35bb663f95a19fe97be57652 Issue-ID: EXTAPI-205 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-03-01Add DMaaP Integration to retrieve AAI-EVENTaosull0114-204/+749
Change-Id: I94e5eec12fe22b1785a00de530e080a842f37a40 Issue-ID: EXTAPI-201 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-02-21Merge "Update to Spring Boot 2"Eric Debeau10-116/+137
2019-02-08Use node query with format optionaosull017-230/+415
Change-Id: Ie29472147bbbc661a5fe9419407727e84d6f8dfe Issue-ID: EXTAPI-199 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-02-06node query for service instance queryaosull0119-58/+102
Change-Id: I7147f76b65a02e61f804ff5fd1304e47a983e092 Issue-ID: EXTAPI-194 Signed-off-by: aosull01 <adrian.osullivan@huawei.com>
2019-02-01Update to Spring Boot 2romaingimbert10-116/+137
-update pom dependencies -fix code -fix test Change-Id: I23c3c702c598ce46e5b861a2fbdfd06f2d439c51 Issue-ID: EXTAPI-192 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-31return hub after creationromaingimbert1-9/+4
-change hubresource Change-Id: I0a9f52ac3e4bebb20c4ef468c3f9d263cdc961c0 Issue-ID: EXTAPI-195 Signed-off-by: romaingimbert <romain.gimbert@orange.com>
2019-01-31multiple identical hubromaingimbert5-21/+56
-change hubresource -add test Change-Id: Ibb8ef363b84d9bcff83b1786cf7547a7660f957e Issue-ID: EXTAPI-187 Signed-off-by: romaingimbert <romain.gimbert@orange.com>