aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2019-05-21Merge "Missing modifications for DistributeTraffic actions" into dublinSteve Smokowski1-0/+15
2019-05-21Missing modifications for DistributeTraffic actionsLukasz Rajewski1-0/+15
Added input parameters for DistributeTraffic and DistributeTrafficCheck action Change-Id: I423979f6e8a682bff2aaff02bba4d79d2fbe22c8 Issue-ID: SO-1553 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
2019-05-21Add SO WFD activity BBs to building_block_detailBonkur, Venkat (vb8416)1-19/+47
Added dublin-WFD activity BBs to building_block_detaili tbl Also updated the resource_type to NO_VALIDATE where target_action is CUSTOM During the execute of the Activity building blocks for the Workflow Designer running into orchestrationStatusValidation exception as it could not find the activity's name in building_block_detail table. Updated the test/resources/data.sql to reflect the above changes Issue-ID: SO-1901 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I9a5c60fc818ec4abc18005e3ef9b8c7b3313f55d
2019-05-17make HostRoute serializable classMnushkin, Dmitry1-3/+3
make HostRoute serializable class Change-Id: Id9eb0e42568ab96ce533288c15000ef8fd8fe066 Issue-ID: SO-1894 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-16Fix CloudOwner Capitalization in R__MacroData.sqlMarcus G K Williams1-144/+144
Issue-ID: SO-1889 Change-Id: I2f964ba9ca7dbeb73796853d367b090cb5c26c0f Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-05-15Use workflow's name for invocationElena Kuleshov2-4/+4
Use workflow's name for invocation Change-Id: Ie527788f029bdccc91f7f406df0a478e55375c01 Issue-ID: SO-1876 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-05-11Fix default Generic NeutronNet template errorYang Xu1-3/+3
Change-Id: Ifff06e6b0e37a6c0689ddca925386fdf671366f2 Issue-ID: SO-1873 Signed-off-by: Yang Xu <yang.xu3@huawei.com>
2019-05-06Merge "Fix deployment of workflows on start" into dublinSteve Smokowski1-0/+15
2019-05-05Fix deployment of workflows on startElena Kuleshov1-0/+15
Fix deployment of workflows on start Change-Id: Iaa5cb96020da20c96bedb81e0829f73c7461b67f Issue-ID: SO-1837 Signed-off-by: Kuleshov, Elena <evn@att.com>
2019-05-02Fixed issues found in delete integration testingMichaelMorris8-49/+131
Issue-ID: SO-1827 Change-Id: I73fdcad3d466634cea850e4df10291a66ec2aa61 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit f4f9c027afc2981d36d607612b6e67cd0a1e8d52)
2019-05-02Merge "Fixed issues found in integration testing" into dublinByung-Woo Jun18-197/+255
2019-05-01Fixup handling of multicloud post responseEric Multanen4-65/+96
Make the handling of the multicloud post response more flexible. Add additional parameters that may come back. Change-Id: I0a5c7016f11dbfe832c81e2fcafc398a998b622b Issue-ID: SO-1833 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-05-02Fixed issues found in integration testingMichaelMorris18-197/+255
Issue-ID: SO-1814 Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32 Signed-off-by: MichaelMorris <michael.morris@est.tech> (cherry picked from commit df6508f90ffb0247b94a7357035e36af61b4f207)
2019-05-01build sndc and user directives in groovyEric Multanen1-1/+1
Fill out the sdnc_directives and user_directives used by the multicloud vnf plugin adapter when invoked via the groovy path. Change-Id: Ia11680be682b38756f188c71e3e000bc21c15aa9 Issue-ID: SO-1822 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-04-29Merge "Do not need to retry on inventory exception" into dublinSeshu Kumar M2-2/+30
2019-04-26Do not need to retry on inventory exceptionBoslet, Cory2-2/+30
Do not need to retry on inventory exception due to vservers/linterfaces missing. Change-Id: I8e1e1d89ebd35e2b84a65e5e6db3e1db3f976982 Issue-ID: SO-1812 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-26Fix multicloud query of non-existant stackEric Multanen2-1/+2
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-25Add SO update config file -application.yaml fileBonkur, Venkat (vb8416)1-2/+1
Added to Dublin branch- update the catalog-db-adapter -application.yaml file Remove the below line for flyway so that repeatable scripts are run. repeatableSqlMigrationPrefix: RATT Issue-ID: SO-1804 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I54bd6d178d9f4c6854421f099bf393599d46d58f
2019-04-23Merge "Fix issue where null variable causes task to not" into dublinSteve Smokowski2-10/+47
2019-04-21Fix issue where null variable causes task to notBenjamin, Max (mb388a)2-10/+47
fixed formatting of newly added files Fix issue where null variable causes task to not complete Change-Id: If2361a0834220c2e2738917a2e5bf9b012570929 Issue-ID: SO-1806 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-20always convert values toString for xml marshallingBenjamin, Max (mb388a)5-5/+63
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-15Merge "Conditional Macro Action Selection"Marcus Williams1-11/+15
2019-04-15Merge "add junit coverage for HeatBridgeUtils"Steve Smokowski2-11/+31
2019-04-15Conditional Macro Action SelectionSunilB1-11/+15
Update orchestration_flow_reference table and changes in WorkflowActionBBTasks to Conditionally trigger ConfigAssignVnfBB And ConfigDeployVnfBB building block. Change-Id: I1bdb8a77223aef6855e4e1c9aa80dd026892e6f6 Issue-ID: SO-1702 Signed-off-by: sunilb <sb00577584@techmahindra.com>
2019-04-15add junit coverage for HeatBridgeUtilsLukasz Muszkieta2-11/+31
Change-Id: Ibea7e60ac8e8b511e2a6a6ab54b2072e7e8d4008 Issue-ID: SO-414 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-04-15Merge "Code Enhancement (Sonar Fixes)"Steve Smokowski5-16/+12
2019-04-15Merge "Changed to use shallow copy of linterface in aduit"Steve Smokowski1-2/+0
2019-04-15Merge "vnr vrf fk issue"Steve Smokowski3-21/+88
2019-04-14Changed to use shallow copy of linterface in aduitBenjamin, Max (mb388a)1-2/+0
Removed unused shallow instance from linterface method. Changed to use shallow copy of linterface in aduit. Change-Id: I3cb92b991eaea5634d009967dadf70e6a146f07f Issue-ID: SO-1789 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12vnr vrf fk issueBenjamin, Max (mb388a)3-21/+88
Updated flyway migration script to rename object as per review comments. Used Tosca node type for determining VRF and VNF nodes updated code based on review comments for schema.sql Altered ConfigurationCustomizationResource for VRF-VNF to have bidirectional relationship ToscaResourceInstaller ConfigurationResourceCustomization was made bidrectional Change-Id: Ib45151ff7a40edca38d512ae76f8889b1cc4d0c4 Issue-ID: SO-1777 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12add junit coverage for MsoCloudClientFactoryImplLukasz Muszkieta1-0/+71
Change-Id: I76f8cc114c0267a8bf65772edb2a51cb7059f15e Issue-ID: SO-414 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2019-04-12Code Enhancement (Sonar Fixes)Sindhuri.A5-16/+12
Sonar Issues Fixes Issue-ID: SO-1490 Change-Id: I88fba8a0cf7db9397f16001ff9f0968128424c3d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)12-1669/+1670
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "Add SO Populate Activity BB Data in Catalog DB"Steve Smokowski2-9/+169
2019-04-11Merge "Update multicloud plugin GET handling"Steve Smokowski9-35/+243
2019-04-11Update multicloud plugin GET handlingEric Multanen9-35/+243
Supports multicloud API query by workload name or id. Gets workload details e.g. stack outputs, etc. To be used to fill in inputs for vfmodule that has a volume group or base module. Change-Id: If45783e82c2a209d3385be1b689a02a05baf9922 Issue-ID: SO-1445 Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
2019-04-11CLEANED UP IMPORTS IN MSO-VFNM-ETSI AdaptereHanan12-18/+102
Change-Id: I7db043edc382a2812f9e17a47e02701d645d031f Issue-ID: SO-1771 Signed-off-by: eHanan <eoin.hanan@est.tech>
2019-04-11Merge "Fixed latest Sonar blocker issues"Seshu Kumar M1-8/+12
2019-04-10Add SO Populate Activity BB Data in Catalog DBBonkur, Venkat (vb8416)2-9/+169
Added SO Populate Activity BB Data in Catalog DB. Populated more data for lookup tables. Created a alter script to make the id as auto increment. Issue-ID: SO-1724 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: I281a2a8abe4457fa76553615efccff628c3f6623
2019-04-10Merge "Re-commit some changes which were lost"Steve Smokowski4-32/+2
2019-04-10Re-commit some changes which were lostBenjamin, Max (mb388a)4-32/+2
remove unused code Issue-ID: SO-1767 Change-Id: I12b8295ae4a5bc9e9154c8ccd1bb53f70886f929 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-10Fixed latest Sonar blocker issuesr.bogacki1-8/+12
Fixed blockers according to Sonar analysis. Change-Id: I2c2d053b66019b74ee20b0a56fb7b93bf931bb61 Issue-ID: SO-1734 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com> Signed-off-by: Katsia Kazak <k.kazak@samsung.com>
2019-04-10Merge "Query CatalogDB for WorkflowSpecifications"Steve Smokowski2-0/+18
2019-04-10Merge "Add SO Populate Activity BB Data in Catalog DB"Steve Smokowski2-0/+41
2019-04-09Add SO Populate Activity BB Data in Catalog DBBonkur, Venkat (vb8416)2-0/+41
Added SO Populate Activity BB Data in Catalog DB. Make the ID columns auto increment activity_spec_categories, activity_spec_to_activity_spec_categories Issue-ID: SO-1724 Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com> Change-Id: Ic59727cd8aa13133d6b5ebde98a249cda180cc9d
2019-04-09Add sending create request to VNFMMichaelMorris26-207/+506
Change-Id: Id1c3f8b32533150a8983706bc28b3b02b9124bf5 Issue-ID: SO-1623 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-09SO-ETSI Alignment. Handle Grant Requestrope2529-10/+3341
Change-Id: Ic54892fd52f4125f0d1515db3224e99b5c40f47f Issue-ID: SO-1625 Signed-off-by: rope252 <gareth.roper@est.tech>
2019-04-09Added handling for OAM IP addressMichaelMorris5-7/+115
Change-Id: Iaae7f17517dc44767b73495e62549765edc4e343 Issue-ID: SO-1637 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-09Ran formatter to fix build failureMichaelMorris13-25/+1
Issue-ID: SO-1628 Change-Id: I585d264bf25f45ec39c3d954ef498516537d0d92 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-09Query CatalogDB for WorkflowSpecificationsElena Kuleshov2-0/+18
Query CatalogDB for WorkflowSpecifications fron APIH Change-Id: I5eef5ba9b49c0a7420ef93a5425121bfe7225b1b Issue-ID: SO-1727 Signed-off-by: Kuleshov, Elena <evn@att.com>