summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-12-10Merge "fixed headers for traceability"Rob Daugherty5-96/+114
2018-12-10Merge "Fix issues with DoCreateNetworkInstance"Rob Daugherty1-290/+251
2018-12-10Merge "remove multiline strings with A&AI client"Rob Daugherty1-12/+10
2018-12-10Merge "fixed null pointer in update request db"Rob Daugherty2-2/+32
2018-12-10Merge "Fix cloud Migration to read update config property"Rob Daugherty1-1/+1
2018-12-10Merge "fix volume group model info retrieval"Rob Daugherty2-9/+21
2018-12-10Merge "Add unit tests for ExternalAPIUtil"Rob Daugherty10-32/+301
2018-12-10Merge "sdnc common tasks returns response"Rob Daugherty4-4/+17
2018-12-10Merge "Fix App Yamls"Rob Daugherty3-5/+3
2018-12-07Fix issues with DoCreateNetworkInstanceKalkere Ramesh, Sharan (sk720x)1-290/+251
Change-Id: I8aa535b0577560c13a00b3c9a5eed49a3892f644 Issue-ID: SO-1303 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07remove multiline strings with A&AI clientKalkere Ramesh, Sharan (sk720x)1-12/+10
do not use multiline strings with A&AI client Change-Id: I6c88e198601479dda1c09edc7717289beae5dc60 Issue-ID: SO-1302 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07fixed headers for traceabilityKalkere Ramesh, Sharan (sk720x)5-96/+114
Changed if condition and updated to get last element/instance in the list. Add block to handle when there is more than 1 process instance returned. Update headers for traceability in logging Change-Id: Ibb2cd0bf5ba7cd733371a204c0b61e418564df97 Issue-ID: SO-1301 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07fixed null pointer in update request dbKalkere Ramesh, Sharan (sk720x)2-2/+32
Fix issue with broken JUNIT tests case Update logic so it does not null pointer Change-Id: I88bbb6eb28125331ee10e6ba5185b15bae8b2375 Issue-ID: SO-1300 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07Fix cloud Migration to read update config propertyKalkere Ramesh, Sharan (sk720x)1-1/+1
Fix cloud Migration to read update config property Change-Id: I143f654b62c83aaf19b9c8bd076fb3878967f120 Issue-ID: SO-1299 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07fix volume group model info retrievalKalkere Ramesh, Sharan (sk720x)2-9/+21
fixed the broken unit test with updated mocks fix the if statement where its supposed to take in cloudRegion Change-Id: I0a1f349ff8d64dfec7ad98b351c8701f9cb828bb Issue-ID: SO-1297 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-07sdnc common tasks returns responseKalkere Ramesh, Sharan (sk720x)4-4/+17
fix the post200Test by returning the correct response fix the unit test that expected the json response fixed the sdnc common tasks to return json response Change-Id: I80392cbd9aa90955c47661eeee6c605c213525e7 Issue-ID: SO-1296 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06Merge "Unable to Find Instance Group"Rob Daugherty5-5/+4
2018-12-06Merge "Update SDNC Client"Rob Daugherty1-1/+1
2018-12-06Merge "Enabled Scheduled Jobs"Rob Daugherty1-0/+2
2018-12-06Merge "Prevent Abort Complete"Rob Daugherty1-3/+3
2018-12-06Merge "fix flakey unit test"Rob Daugherty1-1/+1
2018-12-06Merge "grm clients use encrypted auth loading"Rob Daugherty9-115/+181
2018-12-06Merge "update orchestrationrequest response"Rob Daugherty5-1/+146
2018-12-06Merge "change all sdnc calls"Rob Daugherty54-960/+1171
2018-12-06Update SDNC ClientSmokowski, Steve (ss835w)1-1/+1
updated sdnc client version to 1.5.0 Change-Id: If043e9b2b2cd8cfb1538e53e5db9b79a8220bc47 Issue-ID: SO-1295 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-06Unable to Find Instance GroupSmokowski, Steve (ss835w)5-5/+4
Change-Id: I72ed1a171a6062b7d020a1ba5f85f4fc902cced6 Issue-ID: SO-1294 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-06Enabled Scheduled JobsSmokowski, Steve (ss835w)1-0/+2
Re-enable scheduled jobs inside of springboot 2.0 Change-Id: I9d405b2d4e6c11194a3a84bb9a213c877035ee5e Issue-ID: SO-1292 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-06Prevent Abort CompleteSmokowski, Steve (ss835w)1-3/+3
Prevent completion processing on Abort handling code Change-Id: I5ef615e16e5b9f5e5c4ab14d896c24444c6e0a92 Issue-ID: SO-1291 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-06update orchestrationrequest responseKalkere Ramesh, Sharan (sk720x)5-1/+146
Change-Id: If2bebd5fe511a1beee4ada0bb473e3b37f8ce474 Issue-ID: SO-1290 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06fix flakey unit testKalkere Ramesh, Sharan (sk720x)1-1/+1
Change-Id: Ie82a2ae1890a867d027b534c2a674fcd750b2a66 Issue-ID: SO-1289 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06grm clients use encrypted auth loadingKalkere Ramesh, Sharan (sk720x)9-115/+181
Change-Id: I328e7c0913acf3d84d4a51ba9b9237ec337b0ee1 Issue-ID: SO-1288 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06change all sdnc callsKalkere Ramesh, Sharan (sk720x)54-960/+1171
Change-Id: I85c9e0c35b543f86818f6689df6c64198fe2bf35 Issue-ID: SO-1287 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06creating relationships vnf and tenantKalkere Ramesh, Sharan (sk720x)10-20/+378
Change-Id: I515fc40c7924c2fdb3f0bc4dd3a620eb0a3bf948 Issue-ID: SO-1284 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06Merge "fix how we get cloud info in GR_API"Rob Daugherty10-18/+223
2018-12-06fix how we get cloud info in GR_APIKalkere Ramesh, Sharan (sk720x)10-18/+223
added jpa repo for northbound request with a cloudowner Change-Id: I3a2aeb3547f194bc404ed1bc08ba6d8560961a79 Issue-ID: SO-1283 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-06Merge "Alacarte Recreate Update"Rob Daugherty1-1/+1
2018-12-06Merge "Replace Hard Coded Function"Rob Daugherty1-3/+13
2018-12-06Merge "Remove Version Check"Rob Daugherty1-1/+1
2018-12-05moved all ecomp.mso properties to org.onap.soKalkere Ramesh, Sharan (sk720x)7-62/+66
moved all ecomp.mso properties to org.onap.so Change-Id: I55bd57d1c1d1dca065575c03d3c0b8f83aa4594d Issue-ID: SO-1278 Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
2018-12-05Alacarte Recreate UpdateSmokowski, Steve (ss835w)1-1/+1
Updated aLaCarte logic for recreate actions Change-Id: I8f3cb8f53bbf9b0f77416ce09bba8313f5f58093 Issue-ID: SO-128 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-05Fix App YamlsSmokowski, Steve (ss835w)3-5/+3
Fix application yamls to use springboot 2.0 properties Issue-ID: SO-1281 Change-Id: I6a24fb3bef41477b893649f2110066ba6021141f Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-05Remove Version CheckSmokowski, Steve (ss835w)1-1/+1
Removed version check as not necessary for setting boolean Change-Id: I7243f0b80df6766c9d681889ee5205fed4efbbcb Issue-ID: SO-1280 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-05Replace Hard Coded FunctionSmokowski, Steve (ss835w)1-3/+13
- Replaced the VNFC hardcoded Function with the function value that is set on the node template. Change-Id: Id3b2e3a05c5dc9392509972fdf557ec1fc6c3beb Issue-ID: SO-1279 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-05Merge "Add Cloud Owner"Rob Daugherty9-28/+888
2018-12-05Merge "Resolve Security Exploits"Rob Daugherty6-21/+32
2018-12-05Merge "Always UnAssign"Marcus Williams2-82/+4
2018-12-05Add Cloud OwnerSmokowski, Steve (ss835w)9-28/+888
Update ref data, turn test into integration test Fixed junit test to use cloudOwner as "my-custom-cloud-owner". Fixed junit test case for the new method. updates to the junit test case for Update WorkflowAction.queryNorthBoundRequestCatalogDb to have cloud-owner as a param Add a new method to CatalogDBClient- getNorthBoundRequestByActionAndIsALaCarteAndRequestScopeAndCloudOwner() Update Repeatable Migration to have CloudOwner Populated for all Records Add New Migration Script to Add Cloud_Owner Column to North_Bound_Request Table Add Cloud_Owner Field to Java Bean, as a String Change-Id: I9f135be8923626c6d6f6b4ae23e4cbc0200067e2 Issue-ID: SO-1276 Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2018-12-05Merge "dmaap topic listening - bug fixing"Rob Daugherty1-0/+3
2018-12-05Merge "Updated Network Logic"Rob Daugherty6-59/+75
2018-12-05Merge "Add support for naming service"Rob Daugherty16-1/+1165