Age | Commit message (Collapse) | Author | Files | Lines |
|
Openstack request status now stored in request db
Change-Id: Ida8f4f613d406c2b834ab190e01d5aaf2f16dd3d
Issue-ID: SO-1867
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
|
|
Remove triple logging of VNF adapter response to bpel
Change-Id: Ia8f3d3b9b76616e9dcc9f638ba5ca58dcac3ab8b
Issue-ID: SO-1863
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Added to write variablles on audit failure so bpmn knows whether
success or not.
Change-Id: I1eb0827a10ee75f4ee89bfb36d13035a2612e032
Issue-ID: SO-1862
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
|
|
merged dublin into master branch
Change-Id: Ifb78d405611b65764fd4f01558b0e703551ed663
Issue-ID: SO-1830
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
|
|
not all test are taken into suite, the test suite file should be moved up
Change-Id: I4ee4911bee9ee583a6fe3ec4f5edd8c669f75b4d
Issue-ID: SO-1843
Signed-off-by: Lukasz Muszkieta <lukasz.muszkieta@nokia.com>
|
|
Fix the sql migration version numbering to be proper
Fix marking test as private, mark public
Clean up public declarations to private
Fix schema.sql to have new column for unit test
Revert POM Change, add License, clean up comments
Fix bad spelling of method name issue
Update catalog db to support new rest endpoint
Update local query service and mappers
Localstaging of potential catalog db changes
Update logic to write overall distro status
Change-Id: I84d53b972ede3176c5af32d13444583a36606efa
Issue-ID: SO-1820
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Store Cloud Request in Database, add to request service
Add query Param to Plural to include cloud data
Change-Id: If906d28d0dc9c0c804e550e2074af3d75ba46d32
Issue-ID: SO-1807
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Do not need to retry on inventory exception due to vservers/linterfaces
missing.
Change-Id: I8e1e1d89ebd35e2b84a65e5e6db3e1db3f976982
Issue-ID: SO-1812
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Enhancemenv for query to include group and vnfccustomization.
{
"serviceResources": {
"modelInfo": {
"modelName": "NSService",
"modelUuid": "0bad8c92-7d22-49f0-b092-b64e6ca564a7",
"modelInvariantUuid": "69161960-515b-4bf3-91f1-313b813f5e1d",
"modelVersion": "1.0"
},
"serviceType": "",
"serviceRole": "",
"environmentContext": "General_Revenue-Bearing",
"resourceOrder": "NF",
"workloadContext": "Production",
"serviceVnfs": [
{
"modelInfo": {
"modelName": "",
"modelUuid": "123",
"modelInvariantUuid": "",
"modelVersion": "",
"modelCustomizationUuid": "1234",
"modelInstanceName": "test"
},
"toscaNodeType": "",
"nfFunction": "",
"nfType": "",
"nfRole": "",
"nfNamingCode": "",
"multiStageDesign": "",
"resourceInput": "",
"vfModules": [],
"groups": [
{
"modelInfo": {
"modelName": "test",
"modelUuid": "11",
"modelInvariantUuid": "11",
"modelVersion": "2"
},
"vnfcs": [
{
"modelInfo": {
"modelName": "xfs",
"modelUuid": "22",
"modelInvariantUuid": "2222",
"modelVersion": "22222",
"modelCustomizationUuid": "2222"
}
}
]
}
]
}
],
"serviceNetworks": [],
"serviceAllottedResources": []
}
}
Issue-ID: SO-1393
Change-Id: Iee7f79337f73276f857d6d42b5b2416e4e8f4536
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
|
|
|
|
|
|
MsoVnfAdapterImpl - sonar fix
Issue-ID: SO-1811
Change-Id: Ic3bebd30e4f65b9ba5732c43cfd8baf0050e3b7b
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Issue-ID: SO-1393
Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
Issue-ID: SO-1393
Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
|
|
fixed formatting of newly added files
Fix issue where null variable causes task to not complete
Change-Id: If2361a0834220c2e2738917a2e5bf9b012570929
Issue-ID: SO-1806
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
Added appc to application-test due to new dependency in openstack
Updated exception class to inject mock into class for junits.
Added error handling support for when create audit fails.
Added error handling for when create audit fails and added test
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Updated locaton of pojos for audit code
Updated test schema file to create table and added field.
Updated pom file to relfect typo in change made.
Comitting files that i forgot to stage from previous commit
Updated locaton of pojos for audit code
Additional fixes including vnfcname and null check
Fixed bug in delete audit failure check and reverted gateway change.
Change-Id: I993ce377dd6407960a65b4940d83d8162b24633c
Issue-ID: SO-1792
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
|
|
|
|
Replace String literal with a constant VnfAdapterNotify_Service class
Issue-ID: SO-1490
Change-Id: Iebcfb6254fce98cc09e772389629bba2af169194
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Remove unused import,variable,shift constructor call MsoVnfPluginAdapterImpl class
Issue-ID: SO-1490
Change-Id: I1d722d7157ccbb9366dfe0ae60529c40615bb8e3
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Replace String literal with a constant MsoVnfCloudifyAdapterImpl class
Issue-ID: SO-1490
Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
|
|
|
|
|
|
Substitute String Literals with Constant MsoVnfCloudifyAdapterImpl class
Issue-ID: SO-1490
Change-Id: I5b8340049a85a5405f158cac2518c571b74bc440
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
|
|
|
|
Replace String Literals with Constant MsoVnfAdapterAsyncImpl class
Issue-ID: SO-1490
Change-Id: Iaf8519e6ec216bf8e79e56e76856019b50371616
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
|
|
|
|
Replace String Literals with Constant NetworkAdapterRest class
Issue-ID: SO-1490
Change-Id: I2b8aa59b971da7af1b1abda0fd137f55d3a32284
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
move constructor call after variable declaration HeatBridgeUtils
Issue-ID: SO-1490
Change-Id: Ieea4b037f1fbd001eae49f55aa073d1d4eab7379
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Replace String Literal with Constant MsoNetworkAdapterAsyncImpl class
Issue-ID: SO-1490
Change-Id: I906efda71f380c495bc4b6988a0d8f6c57d2983e
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
move constructor call after variable declaration HeatBridgeConstants
Issue-ID: SO-1490
Change-Id: I568c4c724b2d80a3d14bbb9765a7dba0f37b780d
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Added String constant for duplicate literals MsoVnfAdapterImpl class
Issue-ID: SO-1490
Change-Id: I1dba65ee9f7c5a01f34f0ca51191325eb6805ef5
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
change modifiers order and method name VnfAdapterNotify_Service class
Issue-ID: SO-1490
Change-Id: I6b3e44ae5959ebdd1161c0375423a9e4a1b7990a
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
|
|
|
|
|
|
|
|
Reorder modifiers, replace type specification vnf async client ObjectFactory
Issue-ID: SO-1490
Change-Id: I64e86b87045c800616c4662262fd960c8672b437
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
|
|
|
|
replace type specification for vnf async client classes
Issue-ID: SO-1490
Change-Id: I96d96aa863a8cdfc5d92adc4675600fdc9dd5568
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Replace string literal with const,replace type specification
Issue-ID: SO-1490
Change-Id: Ie37ebd3f15ded40579777ffead04f7d2c3a65a43
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Remove unused constants, change constructor place MsoVnfCloudifyAdapterImpl class
Issue-ID: SO-1490
Change-Id: I4388e8cc50173fbec3a916e76e7a64d9788085fd
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|
|
Added String constant for duplicate literals MsoVnfAdapterAsyncImpl class
Issue-ID: SO-1490
Change-Id: Ib64d297c91a72cb5a4f61650de7a965456e86ed2
Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
|