aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-adapters-rest-interface/src/main
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Fix multicloud query of non-existant stackEric Multanen1-0/+1
Fix handling of Not Found status for multicloud plugin query of a workload. Change-Id: Ie33b8728bf71fbcf0eaaa6496520351404928a36 Issue-ID: SO-1821 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-04-20always convert values toString for xml marshallingBenjamin, Max (mb388a)2-2/+26
always convert values toString for xml marshalling added in null check and object mapper call Change-Id: Ie91c313dce110d53586e6773e2223d63be799a54 Issue-ID: SO-1786 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-08Replaced all tabs with spaces in java and pom.xmlBenjamin, Max (mb388a)116-5158/+5076
Added in maven plugins to enforce coding style rules Added in eclipse java formatting xml Change-Id: I3727bbf4ce8dc66abfd8ad21b6cfd0890c5d3ff0 Issue-ID: SO-1765 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-22Multicloud VNF adapter use updated multicloud APIEric Multanen1-5/+19
Update the Multicloud plugin adapter to use the the enhanced multicloud infra_workload API. Mainly involves adding the user_directives and the vf-module model IDs to the call. Change-Id: I7ab78a8a304dbd61a5743ec67bb839037861ef9d Issue-ID: SO-1446 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-03-19Add cloudOwner to VNF adapter callEric Multanen10-33/+126
The BPMN layer has the CloudRegion which includes the CloudOwner attribute, but this is not passed to the VNF adapter layer. Calls to the Multicloud infrastructure workload need the CloudOwner as well. This patch adds CloudOwner to the VNF adapter API. While the intended usage is primarily for the multicloud adapter, it touches a log of other files - though those do not make use of it at this point. Change-Id: I88028096fbd84fc3fe5d53786c70b3c8806bb711 Issue-ID: SO-1447 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-03-13Openstack adapter can't resolve HEAT parameterBenjamin, Max (mb388a)7-2/+161
only cast to Element if value is of that type added XmlAccessorType annotations to classes map of string, object now correctly maps with jaxb Null comma delimited lists can convert to null as well Handle null values all types in input parameters map. Change-Id: Ic46ed31c05b8f8551d39b2267ae731829abfc1f0 Issue-ID: SO-1617 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01vnf spin up gr api vnf s base module failsBenjamin, Max (mb388a)4-12/+12
map object representations of json back to json strings marshal all objects to json strings before sending all input params converted to Map<String, Object> Updated userParams map from HashMap<String, String> to Map<String, Object> as HashMap<String, String> userParams was causing VNF spin up to fail. Input json in Userparams was not accepted as a valid json format. Updated other files that were affected by this change. Change-Id: I0c00fc00c4c11b54ace4df7be8d5bfc80d41d130 Issue-ID: SO-1582 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-02-25Removed MsoLogger in 'mso-adapters-rest-interface'r.bogacki9-41/+57
Removed MsoLogger from adapters ('mso-adapters-rest-interface') Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I2623c14dda55ae471bc11d40345c5f91c62bd94f Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-01-28Merge "Merge 'origin/casablanca' into master"Marcus Williams1-2/+2
2019-01-28Merge 'origin/casablanca' into masterBenjamin, Max (mb388a)1-2/+2
Issue-ID: SO-1435 Change-Id: If065ef5c91e769452fd6701fa6c28a23b4bdf2b2 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-01-27pool is now serializableBenjamin, Max (mb388a)1-4/+19
add implements Serializable to openstack Pool object Make Openstack Pool object serializable - for netwk Change-Id: I9ba294b68a0896c528558ebc1d66d909a7787b47 Issue-ID: SO-1430 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-24bugfixes jan 24thBenjamin, Max (mb388a)2-20/+7
Fix null pointer exception when no requestParameters are specified Add configurable timer in ActivateVfModuleBB to delay call to SDNC activate - Use raw slf4j logger - use {} formatting Add configurable timer in ActivateVfModuleBB to delay call to SDNC activate - Use raw slf4j logger Add configurable timer in ActivateVfModuleBB to delay call to SDNC activate - removed unused references in test class Add configurable timer in ActivateVfModuleBB to delay call to SDNC activate Update PortGroup objects separately from the parent VCE object - restore setVariable calls back into vce object - they might be needed later. Update PortGroup objects separately from the parent VCE object - updated test class extra call to get PortGroups Update PortGroup objects separately from the parent VCE object - use PortGroup.getInterfaceRole() getter method instead of accessing field directly. Update PortGroup objects separately from the parent VCE object Added back required headers for tenant isolation. removed workflow exception from outmapping in execute Fix possible null ptr exception, fix to add braces. Default networkTechnology in Update as done in Create Fix failing junits, mapper force upper case nwtech update exception builder to properly throw exception error message supporting assign service instance a la carte as well adding in proper exception handling in network rest v1 add the unassign action to R macro data file Change-Id: Ide420514f81b8083b4c76c762c064de199624cf7 Issue-ID: SO-1424 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-01-11get subnet sequence number from A&AIBenjamin, Max (mb388a)1-1/+11
Add AAIQuery for subnet block to CreateNetwork bpmn MSO shall get subnet sequence number. Change-Id: I5cf73d1b5344f41ac98a51274948822322e3591b Issue-ID: SO-1378 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-11-17Bug Fixes November 16thBenjamin, Max (mb388a)1-2/+2
fix failing junit when heatID not available provide name if ID is not present on delete op removed logic to skip unassign sdnc in rollback flows Move default settings to CrVfModRequest pojo. Check for null backout and failIfExists params - 1810. Updated exception message and test Added tests for networkCustomization not found Added tests for delete and update network Separated networkResourceCustomization and networkResource lookups Removed version check as not necessary for setting boolean Change-Id: Ia4b409244dc5ebdbb163d4a178713115719366ca Issue-ID: SO-1231 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-09-11UpdateNetworkRequest.java: Fixed sonar issueArundathi Patil1-1/+0
Sonar Link : https://sonar.onap.org/code?id=org.onap.so%3Aso&selected=org.onap.so.adapters%3Amso-adapters-rest-interface%3Asrc%2Fmain%2Fjava%2Forg%2Fonap%2Fso%2Fadapters%2Fnwrest%2FUpdateNetworkRequest.java Issue-ID: SO-1012 Change-Id: I1324f1ef4bf35523f9ae1bf55915bf1671900720 Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
2018-09-06Merge "Removed unused import"Seshu Kumar M1-1/+0
2018-09-06Removed unused importezhil1-1/+0
Removed unused import in the code Issue-ID: SO-982 Change-Id: Ifbbd1a789aa2e95a0f4a4533cca0b77439117a51 Signed-off-by: ezhil <ezhrajam@in.ibm.com>
2018-09-05Merge "fixed sonar issue in CreateTenantRequest.java"Byung-Woo Jun1-1/+5
2018-09-05fixed sonar issue in DeleteTenantRequest.javaSandeep J1-1/+5
fixed sonar issue as detailed in SO-979 Issue-ID: SO-979 Change-Id: I4c0aa6380e734088ba6fb68414d4391f9b6d6344 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-05fixed sonar issue in CreateTenantRequest.javaSandeep J1-1/+5
fixed sonar issue as detailed in SO-978 Issue-ID: SO-978 Change-Id: Id53fdea75b13b8ce234fe69d121f7bd996f21a82 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-04Merge "resolved sonar issue in VduArtifact.java"Byung-Woo Jun1-2/+2
2018-09-04Merge "fixed sonar issue in DeleteNetworkRequest.java"Byung-Woo Jun1-1/+5
2018-09-04Merge "fixed sonar issue in QueryNetworkResponse.java"Byung-Woo Jun1-2/+3
2018-09-03fixed sonar issue in UpdateNetworkRequest.javaSandeep J1-1/+3
fixed sonar issue as detailed in SO-960 Issue-ID: SO-960 Change-Id: Iebf2fc563fea2aef70c8f7db75d104efeeb54ff5 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-03fixed sonar issue in QueryNetworkResponse.javaSandeep J1-2/+3
fixed sonar issue as detailed in SO-959 Issue-ID: SO-959 Change-Id: I878061aa88247e39b703bca065f3c92a1eea3eb6 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-03fixed sonar issue in DeleteNetworkRequest.javaSandeep J1-1/+5
fixed sonar issue detailed in SO-958 Issue-ID: SO-958 Change-Id: I4c25995c702165cd7c737d22b1c26bc4442cd490 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-09-02resolved sonar issue in VduArtifact.javaSandeep J1-2/+2
resolved sonar issue detailed in SO-948 Issue-ID: SO-948 Change-Id: Ic7238eb53ba6a26534cb80cffe5364e6288b9b00 Signed-off-by: Sandeep J <sandeejh@in.ibm.com>
2018-08-02Resolve Sonar Blocking issuesSmokowski, Steve (ss835w)1-13/+18
Issue-ID: SO-788 Change-Id: I4496ef16c56c980a81031ad01fcbb1524d135ea8 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-08-01Remove unused import statementsEthan Hampton1-3/+0
Issue-ID: SO-666 Change-Id: I3775d25c0328807b083725c61da015364e59f2be Signed-off-by: Ethan Hampton <ethanx.hampton@intel.com>
2018-07-31Containerization feature of SOBenjamin, Max (mb388a)117-611/+1928
Change-Id: I95381232eeefcd247a66a5cec370a8ce1c288e18 Issue-ID: SO-670 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-03-14AT&T 1712 and 1802 release codeRob Daugherty88-334/+2117
This is code from AT&T's 1712 and 1802 releases. Change-Id: Ie1e85851e94bc66c4d9514a0226c221939531a04 Issue-ID: SO-425 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-01-10refactoring - adding junitLukasz Muszkieta2-7/+1
Change-Id: I91ba9dafa40df25d1ca1aae5a7dce11e0afb71da Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-12-28refactoring - adding junit coverageLukasz Muszkieta3-22/+6
Change-Id: I712afd8ff4e403829ee51b87d76ed38dda027ace Issue-ID: SO-360 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2017-10-19Remove unused importsRamanjaneya-Huawei1-1/+0
Change-Id: I2dbd1cd0481d46dfb763b796bbf6f1eb55fdeb23 Issue-id: SO-224 Signed-off-by: Ramanjaneya-Huawei <ramanjaneya.palleti@huawei.com>
2017-10-17Remove the unused variablesrama-huawei2-2/+2
Issue-id: SO-223 Change-Id: I5f4d3f9ef78b68c890a32d3f6afc2a86f2064a6b Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-10-12Iterate over "entrySet" instead of "keySet"rama-huawei1-1/+1
Issue-id: SO-214 Change-Id: Ic402b02a82bd613b0753db1530dd76ce59c3ad08 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-30Merge "Repalced StringBuffer with StringBuilder"Seshu Kumar M2-5/+6
2017-09-27Merge "Removed useless assignment to variables"Seshu Kumar M1-1/+1
2017-09-27Merge "Replace with Diamond symbol"Seshu Kumar M1-1/+1
2017-09-27Repalced StringBuffer with StringBuilderrama-huawei2-5/+6
Issue-Id:SO-118 Change-Id: I7c69443dc5c17690605c4d1844823fd4307e9ccb Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-26Removed useless assignment to variablesrama-huawei1-1/+1
Issue-Id:SO-118 Change-Id: I38f63be63f1ee3464ea16107d4b5c152dd4b1410 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-26Replace with Diamond symbolrama-huawei1-1/+1
Issue-Id:SO-118 Change-Id: Ia660ff49ae2c9ff5969ef13060fdfbffb4dfce13 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-26Adding comments for empty constructorAnkit-Huawei1-3/+4
SO-158 Change-Id: I82c0cfc4bc642fea34480feee0d5fb0bcebffe60 Signed-off-by: Ankit-Huawei <ankit.kumar.sinha1@huawei.com>
2017-09-25Merge "Replaced with Diamond symbol"Seshu Kumar M4-4/+4
2017-09-25Replaced with Diamond symbolrama-huawei2-2/+2
Issue-Id:SO-118 Change-Id: Id57f5f76f766d7394571d7a1a59f631696ab37a4 Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei2-2/+2
Issue-Id:SO-118 Change-Id: I50641f26b3047018b33b1cf5c782546453b9638c Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-25Replaced with Diamond symbolrama-huawei4-4/+4
Issue-Id:SO-118 Change-Id: I6a1542d53c9021e315331a1643519c25500df20a Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-22Replaced with Diamond symbolrama-huawei2-4/+4
Removed useless parentheses Issue-Id:SO-118 Change-Id: I79c55aebe53e82bc649c4524e5a1029a5b7a496f Signed-off-by: rama-huawei <rama.subba.reddy.s@huawei.com>
2017-09-18Fixed Issues In adapter code.seshukm8-16/+38
Issue-Id : SO-141 Change-Id: I0e901537013634dfc3f0950921c2ebbc2afa411f Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2017-09-12Fix for SONAR critical issuesseshukm3-7/+21
Issue-Id : SO-117 Change-Id: Icdc64605b475e20af7e871135af327f7d0e38792 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>