r.bogacki [Mon, 1 Apr 2019 13:25:38 +0000 (15:25 +0200)]
JUnit tests for MsoMulticloudUtils
Increased junit tests coverage according to Sonar analyses.
Added missing tests to deleteStack, queryStack, updateVdu and deleteVdu.
Change-Id: I529725cfbe9be7cbdae9a197d39cd6a426ddb688
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Witold Ficio Kopel [Mon, 25 Mar 2019 15:01:48 +0000 (16:01 +0100)]
Refactored SDNCAdapterUtils (groovy)
Standardized usage of MsoUtils class in all methods of SDNCAdapterUtils.
Removed AbstractServiceTaskProcessor from constructor parameter.
Change-Id: I45263aefc980163a927d8a6dce886e299691e025
Issue-ID: SO-1700
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Steve Smokowski [Fri, 29 Mar 2019 11:56:40 +0000 (11:56 +0000)]
Merge "Prepare the x_directives inputs for multicloud API"
Lukasz Muszkieta [Fri, 29 Mar 2019 08:35:35 +0000 (09:35 +0100)]
fix jenkins build
Change-Id: If3343b343993476731ab4cd1eb6c5e41d1033c4d
Issue-ID: SO-1714
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Steve Smokowski [Thu, 28 Mar 2019 14:56:23 +0000 (14:56 +0000)]
Merge "JUnit tests for NetworkAdapterRest"
Steve Smokowski [Thu, 28 Mar 2019 13:38:26 +0000 (13:38 +0000)]
Merge "Add WorkflowSpecification Beans for APIH"
r.bogacki [Thu, 28 Mar 2019 13:08:45 +0000 (14:08 +0100)]
JUnit tests for NetworkAdapterRest
Increased junit tests coverage according to Sonar analyses.
Added test for a network rollback.
Change-Id: I85622f62246b4bf3cc8d2ad253facaa2823923e7
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Steve Smokowski [Thu, 28 Mar 2019 12:33:11 +0000 (12:33 +0000)]
Merge "Config Deploy"
Lukasz Muszkieta [Thu, 28 Mar 2019 09:26:48 +0000 (10:26 +0100)]
sonar blocker fixes
Change-Id: I7a61470291e05286cce0aa4e35c2f4068c4319fb
Issue-ID: SO-1490
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Eric Multanen [Tue, 26 Mar 2019 03:22:21 +0000 (20:22 -0700)]
Prepare the x_directives inputs for multicloud API
Prepare the sdnc_directives from the list of parameters
provided by SDNC.
Prepare the user_directives from the User input parameters.
Add these two directives strings to the parameter map
to be passed to Multicloud API by the multicloud adapter.
Change-Id: I15c5737596e89b7ff147ae71fec0b143abeffdeb
Issue-ID: SO-1442
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Steve Smokowski [Wed, 27 Mar 2019 20:10:07 +0000 (20:10 +0000)]
Merge "JUnit tests for VnfResource"
Steve Smokowski [Wed, 27 Mar 2019 20:10:00 +0000 (20:10 +0000)]
Merge "Migrate ccsdk/apps to ccsdk/cds"
Steve Smokowski [Wed, 27 Mar 2019 20:09:36 +0000 (20:09 +0000)]
Merge "set a default bean for RestTemplate"
Ramesh Parthasarathy [Wed, 27 Mar 2019 18:44:49 +0000 (11:44 -0700)]
Added nss library to avoid ssl errors
Added nss library to the docker file
to avoid ssl errors with alpine
openjdk version "1.8.0_201" and above
Change-Id: I42a2dae07a5d3ab4a505adbc9caa85c441f2e0a8
Issue-ID: SO-1675
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
Benjamin, Max (mb388a) [Wed, 27 Mar 2019 14:11:06 +0000 (10:11 -0400)]
set a default bean for RestTemplate
Change-Id: Ie32f5425d44f05fb5aa87e737aeabb393c978643
Issue-ID: SO-1706
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Steve Smokowski [Wed, 27 Mar 2019 13:39:17 +0000 (13:39 +0000)]
Merge "Remove hardcoded CloudOwner from heatbridge"
r.bogacki [Tue, 26 Mar 2019 10:48:13 +0000 (11:48 +0100)]
JUnit tests for VnfResource
Increased junit tests coverage according to Sonar analyses.
Change-Id: I3fd923d5342b08e2f21ff5988c85f2abe46b76f5
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Elena Kuleshov [Tue, 26 Mar 2019 23:10:24 +0000 (19:10 -0400)]
Add WorkflowSpecification Beans for APIH
Add WorkflorSpecification beans and handling mechanism
Change-Id: Iaabd5696f9ddc4cca87c6fb77da42042b758932d
Issue-ID: SO-1543
Signed-off-by: Kuleshov, Elena <evn@att.com>
Steve Smokowski [Tue, 26 Mar 2019 15:46:05 +0000 (15:46 +0000)]
Merge "PNF ingestion in SO catalogdb"
Munir Ahmad [Tue, 26 Mar 2019 14:28:54 +0000 (10:28 -0400)]
Remove hardcoded CloudOwner from heatbridge
Change-Id: I87c42b76c226f717770fb072f391e0e7244bbff6
Issue-ID: SO-1484
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Witold Ficio Kopel [Tue, 26 Mar 2019 08:17:02 +0000 (09:17 +0100)]
Eliminated printStackTrace() calls
Eliminated calls to printStackTrace() on Throwable as they go to stdout
and are not handled by logger.
Occurences has been replaced by calls to logger or modifications to
nearby logger calls (Throwable passed as last parameter).
Occurences in unit test classes left without modification.
Change-Id: I6a771d60a3ea69ceecc29bb21358e565aa5ce101
Issue-ID: LOG-631
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Manamohan Satapathy [Tue, 26 Mar 2019 09:09:52 +0000 (14:39 +0530)]
Config Deploy
SO Generic Building Block to support config deploy action.
Change-Id: Ica02a1dae7ba542fad67a5258bc9b4e046d3468a
Issue-ID: SO-1482
Signed-off-by: Manamohan Satapathy <MS00534989@techmahindra.com>
Steve Smokowski [Mon, 25 Mar 2019 20:47:29 +0000 (20:47 +0000)]
Merge "JUnit tests for CamundaClient"
Alexis de Talhouët [Mon, 25 Mar 2019 19:30:44 +0000 (15:30 -0400)]
Migrate ccsdk/apps to ccsdk/cds
Change-Id: I63db09cba1083cdc2c24f1d21ed67b6925b4f416
Issue-ID: CCSDK-1178
Signed-off-by: Alexis de Talhouët <adetalhouet89@gmail.com>
waqas.ikram [Mon, 25 Mar 2019 19:41:23 +0000 (19:41 +0000)]
Added input parameter loading handling from SDNC
Change-Id: I9076d793468db659358c7ef0e7cc859886d7fe17
Issue-ID: SO-1624
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
eeginux [Sat, 16 Mar 2019 16:07:16 +0000 (16:07 +0000)]
PNF ingestion in SO catalogdb
Support PNF csar ingestion in SO catalogdb
Add integation test for TOSCA installer
Fix the VNF resource/resource customization insert
https://jira.onap.org/browse/SO-1604
subtask so-1607 and SO-1608 are included
The catalogdb table contents are attached in the jira
Issue-ID: SO-1604
Change-Id: Ie08c4a1219a6cce96ba081b0dd9d3e5fd997da8f
Signed-off-by: eeginux <henry.xie@est.tech>
r.bogacki [Mon, 25 Mar 2019 13:15:00 +0000 (14:15 +0100)]
JUnit tests for CamundaClient
Increased junit tests coverage according to Sonar analyses.
Change-Id: I52b13399c03bae4efbb0a5a7daf8eb9fde40d244
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Steve Smokowski [Mon, 25 Mar 2019 12:10:35 +0000 (12:10 +0000)]
Merge "JUnit tests for BBInputSetup"
Steve Smokowski [Mon, 25 Mar 2019 12:10:22 +0000 (12:10 +0000)]
Merge "error as failed to extract workflow"
Steve Smokowski [Mon, 25 Mar 2019 12:09:39 +0000 (12:09 +0000)]
Merge "heatbridge implementation for openstack-adapter"
MichaelMorris [Mon, 25 Mar 2019 10:51:21 +0000 (10:51 +0000)]
Create empty implementation of delete VNF request
The implementation provides no functionality (just logs the call and returns 202 with a job id) but enables invocation of the adapter from a flow
Issue-ID: SO-1632
Change-Id: Ie71699e917173c77b217e8a9f5eb9e5b794155a7
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Munir Ahmad [Fri, 8 Feb 2019 21:42:03 +0000 (16:42 -0500)]
heatbridge implementation for openstack-adapter
Converted heatbridge to use AAI Client
Removed open feign
Removed new aai client implementation
Removed aai helper classes
Removed unnecessary pom.xml imports
converted HeatBridgeImpl to rely on AAI transactions
added some example unit tests
Replaced MsoLogger with slf4j
Resolved merge conflicts
Change-Id: I933b49fae82c2f0d7a66d9a85b367b29006c73cc
Issue-ID: SO-1484
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Change-Id: I547b35ebdf51f4534de5d51d7d50a90bb9de4c72
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
Issue-ID: SO-1484
Steve Smokowski [Sat, 23 Mar 2019 15:32:15 +0000 (15:32 +0000)]
Merge "Fix a NullPointerException on getting no data from"
Benjamin, Max (mb388a) [Sat, 23 Mar 2019 14:29:09 +0000 (10:29 -0400)]
error as failed to extract workflow
include WorkflowExceptionErrorMessage in out mapping
Change-Id: I779ee9e53834353ddec1bdb6f30f36e8c803b838
Issue-ID: SO-1696
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Sat, 23 Mar 2019 14:26:54 +0000 (10:26 -0400)]
Fix a NullPointerException on getting no data from
Fix a NullPointerException on getting no data from the Catalog DB.
Change-Id: Ibeb7206f2427104623943f964afff377ca666d28
Issue-ID: SO-1695
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Sat, 23 Mar 2019 14:19:25 +0000 (10:19 -0400)]
Add support for configuration type for SDNC
ConfigurationType is required in SDNC
generic-configuration-topology-operation deactivate and unassign
actions.
Change-Id: Ib819adb31d3662a0cdcc7aa126459b77befc4712
Issue-ID: SO-1694
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Steve Smokowski [Fri, 22 Mar 2019 16:31:24 +0000 (16:31 +0000)]
Merge "Multicloud VNF adapter use updated multicloud API"
r.bogacki [Fri, 22 Mar 2019 14:43:49 +0000 (15:43 +0100)]
JUnit tests for BBInputSetup
Increase junit tests coverage according to Sonar analyses.
Fix imports.
Change-Id: Ia6c3f4a3178f5293ee6750f7581cd7107c8ced84
Issue-ID: SO-1692
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
waqas.ikram [Fri, 22 Mar 2019 14:39:44 +0000 (14:39 +0000)]
Created new BB for so-etsi
Change-Id: I9bf6b4019c280b816925ee5e0d826bff69cb1583
Issue-ID: SO-1621
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
Steve Smokowski [Fri, 22 Mar 2019 14:05:40 +0000 (14:05 +0000)]
Merge "Add SO Catalog DB tables related to WFD"
Steve Smokowski [Fri, 22 Mar 2019 13:13:28 +0000 (13:13 +0000)]
Merge "Hid MsoUtils.log() methods from public use"
Steve Smokowski [Fri, 22 Mar 2019 12:11:00 +0000 (12:11 +0000)]
Merge "Config Assign"
Eric Multanen [Fri, 22 Mar 2019 03:32:55 +0000 (20:32 -0700)]
Multicloud VNF adapter use updated multicloud API
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>
Witold Ficio Kopel [Fri, 22 Mar 2019 07:42:41 +0000 (08:42 +0100)]
Hid MsoUtils.log() methods from public use
The MsoUtils class has utility methods for logging made publicly
available (by default groovy scope). With changes to logging subsystem,
other classes should not use them for logging - so they have been made
private.
This is last commit in a series to eliminate use of MsoUtils.log() from
other classes and should prevent such usage in future.
Change-Id: I8311df26e17b70043c5d8de6b13818f803319ab8
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Issue-ID: LOG-631
Bonkur, Venkat (vb8416) [Wed, 20 Mar 2019 19:21:01 +0000 (15:21 -0400)]
Add SO Catalog DB tables related to WFD
Added SO tables related to workflow designer workflows
Change-Id: Iab90f26a392db8e64e67e751ce89857178a6d625
Issue-ID: SO-1545
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Steve Smokowski [Thu, 21 Mar 2019 18:41:33 +0000 (18:41 +0000)]
Merge "removed extra argument from extractByKey method"
Steve Smokowski [Thu, 21 Mar 2019 18:41:24 +0000 (18:41 +0000)]
Merge "Corrected hibernate for cfvc customization table"
Steve Smokowski [Thu, 21 Mar 2019 18:40:40 +0000 (18:40 +0000)]
Merge "Removed MsoUtils.log() calls from CatalogDbUtils"
Steve Smokowski [Thu, 21 Mar 2019 18:39:50 +0000 (18:39 +0000)]
Merge "Adjust audit to use device_id to find nova server"
Steve Smokowski [Thu, 21 Mar 2019 18:39:28 +0000 (18:39 +0000)]
Merge "moved object declarations from class level"
Steve Smokowski [Thu, 21 Mar 2019 18:39:22 +0000 (18:39 +0000)]
Merge "Change status from inventoried to assigned"
Steve Smokowski [Thu, 21 Mar 2019 18:39:12 +0000 (18:39 +0000)]
Merge "removed unused test classes and methods"
Steve Smokowski [Thu, 21 Mar 2019 18:38:45 +0000 (18:38 +0000)]
Merge "Updated to use vnfOperationalEnvironmentId"
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 20:19:39 +0000 (16:19 -0400)]
Corrected hibernate for cfvc customization table
fix two tests that did not ignore some properties
fix schema sql file that was missing fields
Properly wire hibernate entities, clean up db tables
Update schema.sql files to be consistent
add junit for customization linked to same cvnfc
Change-Id: I4bc0a83cb3908f5b34224416e75446b6cd166b9e
Issue-ID: SO-1689
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:32:41 +0000 (14:32 -0400)]
removed extra argument from extractByKey method
removed extra argument from extractByKey method
Change-Id: I9835672eef5d6ab0c7b0c2b21e5a84be8aa305a7
Issue-ID: SO-1678
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
MichaelMorris [Thu, 21 Mar 2019 12:52:58 +0000 (12:52 +0000)]
Create empty implementation of create VNF request
The implementation provides no functionality (just logs the call and returns 202 with a job id) but enables invocation of the adapter from a flow
Issue-ID: SO-1621
Change-Id: I1a4aa263fee0bc10dd74c8611a48a611ace6872f
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Witold Ficio Kopel [Thu, 21 Mar 2019 10:54:04 +0000 (11:54 +0100)]
Removed MsoUtils.log() calls from CatalogDbUtils
Refactored calls to MsoUtils.log() to use logger object already present
in the CatalogDbUtils class.
In addition the CatalogDbUtils class has been accepting MsoUtils object
as parameter to constructor - which is not necessary and not aligned
with style in rest of the groovy code.
Change-Id: Ib80593294ead5b2779f667d8e58f128e958538f0
Issue-ID: LOG-631
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Byung-Woo Jun [Wed, 20 Mar 2019 23:30:45 +0000 (23:30 +0000)]
Merge "Increase test coverage for SO MON UI"
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:28:22 +0000 (14:28 -0400)]
Adjust audit to use device_id to find nova server
Adjust audit to use device_id to find nova server
Change-Id: If060b68ba480b0750e66a7fe26a6fa72382dcdd5
Issue-ID: SO-1677
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Steve Smokowski [Wed, 20 Mar 2019 20:26:41 +0000 (20:26 +0000)]
Merge "Add cloudOwner to VNF adapter call"
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:51:16 +0000 (14:51 -0400)]
moved object declarations from class level
moved object declarations from class level to methods
Change-Id: Ifaae789120d5838380840dee4d207495e55dbe5c
Issue-ID: SO-1688
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:45:11 +0000 (14:45 -0400)]
removed unused test classes and methods
removed unused test classes and methods
Change-Id: I9ae5f6f49e416f208e8879ed202aa8865bc9ef83
Issue-ID: SO-1687
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:38:21 +0000 (14:38 -0400)]
Change status from inventoried to assigned
change orch status from inventoried to assigned
add in rainy day scenario fix
fix bpmn rollback condition statement
remove connect from config to vf module
Change-Id: I84198d56c18e4167d4cfbee0751613fa0386b160
Issue-ID: SO-1686
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Wed, 20 Mar 2019 18:35:12 +0000 (14:35 -0400)]
Updated to use vnfOperationalEnvironmentId
Updated to use vnfOperationalEnvironmentId to call AAI for PATCH status
to ACTIVE.
Change-Id: Ic2057b39a737b9636d0a053e097d762430fe991b
Issue-ID: SO-1685
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Andrei_Barcovschi [Wed, 20 Mar 2019 15:17:11 +0000 (15:17 +0000)]
Increase test coverage for SO MON UI
Change-Id: I24faf6303d5257f246ceee9f3280afb2ec843418
Issue-ID: SO-1648
Signed-off-by: Andrei_Barcovschi <andrei.barcovschi@ericsson.com>
Witold Ficio Kopel [Fri, 15 Mar 2019 10:29:54 +0000 (11:29 +0100)]
Removed BPMNLogger class
The BPMNLogger class has overlapping use to preferred solution based on
slf4j and logback - thus has been replaced by it.
Change-Id: I9889d4b9ab06f28941f0d827df889e3c081155da
Issue-ID: LOG-631
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Steve Smokowski [Wed, 20 Mar 2019 13:58:40 +0000 (13:58 +0000)]
Merge "Removed logXXX() methods from MsoUtils"
SunilB [Wed, 20 Mar 2019 11:20:41 +0000 (16:50 +0530)]
Config Assign
Generic Bulding block for assign shall trigger controller for config
assign action
Change-Id: I2da91cccdbff9eacbb225b7f3a7bdbb253be607a
Issue-ID: SO-1481
Change-Id: I2da91cccdbff9eacbb225b7f3a7bdbb253be607a
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Eric Multanen [Wed, 13 Mar 2019 04:13:23 +0000 (21:13 -0700)]
Add cloudOwner to VNF adapter call
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>
Steve Smokowski [Tue, 19 Mar 2019 17:18:12 +0000 (17:18 +0000)]
Merge "Update Tasks API with additional fields"
Witold Ficio Kopel [Mon, 18 Mar 2019 07:46:25 +0000 (08:46 +0100)]
Removed logXXX() methods from MsoUtils
Following methods has been removed from MsoUtils (.groovy) class:
logContext(requestId, serviceInstanceId)
logMetrics(elapsedTime, logtxt)
logAudit(logtxt)
as no longer required.
Remaining uses of them in other groovy clases has been deleted/replaced by
apropriate use of logback.
Change-Id: I473f01b65c67e90667311cff3b2a671e719f7258
Issue-ID: LOG-631
Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
Steve Smokowski [Tue, 19 Mar 2019 12:48:45 +0000 (12:48 +0000)]
Merge "Removed MsoLogger class"
Steve Smokowski [Tue, 19 Mar 2019 12:48:32 +0000 (12:48 +0000)]
Merge "Back to the correlationId value name"
Lukasz Muszkieta [Tue, 19 Mar 2019 08:19:12 +0000 (09:19 +0100)]
Back to the correlationId value name
Change-Id: I0dee6adb4e7c28b557aaed50a75c938e82a9bced
Issue-ID: SO-1274
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
r.bogacki [Thu, 14 Mar 2019 14:24:57 +0000 (15:24 +0100)]
Removed MsoLogger class
Bye bye MsoLogger class.
Extracted constants to separated classes.
Fixed imports.
Change-Id: I7c8e0527e7dbd097d3ea93b9dab279354652da47
Issue-ID: LOG-631
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Bonkur, Venkat (vb8416) [Fri, 15 Mar 2019 20:16:21 +0000 (16:16 -0400)]
Add VnfInPlaceSoftwareUpdate for WFD
Added CheckPserversLocked,SetClosedLoopDisabled,UnsetClosedLoopDisabled, CheckClosedLoopDisabled, CheckInMain
Change-Id: I6405b2c88d2109d952d452648bef2f99be6993df
Issue-ID: SO-1518
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Elena Kuleshov [Fri, 15 Mar 2019 17:08:49 +0000 (13:08 -0400)]
Update Tasks API with additional fields
Update Tasks API with additional fields and new valid response
Change-Id: I39d85ae599f9274373bbcf66dce4752ee75f16ed
Issue-ID: SO-1594
Signed-off-by: Kuleshov, Elena <evn@att.com>
Steve Smokowski [Fri, 15 Mar 2019 16:03:26 +0000 (16:03 +0000)]
Merge "Implement PauseForManualTask Activity"
Elena Kuleshov [Fri, 15 Mar 2019 14:16:35 +0000 (10:16 -0400)]
Implement PauseForManualTask Activity
PauseForManualTaskActivity and related JUnits
Change-Id: I93f85409f43f6aa11f7eb4e9129c58551634ce16
Issue-ID: SO-1550
Signed-off-by: Kuleshov, Elena <evn@att.com>
Steve Smokowski [Fri, 15 Mar 2019 12:47:58 +0000 (12:47 +0000)]
Merge "Saved vnfOperationalEnvironmentId to be used later"
Steve Smokowski [Fri, 15 Mar 2019 12:47:18 +0000 (12:47 +0000)]
Merge "vfModule id should be retrieved from resourceId"
Steve Smokowski [Fri, 15 Mar 2019 12:47:14 +0000 (12:47 +0000)]
Merge "Implement ManualHandlingTasks"
Benjamin, Max (mb388a) [Fri, 15 Mar 2019 01:10:17 +0000 (21:10 -0400)]
vfModule id should be retrieved from resourceId
fix unit test that was broken because of mapping
correctly connect the configuration to vfModule
added in mapping of configuration to aai object
fix compilation error with mapper layer
Fix unit test compare to contain vfnc name
Update vnfc to have proper generated serialVersionID
Change-Id: I161c73b3ace1e9c5385c028ae65fe5258b4decd5
Issue-ID: SO-1663
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Fri, 15 Mar 2019 01:06:49 +0000 (21:06 -0400)]
Saved vnfOperationalEnvironmentId to be used later
Removed unnecessary lines in junit test class.
Saved vnfOperationalEnvironmentId to the model table to be used for AAI
status update call later.
Change-Id: I812d21d483d716bb5135c408369a160e4600efc2
Issue-ID: SO-1662
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Byung-Woo Jun [Fri, 15 Mar 2019 00:25:00 +0000 (00:25 +0000)]
Merge "Fix Neutron Network"
Elena Kuleshov [Thu, 14 Mar 2019 21:21:37 +0000 (17:21 -0400)]
Implement ManualHandlingTasks
Implement ManualHandlingTasks class to support PauseForManualTasks
Change-Id: I6da216a0378d685a8e0c5168ceb8f5a1d9fdc719
Issue-ID: SO-1551
Signed-off-by: Kuleshov, Elena <evn@att.com>
Benjamin, Max (mb388a) [Thu, 14 Mar 2019 20:02:18 +0000 (16:02 -0400)]
Added vnfc support to BB layer
added vnfc to gbb for execute bb and bb layer
enhance workflow action layer to handle vnfcs
Change-Id: I0d39c3aefe66180ed6f2b75a0c946e07ca603261
Issue-ID: SO-1658
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Steve Smokowski [Thu, 14 Mar 2019 13:37:00 +0000 (13:37 +0000)]
Merge "Cleaned up content of MsoLogger"
Steve Smokowski [Thu, 14 Mar 2019 12:59:48 +0000 (12:59 +0000)]
Merge "Add APPC-related Activities for WFD"
Steve Smokowski [Thu, 14 Mar 2019 12:57:41 +0000 (12:57 +0000)]
Merge "Pass the revised value of usePreload to JSON"
Steve Smokowski [Thu, 14 Mar 2019 12:57:04 +0000 (12:57 +0000)]
Merge "Added param requestId to query 1 row"
Steve Smokowski [Thu, 14 Mar 2019 12:56:50 +0000 (12:56 +0000)]
Merge "Create VNFM adapter REST API"
r.bogacki [Thu, 14 Mar 2019 10:31:56 +0000 (11:31 +0100)]
Cleaned up content of MsoLogger
Cleaned java and groovy code from 'getServiceName'
method in MsoLogger.
Change-Id: I23c3fc8005db5f89e94b87271bb60b7bcce72064
Issue-ID: LOG-631
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
r.bogacki [Wed, 13 Mar 2019 13:05:22 +0000 (14:05 +0100)]
Reduced content of MsoLogger
Cleaned java code dependencies for
'setLogContext' and 'getServiceName'
methods from MsoLogger.
Fixed imports.
Change-Id: I33251c837088ce580ffa1c44e69766c77283004b
Issue-ID: LOG-631
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Elena Kuleshov [Wed, 13 Mar 2019 17:26:54 +0000 (13:26 -0400)]
Add APPC-related Activities for WFD
Add APP-C related Activities for WFD with JUnits; corrected JUnits
Change-Id: I1a7142f692945843e7942b43b6fe68e23ea21e96
Issue-ID: SO-1518
Signed-off-by: Kuleshov, Elena <evn@att.com>
MichaelMorris [Wed, 13 Mar 2019 21:32:25 +0000 (21:32 +0000)]
Create VNFM adapter REST API
Created swagger YAML file for VNFM Adapter REST API and added generation of classes from the swagger yaml file
Issue-ID: SO-1619
Change-Id: Ib9537f57a82f1e0a1ac0c92b452b591831328534
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Steve Smokowski [Wed, 13 Mar 2019 21:22:21 +0000 (21:22 +0000)]
Merge "Remove skipping of the Fabric config code"
Steve Smokowski [Wed, 13 Mar 2019 20:14:18 +0000 (20:14 +0000)]
Merge "Openstack adapter can't resolve HEAT parameter"
Benjamin, Max (mb388a) [Wed, 13 Mar 2019 20:10:16 +0000 (16:10 -0400)]
Remove skipping of the Fabric config code
Merged the FabricConfig and TestCvnfc tests together.
Remove skipping of the Fabric config code if the Cvnfc already exist.
Instead use the existing cvnfc/vfc object.
Change-Id: Ica648b98a803a54636e0e451590ec94b51f17949
Issue-ID: SO-1653
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Benjamin, Max (mb388a) [Wed, 13 Mar 2019 19:43:33 +0000 (15:43 -0400)]
Added param requestId to query 1 row
Added param requestId to uniquely query 1 row from model distribution
status db.
Change-Id: Ice8db174166e6a00d211f191dcf5537eef729127
Issue-ID: SO-1651
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>