summaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2020-01-30Remove Valet from openstack adapterSmokowski, Steven19-1992/+13
Remove Valet from openstack adapter Clean up CI, so it passes on dev branch Fixed bad merge regarding correct method name. Added try catch around createIfNotExists methods to avoid failing sim. Fix broken Fabric Tests from merge Update logging jar dependency for CI Issue-ID: SO-2623 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I572276f751b132ec78d7ab5763f1c76bfc8256c5
2020-01-30- Include stack Status Reason when rollback isMerkel, Jeff2-4/+7
- Include stack Status Reason when rollback is suppressed. - Updated to format code to pass the build. Issue-ID: SO-2620 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Id9789930eaf7c47666a9401f8e3c57156c931b74
2020-01-30Merge "Added Basic Authorization in receiving Notification"Steve Smokowski3-7/+42
2020-01-30Merge "add manual handling to rainy day handling for bbs"Steve Smokowski2-1/+32
2020-01-30Added Basic Authorization in receiving NotificationPiotr Borelowski3-7/+42
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ib01bf2301dad5a699751c060cfb28eac6858e003
2020-01-30Added the communication with AAIPiotr Borelowski16-17/+736
Ve-Vnfm (SOL002) Adapter project Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I32a1a560d2787b966f1634b3679368412af19520
2020-01-24add manual handling to rainy day handling for bbsKuleshov, Elena2-1/+32
Initial Manual Handling addition to Rainy Day BB handling. Reenable task API, add task variable setup. TaskTimeout will come from the configuration settings. Update the base path for the APIH manual tasks junit. Additional JUNIT tests for manual handling Add Manual as a primary policy for Change Management BBs. Error handling changes and robot tests for manual handling. Correct failure data retrieval when serviceSubscription is unavailable. Correct failure data retrieval when serviceSubscription is unavailable. Keep WorkflowException when manual pause gets invoked; improved error reporting. Issue-ID: SO-2616 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I98a84c1a489bb7b24b68e567f604aeb074fd7bf9
2020-01-23Add Neutron Port and Nova Server to ProxySmokowski, Steven2-0/+39
Add Neutron Port and Nova Server to Proxy Issue-ID: SO-2614 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I09e0302bbdb66dadae3dbac7bbf07a64dfc39d10
2020-01-23Update to Latest ETSI Catalog Swaggerrope2521-6/+10
Change-Id: I51687625cbc7ac52d882fb58fc76a1875528d693 Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2020-01-21Ve-Vnfm (SOL002) Adapter fixPiotr Borelowski3-57/+53
Changed the <parent> in pom.xml to use org.onap.so:adapters Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: Ia049de7a757126df1fba8cc3adc1913ef2b927fd
2020-01-20Updating etsi catalog endpoint param namewaqas.ikram4-14/+13
Change-Id: I445fd4572dc5a876fdeee66ae393a1215fce54d0 Issue-ID: SO-2415 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-17Fix for SO-2598waqas.ikram4-17/+86
Change-Id: I26a8251bd878d95ae3ede8d27bf9f42a6692e338 Issue-ID: SO-2598 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2020-01-16Merge "Use the timeout from the heat template instead of"Steve Smokowski13-38/+78
2020-01-16Merge "1911 create appc adapter micro service"Steve Smokowski26-2/+2031
2020-01-15Use the timeout from the heat template instead ofBoslet, Cory13-38/+78
Use the timeout from the heat template instead of hardcode WIP Added custom uuid to vf adapter delete rest request Added and fixed compilations errors due to interface change added logic to check that the timeout is less than 120 Set the cust model uuid in bpmn so its avaiable to adapter. Added to use timeout from heat template for network. Updated unit test to account for new param change to method. Fixed and added missing param to deletevf in vnfadapterrestv2 Fixed failing junits due to adding model cust id to request Issue-ID: SO-2601 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I6ac276f37d4b6423501fb07fe081828ea3bed235
2020-01-14The Ve-Vnfm (SOL002) Adapter projectPiotr Borelowski1-2/+1
Changed the <version> line in pom.xml to use ${project.version} Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: I5f1014991d3e67c52acdb505eed8c10508404534
2020-01-101911 create appc adapter micro serviceKuleshov, Elena26-2/+2031
Added new appc adapter micro service. Made required code changes to use the new adapter. Issue-ID: SO-2596 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I880ecace64ec85ca4094a82bc1210798fd3bb85d
2020-01-09Merge "Fixed testOnGetPackageVnfd_UnauthorizedClient_Fail"Byung-Woo Jun1-6/+5
2020-01-09Fixed testOnGetPackageVnfd_UnauthorizedClient_FaileHanan1-6/+5
Change-Id: I916182cf97ea4a78fe7dfe19de2cce03b8d9a7ea Issue-ID: SO-2414 Signed-off-by: eHanan <eoin.hanan@est.tech>
2020-01-08Merge "SOL003 Adapter Package Management - Read VNFD"Byung-Woo Jun5-26/+160
2020-01-08Merge "Added the Ve-Vnfm (SOL002) Adapter project"Seshu Kumar M6-0/+199
2020-01-08Merge "consolidated security configuration"Steve Smokowski21-1437/+8
2020-01-08Merge "Drop Resource Input Field if not valid JSON"Steve Smokowski6-6/+69
2020-01-08Added the Ve-Vnfm (SOL002) Adapter projectPiotr Borelowski6-0/+199
Development of SOL002 Adapter Issue-ID: SO-2574 Signed-off-by: Piotr Borelowski <p.borelowski@partner.samsung.com> Change-Id: If973a36756e7e89e51797844034673b2a2c40e4f
2020-01-08SOL003 Adapter Package Management - Read VNFDeHanan5-26/+160
Change-Id: I2710b199ccc02af1782cd5fa75e85c4ed5c69aa9 Issue-ID: SO-2414 Signed-off-by: eHanan <eoin.hanan@est.tech>
2020-01-07Drop Resource Input Field if not valid JSONSmokowski, Steven6-6/+69
Drop Resource Input Field if not valid JSON Drop Resource Input Field if not valid JSON Issue-ID: SO-2587 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I704981c6b3413872975b9e94a4b79cc0a1790795
2020-01-07consolidated security configurationBenjamin, Max21-1437/+8
consolidated security configuration into common package Issue-ID: SO-2584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I1e78259ffbf88e792f1f7a5a10cd1fdad8eaea36
2020-01-07find workflow by pnf model uuid with CatalogDbClientUbuntu1-1/+3
Issue-ID: SO-2558 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I62d9ae70befdd870d217de64cca36fe04a69e96e
2020-01-06Merge "Remove references to AIC"Steve Smokowski4-5/+5
2020-01-06Merge "SO API to support custom PNF workflow"Chuanyu Chen1-0/+4
2020-01-03Remove references to AICBhatt, Prema4-5/+5
Removed AIC prefix from java files, wherever column AIC_CLOUD_REGION was referenced. Removed AIC prefix from test data files, wherever column AIC_CLOUD_REGION was referenced. Issue-ID: SO-2572 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: Ib380bc39eedf61fff27daa74132d1df20a3ae4b7
2020-01-02Merge "SOL003 Adapter Package Management - Fetch VNF Package Artifacts"Byung-Woo Jun8-37/+184
2020-01-02SO API to support custom PNF workflowYulian Han1-0/+4
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064418 Issue-ID: SO-2071 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2019-12-20Merge "Add Notification Swagger for VNFM-Adapter"Byung-Woo Jun2-0/+278
2019-12-20SOL003 Adapter Package Management - Fetch VNF Package Artifactswaqas.ikram8-37/+184
Change-Id: Ibb7d3ff392b42f8e98ce45d45cfc54caad66bdcb Issue-ID: SO-2416 Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2019-12-20Add Notification Swagger for VNFM-Adapterrope2522-0/+278
Change-Id: I1eda686ec9038c22406dd4c576ceb46cb168e351 Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-20Merge "Update ETSI Catalog Swagger to latest and Add Notification Swagger"Byung-Woo Jun1-4/+19
2019-12-20Merge "Removed redundant null check for retryCount to prevent static ↵Seshu Kumar M3-3/+3
analyzer warning"
2019-12-20Merge "Added AAF Integration related changes"Seshu Kumar M30-72/+1199
2019-12-19Update ETSI Catalog Swagger to latest and Add Notification Swaggerrope2521-4/+19
Change-Id: Ic2f904a82c3c37e81732d198958b662f01a2d89e Issue-ID: SO-2578 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-12-18Merge "SOL003 Adapter Package Management - Query VNF Package"Steve Smokowski9-40/+633
2019-12-18Merge "Implementing scope and action values from SO-DB to SO-Backend"Steve Smokowski2-0/+7
2019-12-18Merge "update so to use 1.6.3 snapshot from the logging"Steve Smokowski6-158/+215
2019-12-18Support for volume groups on replace VF Module.Kuleshov, Elena1-1/+35
Support for volume groups on replace VF Module. [MSO-8375 R2002} Add full JUnit coverage for replaceVFModule scenarios, add replace changes to general macro data. Fix a JUnit to pass correct parameters to a method. Add back setting volume group id for new volume group on replace action. Issue-ID: SO-2577 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I73289da21e0c7de7451b63e99e184692e800aaf0
2019-12-18SOL003 Adapter Package Management - Query VNF PackageAndrewLamb9-40/+633
Change-Id: I09ed3cb8c90ceba5b1b6ab659b1899997b0d8ab7 Issue-ID: SO-2413 Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
2019-12-18Merge "add pnf_resource_to_workflow to catalogdb bind the pnf model uuid to ↵Chuanyu Chen1-0/+21
pnf workflow"
2019-12-17Merge "SOL003 Adapter Package Management - Fetch VNF Package Content"Byung-Woo Jun15-74/+743
2019-12-17Implementing scope and action values from SO-DB to SO-BackendManamohan2-0/+7
Issue-ID: SO-2513 Change-Id: I002a35a2a8ff4730d45c23d54f0acd4496b8b585 Signed-off-by: Manamohan <MS00534989@Techmahindra.com>
2019-12-16update so to use 1.6.3 snapshot from the loggingPlummer, Brittany6-158/+215
Updated snapshot to 1.6.3 and began fixing failing tests Update SOAPLoggingInInterceptor to use new InvocationID value Changed client and server keys to InvocationID BPRestCallback to use ServerInvocationId Removed logging MDC checking from unit tests Began switching bprestcallback to use resttemplate Removed changes to logback replacing invocationIds Updated logic where requestEntity is created on null message Added unit tests for BPRestCallback Set InvocationID in MDC in SOAPLoggingInInterceptor Send in URI to prevent encoding of URI causing % to change to %25 Updated restTemplate to fix issue with interceptors Issue-ID: SO-2571 Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com> Change-Id: I7e0d80eae9036c993414ae96ebd571c89cb9dfa9
2019-12-13add pnf_resource_to_workflow to catalogdbUbuntu1-0/+21
bind the pnf model uuid to pnf workflow Issue-ID: SO-2558 Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com> Change-Id: I779ba8bef8ca3bb67ab6e9245eafec8b84571c85