Benjamin, Max (mb388a) [Tue, 23 Oct 2018 16:02:27 +0000 (12:02 -0400)]
Bug fixes October 23rd
fixed the db status not being updated on delete SI
added a default sequence flow to isAsync_Gateway
Removed @Before and organized imports
Added check to prevent db query with only requestStatus
correct AAIObjectPlurals enum value name
Correct rollbackData setting and protect against null
Change-Id: Ic7c47dc968a29987c3d576da9aa50c7ddc8f28ee
Issue-ID: SO-1162
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Seshu Kumar M [Tue, 23 Oct 2018 04:58:46 +0000 (04:58 +0000)]
Merge "Fix Java Ex in Homing" into casablanca
Marcus G K Williams [Mon, 22 Oct 2018 18:48:47 +0000 (11:48 -0700)]
Set homingService in WorkflowAction
Issue-ID: SO-1153
Change-Id: I40ef5deb8699f7f0c602cb57e273c1a3dc814004
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Marcus G K Williams [Mon, 22 Oct 2018 18:42:57 +0000 (11:42 -0700)]
Fix Java Ex in Homing
Issue-ID: SO-1145
Change-Id: I35b28f9e4cd67536a7807f9e083b0c1c4fa9a03c
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Rob Daugherty [Mon, 22 Oct 2018 15:57:29 +0000 (11:57 -0400)]
Version should be 1.3.1 to release new dockers
THIS IS FOR CASABLANCA ONLY
Change-Id: Ib261104ab7300ec10906386b9397301a653c992c
Issue-ID: SO-1157
Signed-off-by: Rob Daugherty <rd472p@att.com>
Benjamin, Max (mb388a) [Fri, 19 Oct 2018 13:32:18 +0000 (09:32 -0400)]
bug fixes october 19th
Fixed issue with resource version being added twice.
added silent success to orch validation when unassign is not found
Removed SNAPSHOT from dependency
Fixed failing BBInputSetup tests
Updated apih tests to use networkInstanceGroup
Updated ModelType enum and fixed compilation issues
Change the place where the data for multistage gets set
Update treatment of PENDING_ACTIVATION VF_MODULE CREATE entries to
SILENT_SUCCESS to support first stage of multistage.
Implement second stage of multistage design VF Module Creation
Implementation of the first stage of multistage design for VF Module
creation.
Change-Id: I6d76282d1f37c081355cee72797d8e13da4e3cb0
Issue-ID: SO-1149
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
Rob Daugherty [Fri, 19 Oct 2018 15:37:05 +0000 (11:37 -0400)]
logging-slf4j:1.2.2-SNAPSHOT does not exist
Change the dependency to the 1.2.2 release version.
Remove the exclusion for EELF, because 1.2.2 doesn't use it.
Change-Id: I0ccca79df59282d5d9d71eec4b3faa845d31814f
Issue-ID: SO-1152
Signed-off-by: Rob Daugherty <rd472p@att.com>
Seshu Kumar M [Fri, 19 Oct 2018 03:02:46 +0000 (03:02 +0000)]
Merge "remove unused code"
Rob Daugherty [Thu, 18 Oct 2018 12:43:33 +0000 (12:43 +0000)]
Merge "Bug fixes October 16"
Marcus Williams [Wed, 17 Oct 2018 21:28:42 +0000 (21:28 +0000)]
Merge "Fixing SO-Monitoring UI tests"
Lukasz Muszkieta [Wed, 10 Oct 2018 14:08:53 +0000 (16:08 +0200)]
remove unused code
UUID parameter in AAIRestClientI interface is redundant - part 1
Issue-ID: SO-729
Change-Id: I7db331098911e6e183d921175f3109f62b7aedbd
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
Benjamin, Max (mb388a) [Tue, 16 Oct 2018 20:46:17 +0000 (16:46 -0400)]
Bug fixes October 16
Treat the VfModule returned from PrepareUpdateAAIVfModule call as an
AAI object
collection create, connect instanceGroup to cloudRegion
Fix a typo in the name of the method for getting a variable
testing mapping of instance group role
test NetworkInstanceGroup role to be SUB-INTERFACE
use enum value with hyphen for subtype
Some updates based on feedback to java codes
updated client to use optional instead of passing null
added case where client sends null due to mapping issue
added generic response object and pinc returns response
build relationship now correctly removes wrapper
Ensure that no null object gets referenced while checking if VNF is
empty.
Change-Id: I6177877518475c1f2e8e4e9dbd2ad1e2f3e10d18
Issue-ID: SO-1144
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Wed, 17 Oct 2018 13:14:04 +0000 (13:14 +0000)]
Merge "correlationId is now read from userParams"
Rob Daugherty [Wed, 17 Oct 2018 13:11:41 +0000 (13:11 +0000)]
Merge "Bug fixes for casablanca"
maopeng zhang [Wed, 17 Oct 2018 05:03:54 +0000 (05:03 +0000)]
Merge "Fix OOF Config Ingestion"
maopeng zhang [Wed, 17 Oct 2018 01:57:10 +0000 (01:57 +0000)]
Merge "Fix variable to retrieve sdnc endpoint"
maopeng zhang [Wed, 17 Oct 2018 01:57:01 +0000 (01:57 +0000)]
Merge "Prepare resources for service uuid req"
Marcus Williams [Wed, 17 Oct 2018 00:27:10 +0000 (00:27 +0000)]
Merge "Return canonical stack id on multicloud create"
Eric Multanen [Wed, 17 Oct 2018 06:36:20 +0000 (23:36 -0700)]
Return canonical stack id on multicloud create
When creating vfmodule via multicloud adapter, return
the canonical name of the stack <stackname>/<stack id>
Code was returning <stack id>/<stack id>
Change-Id: Iaa2a105ab779acc9638fe515c7bc4e5c23d7233e
Issue-ID: SO-1142
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Marcus Williams [Tue, 16 Oct 2018 21:54:12 +0000 (21:54 +0000)]
Merge "cloud owner support for SDNC interface"
Marcus G K Williams [Tue, 16 Oct 2018 21:46:51 +0000 (14:46 -0700)]
Fix OOF Config Ingestion
Update Homing OOF Config Path
Issue-ID: SO-1127
Change-Id: I10ba6dcf23d474ba5e9832a6f4f35e52ead020b5
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Benjamin, Max (mb388a) [Fri, 12 Oct 2018 18:03:02 +0000 (14:03 -0400)]
Bug fixes for casablanca
Updated builder to use String.format
Added exception specifically for issues interacting with
requestdbadapter
Updated exception message and added junit test case
Added case to handle when homing is not called during assign vnf.
include network ID for completion handler
Added exception handling for saving to requestdb
added null check to mdc and interceptors to sdnc cxf
confirm subnet map is not null in adapter response
shallow copy subnet before AAI udpate
update AAIObjectType to use uriTemplate
extract subnet data from adapter response
update correct AAIObjectType for subnet query
update subnet(s) in AAI on network create completion
updated how request db is set to failure in workflowA
updated in and out mapping to be generalBuildingBlock
change source out mapping to generalBuildingBlock
Use explicit conversion to JSON to read cloudConfiguration settings.
Use explicit conversion to JSON to read cloudConfiguration settings.
Correct the name of DeleteVfModuleBB subprocess.
Write the returned value from Homing to gBBInput
updated unit test coverage for update network
sync subnet status with network update
Added WorkflowException to out mapping which will trigger an exception
to be thrown when populated.
Correct the payload for HealthCheck APP-C Action to remove escaping and
change parameter name.
Added WorkflowException to out mapping which will trigger an exception
to be thrown when populated.
Commit a change that was not staged in previous commit
updated arguments to getConstructor method
forgot to extract throwable from Optional object
added throwable constructor to createException
fixed broken unit test and added a new test and method
set the network technology in the network request
remove namespace from added networkId payload element
- Updated SDWan test case to check the database to make sure the
VNFCustomization object exist.
- Updated code to only loop in iNotif.getResources() for VF resources,
all others are unnecessary and were causing issues with the Service
object.
- Removed modifiedHeatTemplate variable since this isn't needed in the
ONAP code base.
Make sure vnfResponseCode variable is set to 200 when VNF is correctly
retrieved from A&AI.
VRR VRRCreateVfModule - send availability_zone to SDNC Infra Assign
request
Safeguard the retrieval of Boolean setting for isRollbackEnabled.
Set isRollbackEnabled to opposite of suppressRollback early on in the
execution.
Reverse suppressRollback value to pass as backout parameter to VNF
Adapter
Add the exceptions to the calls to aai client queries
Correct retrieval of the object from Optional for A&AI queries.
Change-Id: I7d22e621b0316c14ce61bd51a9d5753473622697
Issue-ID: SO-1134
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
subhash kumar singh [Wed, 10 Oct 2018 14:17:41 +0000 (19:47 +0530)]
Fix variable to retrieve sdnc endpoint
Fix variable to retrieve sdnc endpoint
Change-Id: Ib27049f90d545bceb34a73394f5b430c549c5e08
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 10 Oct 2018 06:40:17 +0000 (12:10 +0530)]
Prepare resources for service uuid req
Retrieve all the resource for queried service uuid.
Change-Id: If2beaa27570821c9897387d3b7098a939d99c895
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
maopeng zhang [Tue, 16 Oct 2018 08:42:40 +0000 (08:42 +0000)]
Merge "Fix swapped parameters for multicloud DELETE"
Eric Multanen [Tue, 16 Oct 2018 07:30:24 +0000 (00:30 -0700)]
Fix swapped parameters for multicloud DELETE
cloudSiteId and tenantId were swapped in call to
deleteStack().
Change-Id: I56bc326cb680dabb9d397cb7f0f918e406cb8bba
Issue-ID: SO-1139
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Gary Wu [Tue, 16 Oct 2018 01:55:10 +0000 (18:55 -0700)]
Update msb-java-sdk to resolve license issues
Upgrade or remove msb-java-sdk library version in
order to resolve possible license issues with
com.google.code.findbugs:annotations:2.0.1.
Change-Id: I8f16ec293fcd9f2e328dacb86eda9687fba3f8dc
Issue-ID: SO-1140
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Benjamin, Max (mb388a) [Mon, 15 Oct 2018 17:04:37 +0000 (13:04 -0400)]
cloud owner support for SDNC interface
added cloudOwner to SDNC gr api payloads
Change-Id: If8351ab9078bd0c0f503acdf21622d615eb5a5ab
Issue-ID: SO-1137
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
biniek [Tue, 9 Oct 2018 13:05:08 +0000 (15:05 +0200)]
correlationId is now read from userParams
Change-Id: I92c6caad1370fde7daf067addbf39e45469e08aa
Issue-ID: SO-1116
Signed-off-by: biniek <lukasz.biniek@nokia.com>
Eric Multanen [Fri, 12 Oct 2018 14:03:09 +0000 (07:03 -0700)]
Fix up request body of multicloud adapter body
Make some of the attributes json instead of json in a string.
Fixed up payload of request.
Change-Id: I7737fd19d44c8075bd7fef19068a72f8c0ec7e6d
Issue-ID: SO-1124
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Benjamin, Max (mb388a) [Fri, 12 Oct 2018 17:11:44 +0000 (13:11 -0400)]
Updated aai dependency to 1.3.1
Change-Id: I1e9f9e972b65607304f7076e0a63879159b8ae94
Issue-ID: SO-1133
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Fri, 12 Oct 2018 15:11:07 +0000 (15:11 +0000)]
Merge "Dynamic Cloud Owner Support"
Benjamin, Max (mb388a) [Thu, 11 Oct 2018 17:55:37 +0000 (13:55 -0400)]
Dynamic Cloud Owner Support
added in cloud configuration object to request params
Fix Bean scanning so it picks up the resttemplate
removed unnecessary RestTemplate Bean configurations
corrected typo in CloudConfiguration class
updated gr api test cases with dynamic cloud owner
updated groovy files to allow for dynamic cloud owner values
updated GR API layer to include cloud owner
added enum for default cloud owner
add cloud owner variable to camunda in mapping
removed references to att-aic from BBInputSetup
updated aai schema dependency to 1.3.1 from 1.3.0
Fixed incorrect type AAIUri and updated logging in the method.
use existing service instance id instead of generating
Pass cloudOwner to process to propagate to subprocesses.
NOTE: our aai-schema dependency is 1.3.1-SNAPSHOT to be
compatible with the cloud owner changes here. The
releaesed 1.3.0 version is NOT compatible.
Change-Id: I43b46774b77981d1c8bfe7c7a79b9434889e62ae
Issue-ID: SO-1128
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Signed-off-by: Rob Daugherty <rd472p@att.com>
Ronan Kenny [Thu, 11 Oct 2018 14:48:26 +0000 (15:48 +0100)]
Fixing SO-Monitoring UI tests
Change-Id: I0601c024474196dc965ec7a7f16c4bca11af80f9
Issue-ID: SO-1125
Signed-off-by: Ronan Kenny <ronan.kenny@ericsson.com>
Rob Daugherty [Thu, 11 Oct 2018 23:24:28 +0000 (23:24 +0000)]
Merge "Fix UserInput Exception"
Marcus G K Williams [Wed, 10 Oct 2018 23:50:52 +0000 (16:50 -0700)]
Fix UserInput Exception
This change fixes processing of
UserInput in prepareCreateServiceInstance
which causes an exception if any user-input
is passed into createRequest.
Issue-ID: SO-1121
Change-Id: Iae8b158dfb8771d55607e09bdb18471358a2d9cd
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Rob Daugherty [Thu, 11 Oct 2018 17:08:45 +0000 (13:08 -0400)]
aai-schema:1.3.0-SNAPSHOT is gone
We must now use the newly released 1.3.0 version
Change-Id: I5b7f0f8847031b776ab49b453f237f009e71804b
Issue-ID: SO-1129
Signed-off-by: Rob Daugherty <rd472p@att.com>
Seshu Kumar M [Wed, 10 Oct 2018 15:26:22 +0000 (15:26 +0000)]
Merge "Adding SO Monitoring swagger json and yaml files"
Seshu Kumar M [Wed, 10 Oct 2018 15:07:50 +0000 (15:07 +0000)]
Merge "Fix reading sdncurl property"
Seshu Kumar M [Wed, 10 Oct 2018 15:07:36 +0000 (15:07 +0000)]
Merge "Fix url for requestsdb"
waqas.ikram [Wed, 10 Oct 2018 08:53:08 +0000 (09:53 +0100)]
Adding SO Monitoring swagger json and yaml files
Change-Id: Ie47ad22b1a960393928dc6a0df950c3a2cf22d8e
Issue-ID: SO-708
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
subhash kumar singh [Wed, 10 Oct 2018 06:36:17 +0000 (12:06 +0530)]
Fix reading sdncurl property
Fix reading sdncurl property.
Change-Id: I785bd969db6e1ad7d08ccc7e37d8153f34751e86
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Benjamin, Max (mb388a) [Tue, 9 Oct 2018 14:10:47 +0000 (10:10 -0400)]
Fix rollback
removed useless error handling test case from workflow
changed method name and added junit coverage to errors
added max retry and success status after completed bb
added assertion that global count var was reset to 0
updated rollback to reset current sequence count var
revert the other change and fix the rollback logic instead
fixed current sequence and updated rollback code
Change-Id: Ifd3282de1dbda8b36d4d89e5b7135ad464a9b963
Issue-ID: SO-1107
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Seshu Kumar M [Tue, 9 Oct 2018 09:34:44 +0000 (09:34 +0000)]
Merge "Save inputs into AAI when creating E2E service"
Yulian Han [Tue, 9 Oct 2018 07:09:58 +0000 (15:09 +0800)]
Save inputs into AAI when creating E2E service
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064402
Issue-ID: SO-791
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
Yulian Han [Tue, 9 Oct 2018 04:50:59 +0000 (12:50 +0800)]
E2EService support model-driven resource sequence
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064401
Issue-ID: SO-1114
Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
seshukm [Fri, 5 Oct 2018 09:16:44 +0000 (17:16 +0800)]
Fix the Licesnse scan issue
Change-Id: Ia39c5e902532d22f4eb3eaa6739ae0c941f8180e
Issue-ID: SO-1106
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
subhash kumar singh [Mon, 8 Oct 2018 10:18:23 +0000 (15:48 +0530)]
Fix url for requestsdb
Fix url for requestsdb.
Change-Id: I0ee934a52785d282aecdd41464b62ba476f1733a
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Chuanyu Chen [Mon, 8 Oct 2018 08:58:03 +0000 (08:58 +0000)]
Merge "Add swagger html"
Chuanyu Chen [Mon, 8 Oct 2018 06:53:49 +0000 (06:53 +0000)]
Merge "wan connection resource is Activate Required"
seshukm [Fri, 5 Oct 2018 08:27:16 +0000 (16:27 +0800)]
Add swagger html
Change-Id: Ide0ac761fc0cd4c86648d5587129404bf8e2cf7e
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Lukasz Muszkieta [Fri, 28 Sep 2018 13:09:04 +0000 (15:09 +0200)]
AAI Distribution delay is now set during the flow
Change-Id: I2afbe144608925fc8aef6bf200daef85151b5899
Issue-ID: SO-1099
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
seshukm [Fri, 28 Sep 2018 08:28:41 +0000 (16:28 +0800)]
update the swagger html and yaml
Change-Id: Ida589ae3e32fe0d10365e03b698655ca874eeca6
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Rob Daugherty [Tue, 2 Oct 2018 13:03:07 +0000 (13:03 +0000)]
Merge "Fix CreateVfModule Instantiation Error"
Eric Multanen [Tue, 2 Oct 2018 01:53:43 +0000 (18:53 -0700)]
Take generic VNF ID and vfModule ID from request
In createVfModule (for multicloud adapter), take
the generic VNF ID and vfModuleId from the Web service
request.
Change-Id: I092e081fef2ccc70c9b71dd6d75bb038c5663fef
Issue-ID: SO-1082
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Marcus Williams [Mon, 1 Oct 2018 22:03:31 +0000 (22:03 +0000)]
Merge "Fix up handling of multicloud return status"
Marcus G K Williams [Mon, 1 Oct 2018 18:46:17 +0000 (11:46 -0700)]
Fix CreateVfModule Instantiation Error
Issue-ID: SO-1097
Change-Id: I0eff52da7b90450d2a8b9d3ab5d1d92c245bb4f6
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Rob Daugherty [Mon, 1 Oct 2018 18:05:03 +0000 (18:05 +0000)]
Merge "Updated Reference data for AutoScaleOut"
Marcus Williams [Mon, 1 Oct 2018 16:50:01 +0000 (16:50 +0000)]
Merge "Add Logging"
Smokowski, Steve (ss835w) [Mon, 1 Oct 2018 12:51:20 +0000 (08:51 -0400)]
Add Logging
Add logging the exception that is thrown
Issue-ID: SO-1097
Change-Id: Iea317f65a139ed078834204f6a4cbbf48ac7a19e
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Eric Multanen [Mon, 1 Oct 2018 08:39:34 +0000 (01:39 -0700)]
Fix up handling of multicloud return status
Add calls to query vfmodule status to return
when doing create and delete.
Return status based on the query result and not
the rest response. Put in the completion
polling support on create.
Change-Id: Ife50509e54e001b92f4a65ec6be2905aef99f9b5
Issue-ID: SO-1082
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Zhuoyao Huang [Sun, 30 Sep 2018 08:52:11 +0000 (16:52 +0800)]
wan connection resource is Activate Required
Issue-ID: SO-688
Change-Id: Icc75a235a886621f603c827e41a99d44b098ab84
Signed-off-by: Zhuoyao Huang <10112215@zte.com.cn>
Seshu Kumar M [Fri, 28 Sep 2018 02:32:13 +0000 (02:32 +0000)]
Merge " Duplicate service entry removed"
Eric Multanen [Wed, 26 Sep 2018 00:00:35 +0000 (17:00 -0700)]
Fix calls to multicloud adapter
Fix up the json body of the POST call to multicloud.
Improve checkout of responses from multicloud calls.
Change-Id: I1fb47460b54e9e5b478815d3b531d5bdbe1fe3dc
Issue-ID: SO-1082
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Seshu Kumar M [Thu, 27 Sep 2018 08:06:34 +0000 (08:06 +0000)]
Merge "Revert jetty version to security version"
prashank [Thu, 27 Sep 2018 07:28:20 +0000 (12:58 +0530)]
Duplicate service entry removed
Change-Id: Icddb4a0ce3454f638cc425e4cf14609a36fa68ea
Issue-ID: SO-754
Signed-off-by: prashank <prashant.kumar1@amdocs.com>
Siva.ye [Thu, 27 Sep 2018 02:39:49 +0000 (02:39 +0000)]
Revert jetty version to security version
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000013
Issue-ID: SO-1013
Signed-off-by: Siva.ye <yezhihua@huawei.com>
seshukm [Wed, 26 Sep 2018 08:44:57 +0000 (16:44 +0800)]
update the APIs of SO
Change-Id: I8917dcdd90848885739721416c9b507afa96c12a
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Tue, 25 Sep 2018 11:13:07 +0000 (19:13 +0800)]
update the swagger.json
Change-Id: I0b757ea29e11293c6a3785af98be2cc14b14f5ef
Issue-ID: SO-675
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
subhash kumar singh [Wed, 26 Sep 2018 10:12:33 +0000 (15:42 +0530)]
Remove unused imports
Remove unused imports.
Change-Id: I53cec663089a6ddc215119800767d0f1fa64dd68
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 26 Sep 2018 09:48:55 +0000 (15:18 +0530)]
Fix typos in strings
Fix typos in strings.
Change-Id: I8c5b1c0a9098a57ee8cd99ff85244f7e937cc2d8
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 26 Sep 2018 09:40:48 +0000 (15:10 +0530)]
Remove unused isDebugEnabled
Remove unused isDebugEnabled.
Change-Id: I99d954533f9c26386472beeee6c2716b3d3a9086
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
subhash kumar singh [Wed, 26 Sep 2018 09:34:54 +0000 (15:04 +0530)]
Remove unused MSOUtils
Remove unused MSOUtils.
Change-Id: Ib255b4e420912b47e69df6d826930a4feaaf65ad
Issue-ID: SO-689
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Seshu Kumar M [Wed, 26 Sep 2018 04:35:06 +0000 (04:35 +0000)]
Merge "Add cloudSite Post to catalogDbClient"
Byung-Woo Jun [Tue, 25 Sep 2018 18:47:28 +0000 (14:47 -0400)]
Fix the groupid for so-monitoring
Fix the groupid for so-monitoring
Change-Id: I197f758340492cd28056a4399f4b23ba38193fa2
Issue-ID: SO-1090
Signed-off-by: byungwoojun<byung-woo.jun@ericsson.com>
Sunilkumar Shivangouda Biradar [Tue, 25 Sep 2018 06:44:09 +0000 (12:14 +0530)]
Sonar critical issues
Either log or rethrow this exception
Sonar Link:
https://sonar.onap.org/project/issues?assignees=sunilb&id=org.onap.so%3Aso&resolved=false&severities=CRITICAL
Location:
src\main\java\org\onap\so\asdc\client\ASDCController.java
Line No: L598 L630 L662 L708 L744
Change-Id: I40e5044236b5b4bb9c40155810569fa63c028b77
Issue-ID: SO-1088
Signed-off-by: Sunilkumar Shivangouda Biradar <sb00577584@techmahindra.com>
Smokowski, Steve (ss835w) [Fri, 21 Sep 2018 09:20:24 +0000 (05:20 -0400)]
Fix Stream
Fix Bean scanning so it picks up the resttemplate
removed unnecessary RestTemplate Bean configurations
Change-Id: I094bec8e9513a2e02ebf00215291136ed6d54a18
Issue-ID: SO-1080
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
Marcus G K Williams [Mon, 24 Sep 2018 23:22:51 +0000 (16:22 -0700)]
Add cloudSite Post to catalogDbClient
Issue-ID: SO-1081
Change-Id: I5808292c4b11413dfef07216d2b933b3358e4fae
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Byung-Woo Jun [Sun, 23 Sep 2018 17:08:15 +0000 (17:08 +0000)]
Merge "Fix the monitroing feature"
Byung-Woo Jun [Sat, 22 Sep 2018 14:47:39 +0000 (14:47 +0000)]
Merge "Fix the developer info"
Byung-Woo Jun [Sat, 22 Sep 2018 14:46:32 +0000 (14:46 +0000)]
Merge "Fix improper Licesnse scans"
seshukm [Sat, 22 Sep 2018 10:30:47 +0000 (18:30 +0800)]
Fix the monitroing feature
Change-Id: I6be6c8aabfe1a1248d72d7e77db017e1d1d57562
Issue-ID: SO-1085
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Sat, 22 Sep 2018 05:21:19 +0000 (13:21 +0800)]
Fix the developer info
Change-Id: Id5c96acc2a5fff6ddb4470aa8ed822a287a90fc7
Issue-ID: SO-1084
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
seshukm [Sat, 22 Sep 2018 04:47:54 +0000 (12:47 +0800)]
Fix improper Licesnse scans
Change-Id: I701f1b9475e0a1f74e007c90757b70bc4502b6da
Issue-ID: SO-915
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Seshu Kumar M [Sat, 22 Sep 2018 04:29:22 +0000 (04:29 +0000)]
Merge "DeploymentInfo tests and construction improvement"
Prema Bhatt [Sat, 22 Sep 2018 00:15:26 +0000 (17:15 -0700)]
Updated Reference data for AutoScaleOut
Change-Id: I7a4739a748dda3e34369b2f0fa5ca398ffe8be9b
Issue-ID: SO-1083
Signed-off-by: Prema Bhatt <pb6115@att.com>
Rob Daugherty [Fri, 21 Sep 2018 15:24:50 +0000 (15:24 +0000)]
Merge "various bugfixes for casablanca"
Seshu Kumar M [Fri, 21 Sep 2018 07:37:43 +0000 (07:37 +0000)]
Merge "added test case to ResponseHandlerTest.java"
Seshu Kumar M [Fri, 21 Sep 2018 01:36:06 +0000 (01:36 +0000)]
Merge "Update OofHoming w/ directives"
Marcus G K Williams [Fri, 21 Sep 2018 00:46:07 +0000 (17:46 -0700)]
Update OofHoming w/ directives
Issue-ID: SO-746
Change-Id: I597f7621a32eeb5b8e92cf80700c60bccdc5e560
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Byung-Woo Jun [Fri, 21 Sep 2018 00:36:41 +0000 (00:36 +0000)]
Merge "Add Java OofClient"
Marcus Williams [Fri, 21 Sep 2018 00:04:50 +0000 (00:04 +0000)]
Merge "Add multicloud to VnfPluginAdapter"
Eric Multanen [Fri, 14 Sep 2018 11:42:38 +0000 (04:42 -0700)]
Add multicloud to VnfPluginAdapter
Adds new mode 'multicloud' to VnfPluginAdapter
along with MsoMulticloudUtils and supporting
code.
Change-Id: I1cfdc9ba09c58315fb0bfc025854cf0122a32759
Issue-ID: SO-752
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Seshu Kumar M [Fri, 21 Sep 2018 00:03:01 +0000 (00:03 +0000)]
Merge "Standardize 3rd party library versions"
Rob Daugherty [Thu, 20 Sep 2018 21:30:12 +0000 (21:30 +0000)]
Merge "Add homing flag to alacart flows"
Marcus G K Williams [Wed, 19 Sep 2018 22:41:58 +0000 (15:41 -0700)]
Add homing flag to alacart flows
Issue-ID: SO-745
Change-Id: I5e9e5031be403d17e0dc141a0879b0a28062168e
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Benjamin, Max (mb388a) [Wed, 19 Sep 2018 13:56:15 +0000 (09:56 -0400)]
various bugfixes for casablanca
fixed unit tests after addition of A&AI edge label
added option for edgelabel between vnf inst group
added belongs to in connecting a vnf to instance group
- Adding test for
getRainyDayHandlerStatusByFlowNameAndServiceTypeAndVnfTypeAndErrorCodeAn
dWorkStep method in the catalogdb client
correct default RainyDay table search input
updated custom resolver to include float and added comment to explain
timestamp configuration
added a custom resolver and updated snake yaml version
Replacing bowman client with restTemplate.exchange | Add Accept and
Content-Type to headers
Removing the unused imports as well
Implementing some review comments for hte tests being ignored
Replacing bowman client with restTemplate.exchange |Fixing Junits
Replacing bowman client with restTemplate.exchange | Making Data
inserts to go specifically in requestDB
Replacing bowman client with restTemplate.exchange | Adding Junits
Replacing bowman client with restTemplate.exchange | Adding Junits
Replacing bowman client with restTemplate.exchange | Adding Junits
Replacing bowman client with restTemplate.exchange
- Updated tosca parser version to 1.4.3 and upgraded vnfc test case
with new csar to pass with latest parser code.
added test case for when workflow has not called all flows
fixed issue with rollback and retry in workflowaction
Reverted homing changes and changes assign vnf to use the homing
produced GeneralBuildingBlock.
fixed unit test to build the correct format hashmap
reverted extraction back to LinkedHashMap
marshal sdnc output to an object
removed unused variables and imports
extract response code/message from embedded map
add junits to parse SDNC assign response
removed missed org.openecomp.mso imports from bpmn
Change-Id: Ib2b6591a744ecb5b08c522494cdf1ad7dae18a08
Issue-ID: SO-1069
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Rob Daugherty [Thu, 20 Sep 2018 18:35:13 +0000 (18:35 +0000)]
Merge "Runtime BPMN Deployment Capability"
Rob Daugherty [Thu, 20 Sep 2018 18:18:23 +0000 (18:18 +0000)]
Merge "Do not use twice Homing ID for two BPMN"
Rob Daugherty [Thu, 20 Sep 2018 18:18:10 +0000 (18:18 +0000)]
Merge "Activity for Flow Completion Status"