Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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>
|
|
{key2:vf_prop_list,INDEX,key|default}"
|
|
|
|
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>
|
|
as per guidelines. Issue-ID: SO-1490"
|
|
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>
|
|
Save format when resource is list type
e.g.
{key2:vf_prop_list,INDEX,key|default}
Change-Id: I1cde294eb790df0be6df13cfae9959310b93f366
Issue-ID: SO-1393
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
|
|
Issue-ID: SO-1827
Change-Id: I73fdcad3d466634cea850e4df10291a66ec2aa61
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
|
|
Removal of unused local variables as per guidelines.
Issue-ID: SO-1490
Change-Id: I2513b2b2751d31c94d7a0d8ba29c55139856d3a4
Signed-off-by: h00397475 <hena.choudhury@huawei.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>
|
|
Fix handling of Not Found status for multicloud plugin
query of a workload.
Change-Id: Ie33b8728bf71fbcf0eaaa6496520351404928a36
Issue-ID: SO-1821
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
|
|
|
|
in place of literals Issue-ID: SO-1490"
|
|
of unused local variables. Replace type specifications with diamond operator as per guide lines. Issue-ID: SO-1490"
|
|
|
|
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>
|
|
specifications Issue-ID: SO-1490"
|
|
specifications Issue-ID: SO-1490"
|
|
Added to Dublin branch- update the catalog-db-adapter -application.yaml file
Remove the below line for flyway so that repeatable scripts are run.
repeatableSqlMigrationPrefix: RATT
Issue-ID: SO-1804
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I54bd6d178d9f4c6854421f099bf393599d46d58f
|
|
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: Idcd8c8dcd2a664310007d3e965700363672cbea3
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
Reorder modifiers to complt with Java code specifications
Issue-ID: SO-1490
Change-Id: Ic8adde29c0bc8b3d039e3f0f1c8837f53dd10aee
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
|
|
Removal of unused local variables. Replace type specifications with diamond operator as per guide lines.
Issue-ID: SO-1490
Change-Id: I728287427c0f6f9e8289fb0dfa8e906856c774ff
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
Issue-ID: SO-1814
Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32
Signed-off-by: MichaelMorris <michael.morris@est.tech>
|
|
|
|
Constants are declared and used in place of literals
Issue-ID: SO-1490
Change-Id: I8891e3aad24b29b4c951d995df0192437304d06e
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
|
|
|
|
String literal should be on the left side of string comparision as per guidelines.
Issue-ID: SO-1490
Change-Id: I294cbbb2fe7dae9c68b7b20e9b3a0d1d75824ba0
Signed-off-by: h00397475 <hena.choudhury@huawei.com>
|
|
Added to Dublin branch- update the catalog-db-adapter -application.yaml file
Remove the below line for flyway so that repeatable scripts are run.
repeatableSqlMigrationPrefix: RATT
Issue-ID: SO-1804
Signed-off-by: Bonkur, Venkat (vb8416) <vb8416@att.com>
Change-Id: I54bd6d178d9f4c6854421f099bf393599d46d58f
|
|
MsoVnfAdapterImpl - sonar fix
Issue-ID: SO-1811
Change-Id: Ic3bebd30e4f65b9ba5732c43cfd8baf0050e3b7b
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
SDNCRestClient - sonar fixes
Issue-ID: SO-1811
Change-Id: I7348e35a325c523648696a2321d873f481a0b36d
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
|
|
Issue-ID: SO-1393
Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
|
|
Remove the literal boolean values.
Issue-ID: SO-1811
Change-Id: Iaa565b92cce2b6c8eddb77aff93491014cb7d7a3
Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.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>
|
|
always convert values toString for xml marshalling
added in null check and object mapper call
Change-Id: Ie91c313dce110d53586e6773e2223d63be799a54
Issue-ID: SO-1786
Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
|
|
|