summaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2020-06-18Prepare for java 11Benjamin, Max13-115/+81
final changes for java11 groovy compatibility removed unnecessary dependencies and cleaned up poms added missing jaxws-api dependency to pom.xml java8 profile is now active by default in parent pom update beans to have RemoteResource annotation always use the compiler plugin from parent pom Update external task timeout to longer value to hold lock update remote resource annotation to match catalog db client add remote resource annotation to bean for bowman completely remove bowman from requests db client Issue-ID: SO-2059 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If6f0df36e8077ccd703abce9f64290daed63955b
2020-06-16Merge "Fix Heatbridge auth for Keystone-v3"Lukasz Muszkieta6-12/+24
2020-06-16Merge "Change openstack to use the jersey connector"Lukasz Muszkieta1-2/+16
2020-06-16Change openstack to use the jersey connectorBoslet, Cory1-2/+16
Change openstack to use the jersey connector instead so the request/responses are logged Need the jersey dependancies and must use these versions Issue-ID: SO-2985 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1c420c72a318faf89fc05af5af667d6ac057d1bc
2020-06-10Fix for MDONS usecase SO-2967Srinivasan Ramanathan1-3/+6
Change-Id: Ic1bf13f6a2cb3974e090f4a13f5750242027e1c7 Issue-ID: SO-2967 Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
2020-06-09Fix Heatbridge auth for Keystone-v3Boslet, Cory6-12/+24
Fix Heatbridge auth for Keystone-v3 Issue-ID: SO-2980 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idacce2beebde14f43817ada59fb0d593504c6bdd
2020-06-03Fixed logging and have flow error on auditBoslet, Cory2-3/+3
Fixed logging and have flow error on audit failure. Issue-ID: SO-2973 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I712fece759deb651368b1eb4c524ddb0b0e46686
2020-06-03Merge "make sure maven plugins only run when we want"Steve Smokowski6-14/+19
2020-06-02make sure maven plugins only run when we wantBenjamin, Max6-14/+19
make sure maven plugins only run when we want Issue-ID: SO-2972 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I5fe1b4836f597cf6bda5fee02ca6c234c7917f33
2020-06-02Add null check for network nameSmokowski, Steven1-2/+4
Add null check for network name Issue-ID: SO-2971 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb3fe5f7b85157ddb29efec385b7a77ab3701249
2020-06-02Merge "Sonar fixes"Lukasz Muszkieta4-16/+14
2020-06-02Merge "Sonar fixes"Lukasz Muszkieta2-7/+60
2020-06-01Sonar fixesMateusz Gołuchowski4-16/+14
Changed input parameter for didCreateAuditFail. Now clients must pass object without Optional wrapper. Issue-ID: SO-1841 Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028498d5 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-05-29SOL003 Adapter removing duplicate codewaqas.ikram5-82/+38
Change-Id: Ibf6f2163516b852318b94510a793e25306a638b9 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-28Sonar fixesMateusz Goluchowski2-7/+60
Issue-ID: SO-1841 Change-Id: I96f7793e7e4d7871908f8dbbc1e4cd3a028495d5 Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
2020-05-27Fix for NPE in HeatbridgeLukasz Rajewski1-2/+2
Null is checked for network type which can be unknown. Issue-ID: SO-2953 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com> Change-Id: Iccf724eed5ec7d69b70eabbcf25bfafe1e8fe12b (cherry picked from commit 7c35f6dd4fd4b227f063036280a7f24728a198d8)
2020-05-27Merge "fixed some JUnits"Steve Smokowski2-0/+9
2020-05-26fixed some JUnitsRupinder2-0/+9
Issue-ID: SO-2804 Change-Id: I6589ea250ee95160febd40c55cbfbf1a81782b60 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-22added assert statements in JUnitsRupinder8-0/+13
Issue-ID: SO-2804 Change-Id: Iddb9630af826b719a6e55a974005e9a520401d8e Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-21Merge "Began adding pluging to lifecycle mapping"Steve Smokowski5-1/+92
2020-05-21Merge "etsi-sol002-adapter's support for vserver"Steve Smokowski7-30/+217
2020-05-20Began adding pluging to lifecycle mappingBoslet, Cory5-1/+92
Began adding pluging to lifecycle mapping metadata to get rid of eclipse workspace pom errors/markers Issue-ID: SO-2948 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I78946c59e6aaf440e014ed06e9ff476bac5c2613
2020-05-20Setup cache for getNovaClientPlummer, Brittany4-28/+116
Setup cache for getNovaClient Issue-ID: SO-2946 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I2031c684fee65d73c1528ec6a60c95c1c60de1d5
2020-05-20etsi-sol002-adapter's support for vserverPiotr Borelowski7-30/+217
Include vserver.vserver-name in the DMaaP event Issue-ID: SO-2901 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I2fa32624b9626802a8645cac0f00259bd170a9aa
2020-05-19Merge "put appropriate annotations"Lukasz Muszkieta2-13/+13
2020-05-18add null check for server HostName/Name/FlavorMnushkin, Dmitry2-11/+103
add null check for server HostName/Name/Flavor maven format file after build failure include relationship empty string verification add unit test to verify null/empty string update empty string validation code Issue-ID: SO-2912 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: If308469cd4ec0008a6d1a480641da890d67b4259
2020-05-14remove setting of the prov-statusBonkur, Venkat1-3/+0
remove setting of the prov-status on pserver Issue-ID: SO-2935 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6e4767c2a457962de26ec09923228bfa72e55a54
2020-05-14Merge "switch to docker-maven-plugin because that's all"Steve Smokowski5-5/+5
2020-05-14Merge "add image detail endpoint to openstack proxy"Steve Smokowski1-10/+1
2020-05-13switch to docker-maven-plugin because that's allBenjamin, Max5-5/+5
switch to docker-maven-plugin because that's all we need Issue-ID: SO-2933 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I65783d3a7c172f4ce7fc39d64a3987eeae58feed
2020-05-11Merge "Added to support to enabling l2 multicasting"Steve Smokowski1-0/+8
2020-05-11Merge "added queryImage method"Steve Smokowski1-0/+14
2020-05-08Added to support to enabling l2 multicastingBoslet, Cory1-0/+8
updated aai dependency Added to support to enabling l2 multicasting for lnterfaces. Issue-ID: SO-2914 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
2020-05-08interface getServiceOperationStatus in request-db-adapter not existhetengjiao2-0/+28
Issue-ID: SO-2905 Change-Id: I2f66a0efa2e0ba894c8750bdd4d302bcf8924103 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
2020-05-07add image detail endpoint to openstack proxySmokowski, Steven1-10/+1
Fix issue where Image had an outer wrapper Issue-ID: SO-2910 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ia823cf21c6014e513f49bacf84fd2a61a2724bcb
2020-05-07added queryImage methodSmokowski, Steven1-0/+14
Add queryImage method to openstack utils Issue-ID: SO-2909 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I4006dfb4a31e6cea5898f2782f4fe3f84f878212
2020-05-06updated code with parallel streams to normalKalkere Ramesh, Sharan2-5/+4
updated code with parallel streams to normal streams Issue-ID: SO-2904 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ifb9c3644b1129f593acde31b57b0bb3ec24074d2
2020-05-06put appropriate annotationsRupinder2-13/+13
Issue-ID: SO-2804 Change-Id: I325543a52c13f7bb02c6cf3c30bf9f878617c3c0 Signed-off-by: Rupinder <rupinsi1@in.ibm.com>
2020-05-04Merge "Fix BBS integration issue"Seshu Kumar M2-7/+10
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram60-38/+37
Change-Id: Iffa86178559a3bdd541e72c2d134e05dba2bd569 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-01Refactor SOL003 Adapter to organize its moduleswaqas.ikram100-522/+529
Change-Id: I6025f6b1975ead19284edcea76607b62a3bcbc17 Issue-ID: SO-2771 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-05-01Merge "Fight against the encoding in openstack"Steve Smokowski1-2/+5
2020-04-30Fix for SO-2855waqas.ikram5-41/+63
Change-Id: Ic60becb234f43a086bec5e594885422ceeda210f Issue-ID: SO-2855 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-04-30Fix BBS integration issueramu.n2-7/+10
Issue-ID: SO-2827 Change-Id: I292094db2740632cefc9962ab5bf6028b51bdbb8 Signed-off-by: ramu.n <ramu.n@huawei.com>
2020-04-30Merge "Fix Parsing Of Etsi Catalog Notifications"Byung-Woo Jun6-78/+110
2020-04-30Merge "mso to support rollback for"Steve Smokowski1-9/+11
2020-04-30Merge "rename package for external use"Steve Smokowski32-83/+82
2020-04-30Fight against the encoding in openstackSmokowski, Steven1-2/+5
Fight against the encoding in openstack Fight against the encoding in openstack Issue-ID: SO-2854 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I239093e28f835a5de480f07b480c5ec3931ccc83
2020-04-30Merge "Health url addition"Seshu Kumar M9-4/+30
2020-04-30Fix Parsing Of Etsi Catalog NotificationsAndrewLamb6-78/+110
Change-Id: I18290572d7569d8260d185284546db491ae78768 Issue-ID: SO-2825 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>