aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-10-19Update version to 1.4.0-SNAPSHOT for DublinRob Daugherty36-46/+47
Henceforth, the master branch will be for Dublin work. Change-Id: I269fd8f227e37afdab9c633f45488c643e5e765e Issue-ID: SO-1151 Signed-off-by: Rob Daugherty <rd472p@att.com>
2018-10-19logging-slf4j:1.2.2-SNAPSHOT does not existRob Daugherty2-14/+2
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> (cherry picked from commit 50fcd6f94104234212d907f8fb968d506d4d6e33)
2018-10-19Merge "remove unused code"Seshu Kumar M10-145/+22
2018-10-18Merge "Bug fixes October 16"Rob Daugherty15-37/+153
2018-10-17Merge "Fixing SO-Monitoring UI tests"Marcus Williams12-49/+285
2018-10-17remove unused codeLukasz Muszkieta10-145/+22
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>
2018-10-17Bug fixes October 16Benjamin, Max (mb388a)15-37/+153
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>
2018-10-17Merge "correlationId is now read from userParams"Rob Daugherty2-14/+21
2018-10-17Merge "Bug fixes for casablanca"Rob Daugherty40-173/+506
2018-10-17Merge "Fix OOF Config Ingestion"maopeng zhang3-4/+30
2018-10-17Merge "Fix variable to retrieve sdnc endpoint"maopeng zhang1-1/+1
2018-10-17Merge "Prepare resources for service uuid req"maopeng zhang1-2/+9
2018-10-17Merge "Return canonical stack id on multicloud create"Marcus Williams1-1/+1
2018-10-17Return canonical stack id on multicloud createEric Multanen1-1/+1
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>
2018-10-16Merge "cloud owner support for SDNC interface"Marcus Williams4-1/+4
2018-10-16Fix OOF Config IngestionMarcus G K Williams3-4/+30
Update Homing OOF Config Path Issue-ID: SO-1127 Change-Id: I10ba6dcf23d474ba5e9832a6f4f35e52ead020b5 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2018-10-16Bug fixes for casablancaBenjamin, Max (mb388a)40-173/+506
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>
2018-10-16Fix variable to retrieve sdnc endpointsubhash kumar singh1-1/+1
Fix variable to retrieve sdnc endpoint Change-Id: Ib27049f90d545bceb34a73394f5b430c549c5e08 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-10-16Prepare resources for service uuid reqsubhash kumar singh1-2/+9
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>
2018-10-16Merge "Fix swapped parameters for multicloud DELETE"maopeng zhang1-1/+1
2018-10-16Fix swapped parameters for multicloud DELETEEric Multanen1-1/+1
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>
2018-10-15Update msb-java-sdk to resolve license issuesGary Wu2-13/+1
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>
2018-10-15cloud owner support for SDNC interfaceBenjamin, Max (mb388a)4-1/+4
added cloudOwner to SDNC gr api payloads Change-Id: If8351ab9078bd0c0f503acdf21622d615eb5a5ab Issue-ID: SO-1137 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-10-15correlationId is now read from userParamsbiniek2-14/+21
Change-Id: I92c6caad1370fde7daf067addbf39e45469e08aa Issue-ID: SO-1116 Signed-off-by: biniek <lukasz.biniek@nokia.com>
2018-10-12Fix up request body of multicloud adapter bodyEric Multanen2-31/+19
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>
2018-10-12Updated aai dependency to 1.3.1Benjamin, Max (mb388a)1-1/+1
Change-Id: I1e9f9e972b65607304f7076e0a63879159b8ae94 Issue-ID: SO-1133 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2018-10-12Merge "Dynamic Cloud Owner Support"Rob Daugherty177-5633/+3536
2018-10-12Dynamic Cloud Owner SupportBenjamin, Max (mb388a)177-5633/+3536
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>
2018-10-12Fixing SO-Monitoring UI testsRonan Kenny12-49/+285
Change-Id: I0601c024474196dc965ec7a7f16c4bca11af80f9 Issue-ID: SO-1125 Signed-off-by: Ronan Kenny <ronan.kenny@ericsson.com>
2018-10-11Merge "Fix UserInput Exception"Rob Daugherty2-11/+64
2018-10-11Fix UserInput ExceptionMarcus G K Williams3-12/+65
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>
2018-10-11aai-schema:1.3.0-SNAPSHOT is goneRob Daugherty1-1/+1
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>
2018-10-10Merge "Adding SO Monitoring swagger json and yaml files"Seshu Kumar M2-0/+720
2018-10-10Merge "Fix reading sdncurl property"Seshu Kumar M1-2/+3
2018-10-10Merge "Fix url for requestsdb"Seshu Kumar M1-1/+1
2018-10-10Adding SO Monitoring swagger json and yaml fileswaqas.ikram2-0/+720
Change-Id: Ie47ad22b1a960393928dc6a0df950c3a2cf22d8e Issue-ID: SO-708 Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
2018-10-10Fix reading sdncurl propertysubhash kumar singh1-2/+3
Fix reading sdncurl property. Change-Id: I785bd969db6e1ad7d08ccc7e37d8153f34751e86 Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-10-09Fix rollbackBenjamin, Max (mb388a)7-93/+191
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>
2018-10-09Merge "Save inputs into AAI when creating E2E service"Seshu Kumar M1-0/+1
2018-10-09Save inputs into AAI when creating E2E serviceYulian Han1-0/+1
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064402 Issue-ID: SO-791 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-10-09E2EService support model-driven resource sequenceYulian Han2-142/+220
Change-Id: Idaa55084f5ecb0dd3636c232cebc14fa5f064401 Issue-ID: SO-1114 Signed-off-by: Yulian Han <elaine.hanyulian@huawei.com>
2018-10-08Fix the Licesnse scan issueseshukm2-0/+0
Change-Id: Ia39c5e902532d22f4eb3eaa6739ae0c941f8180e Issue-ID: SO-1106 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-10-08Fix url for requestsdbsubhash kumar singh1-1/+1
Fix url for requestsdb. Change-Id: I0ee934a52785d282aecdd41464b62ba476f1733a Issue-ID: SO-689 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2018-10-08Merge "Add swagger html"Chuanyu Chen1-0/+19377
2018-10-08Merge "wan connection resource is Activate Required"Chuanyu Chen1-0/+4
2018-10-05Add swagger htmlseshukm1-0/+19377
Change-Id: Ide0ac761fc0cd4c86648d5587129404bf8e2cf7e Issue-ID: SO-675 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-10-04AAI Distribution delay is now set during the flowLukasz Muszkieta2-22/+5
Change-Id: I2afbe144608925fc8aef6bf200daef85151b5899 Issue-ID: SO-1099 Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
2018-10-03update the swagger html and yamlseshukm6-0/+23199
Change-Id: Ida589ae3e32fe0d10365e03b698655ca874eeca6 Issue-ID: SO-675 Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
2018-10-02Merge "Fix CreateVfModule Instantiation Error"Rob Daugherty2-14/+19
2018-10-02Take generic VNF ID and vfModule ID from requestEric Multanen12-257/+290
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>