aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-06query clients now have more useable result methodsBenjamin, Max (mb388a)20-26/+390
ResourceAndUrl now outputs the correct wrapper type query clients now have more useable result methods Change-Id: I000f8a7e7d4e204d1da7ad1c6bb5ce3e2d0135b2 Issue-ID: SO-1596 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-06Merge "Fix Build"Marcus Williams1-1/+1
2019-03-06Fix BuildSmokowski, Steve (ss835w)1-1/+1
Fix build, AAI dependency has been incremented Issue-ID: SO-1600 Change-Id: I5bccdc5a40ca513905ee3b69d96662e6ff9889dc Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-03-04skip cloud region validation for nowBenjamin, Max (mb388a)1-0/+2
CloudRegionOrchestration pre-validator should be disabled Change-Id: I0b7579f99a9133f242e9dbd19add1eb06b5da0c1 Issue-ID: SO-1590 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-04Merge "put error message in execution"Steve Smokowski1-7/+10
2019-03-04Merge "flow validators can be skipped via an annotation"Steve Smokowski3-1/+54
2019-03-04Merge "Remove restriction on mapping String values only"Steve Smokowski6-27/+173
2019-03-04Merge "Removed inventoryType field check"Steve Smokowski2-53/+40
2019-03-04Remove restriction on mapping String values onlyBenjamin, Max (mb388a)6-27/+173
Correct the JUnits to address userParams non-String values Remove restriction on mapping of String values only for userParams in BB RequestContext. Change-Id: I8a0d30e61618c275301d62bf04c064bea56c1b4d Issue-ID: SO-1593 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-04Merge "Removed MsoLogger from 'mso-infrastructure-bpmn'"Steve Smokowski21-331/+324
2019-03-04Merge "Junit added for KeystoneAuthHolder.java"Steve Smokowski1-0/+59
2019-03-04Removed inventoryType field checkBenjamin, Max (mb388a)2-53/+40
Removed inventoryType field check instead using identifierType due to sniro defect in their AID. Change-Id: Id18e2e07333bcc10d0f6ea7df2e655177e481211 Issue-ID: SO-1592 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-04put error message in executionBenjamin, Max (mb388a)1-7/+10
put error message in execution before checking rollback Change-Id: I41bc89f589a260aece0c837d83218794ec1ec72e Issue-ID: SO-1591 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-04flow validators can be skipped via an annotationBenjamin, Max (mb388a)3-1/+54
flow validators can now be skipped via an annotation Change-Id: I7796d5829aacee466419d558dfc95a761125577a Issue-ID: SO-1589 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-04Removed MsoLogger from 'mso-infrastructure-bpmn'r.bogacki21-331/+324
Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I05fa4d03fe2688a888c592a9c19c90e4fc213e48 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-04Junit added for KeystoneAuthHolder.javaSudarshan Kumar1-0/+59
Junit added for KeystoneAuthHolder.java Issue-ID: SO-1576 Change-Id: Ib313d6a3aa01da3fc7292b2cae4ba7b0a03ebce6 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-03-04Removed MsoLogger from 'mso-api-handlers'r.bogacki23-156/+220
Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: Id0f1e0dda34038d8dbf6894e5d4e6923dc3a8440 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-01Merge "Removed MsoLogger from 'mso-api-handler-common'"Steve Smokowski8-37/+66
2019-03-01Merge "fix rainy day handling status"Steve Smokowski1-2/+2
2019-03-01Merge "removed qualifiers that no longer exist"Steve Smokowski5-10/+0
2019-03-01Merge "audit poller is polling too fast"Steve Smokowski4-112/+62
2019-03-01Merge "Implement a separate task to query CatalogDB for"Steve Smokowski4-296/+667
2019-03-01Merge "add sdnc adapter subflow call to network update"Steve Smokowski2-14/+37
2019-03-01Merge "use async activity call in UpdateNetwork BB"Steve Smokowski6-77/+159
2019-03-01Merge "vnf spin up gr api vnf s base module fails"Steve Smokowski43-296/+517
2019-03-01removed qualifiers that no longer existBenjamin, Max (mb388a)5-10/+0
removed qualifiers that no longer exist in the code Change-Id: I5270b7d7dd1627066d5d5404910d0e9d355f2165 Issue-ID: SO-1588 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01audit poller is polling too fastBenjamin, Max (mb388a)4-112/+62
Fix version incompatibility in external task client Fix the openstack external task to poll slower Change-Id: I376366f4848afd1eb356f43b556b7de20961ba88 Issue-ID: SO-1587 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Implement a separate task to query CatalogDB forBenjamin, Max (mb388a)4-296/+667
Restore script value for the script task Implement a separate task to query CatalogDB for CloudSite info for CM flows. Change-Id: Id9dc4da9a7d50b50b691f30a8e0a5ce68eec1739 Issue-ID: SO-1586 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01add sdnc adapter subflow call to network updateBenjamin, Max (mb388a)2-14/+37
add sdnc adapter subflow call to network update Change-Id: I3206acb634afb5ce9247656030f82ab8064adf08 Issue-ID: SO-1585 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01use async activity call in UpdateNetwork BBBenjamin, Max (mb388a)6-77/+159
remove references to AIC in comments use async activity call in UpdateNetwork BB Change-Id: I46472571078ac335bc85c865fdd82964b68c0d75 Issue-ID: SO-1583 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01fix rainy day handling statusBenjamin, Max (mb388a)1-2/+2
Change behavior of PENDING_ACTIVATION for VF Module to be the same as for ASSIGNED status; remove PENDING_ACTIVATION for all other objects. Always set AAI status to ASSIGNED from AssignVfModuleBB Change-Id: I9e96bfffbf7cd17694de6629ce5202cee7c8119f Issue-ID: SO-1584 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01vnf spin up gr api vnf s base module failsBenjamin, Max (mb388a)43-296/+517
map object representations of json back to json strings marshal all objects to json strings before sending all input params converted to Map<String, Object> Updated userParams map from HashMap<String, String> to Map<String, Object> as HashMap<String, String> userParams was causing VNF spin up to fail. Input json in Userparams was not accepted as a valid json format. Updated other files that were affected by this change. Change-Id: I0c00fc00c4c11b54ace4df7be8d5bfc80d41d130 Issue-ID: SO-1582 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01removed extra code for vnf resource processingBenjamin, Max (mb388a)1-12/+0
removed extra code for vnf resource processing Issue-ID: SO-1581 Change-Id: Ie8e0da953c20780ba4b63fb7de53e5c7844790cc Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-03-01Removed MsoLogger from 'mso-api-handler-common'r.bogacki8-37/+66
Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I4254087187c9b7006d0dac8b3ab13fe41113c42f Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-03-01Merge "Removed MsoLogger from 'so-bpmn-tasks'"Steve Smokowski46-255/+401
2019-03-01Removed MsoLogger from 'so-bpmn-tasks'r.bogacki46-255/+401
Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I53895308cd3f9fb006738f7aa4d2ba5880ba3d85 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-28Merge "Removed MsoLogger from 'MSOCoreBPMN' II"Steve Smokowski2-14/+17
2019-02-28Merge "Added Junit for GRMClientCallFailed.java"Steve Smokowski1-0/+36
2019-02-28Merge "Remove MsoLogger from 'mso-openstack-adapters'"Steve Smokowski9-709/+479
2019-02-28Merge "Junit Test Case Added for AAIClientCallFailed.java"Steve Smokowski1-0/+35
2019-02-28Merge "Removed MsoLogger from 'asdc-controller'"Steve Smokowski13-287/+297
2019-02-28Removed MsoLogger from 'asdc-controller'r.bogacki13-287/+297
Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: I15f40f26c5373222c903e74436ede3a9521d8bdb Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-28CorrelationId cleanupJoanna Jeremicz38-202/+191
Remove old correlationId field and references from ServiceInstancesRequest and rename correlationId to pnfCorrelationId Change-Id: I5d8861aebe14c68574b6c54bc8d4eadf2967478b Issue-ID: SO-1274 Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com>
2019-02-28Added Junit for GRMClientCallFailed.javaSudarshan Kumar1-0/+36
Added Junit for GRMClientCallFailed.java Issue-ID: SO-1576 Change-Id: Ia05c40399a400af8536732f172b0bb47691002f5 Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-28Junit Test Case Added for AAIClientCallFailed.javaSudarshan Kumar1-0/+35
Junit Test Case Added for AAIClientCallFailed.java Issue-ID: SO-1576 Change-Id: Id9ba99a8268a0c8698f4d913c999ff4a06c3be1f Signed-off-by: Sudarshan Kumar <sudars19@in.ibm.com>
2019-02-28Removed MsoLogger from 'MSOCoreBPMN' IIr.bogacki2-14/+17
Removed MsoLogger from adapters ('MSOCoreBPMN') Replaced MsoLogger with plain slf4j. Refactored login output. Fixed imports. Change-Id: Ie527c56f3dd97f26c7d7b7ea947a853fc63a1157 Issue-ID: LOG-631 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-28Remove MsoLogger from 'mso-openstack-adapters'k.kazak9-709/+479
Removed MsoLogger from adapters ('mso-openstack-adapters') Replaced MsoLogger with plain slf4j Refactored login output Fixed imports Change-Id: Id39453e1a7ec86271ffc1e7d1ce08bf413369a60 Issue-ID: LOG-631 Signed-off-by: k.kazak <k.kazak@samsung.com> Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-02-27Merge "Removed MsoLogger from 'MSOCommonBPMN'"Steve Smokowski25-259/+307
2019-02-27Merge "Removed MsoLogger from 'cloudify-client'"Steve Smokowski2-13/+20
2019-02-27Fix start upBenjamin, Max (mb388a)10-87/+22
corrected application properties Issue-ID: SO-1558 Change-Id: Ib768d7c72a64a11dbb08eea79c4c9a4f5fb970a6 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>