aboutsummaryrefslogtreecommitdiffstats
path: root/adapters
AgeCommit message (Collapse)AuthorFilesLines
2019-04-26Merge "Enhancement for query"Seshu Kumar M7-1/+370
2019-04-26Merge "Define constant in place of literals Constants are declared and used ↵Seshu Kumar M3-43/+45
in place of literals Issue-ID: SO-1490"
2019-04-26Merge "Removal of unused variables and replace type specification. Removal ↵Seshu Kumar M3-12/+12
of unused local variables. Replace type specifications with diamond operator as per guide lines. Issue-ID: SO-1490"
2019-04-26Merge "Fixed issues found in integration testing"Seshu Kumar M18-197/+255
2019-04-26Enhancement for querysubhash kumar singh7-1/+370
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>
2019-04-25Merge "Reorder modifiers. Reorder modifiers to complt with Java code ↵Seshu Kumar M3-6/+7
specifications Issue-ID: SO-1490"
2019-04-25Merge "Reorder java modifiers. Reorder modifiers to complt with Java code ↵Seshu Kumar M4-4/+4
specifications Issue-ID: SO-1490"
2019-04-25Reorder java modifiers.h003974754-4/+4
Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490 Change-Id: Idcd8c8dcd2a664310007d3e965700363672cbea3 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-25Reorder modifiers.h003974753-6/+7
Reorder modifiers to complt with Java code specifications Issue-ID: SO-1490 Change-Id: Ic8adde29c0bc8b3d039e3f0f1c8837f53dd10aee Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-25Merge "Add SO update config file -application.yaml file"Steve Smokowski8-15/+111
2019-04-25Removal of unused variables and replace type specification.h003974753-12/+12
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>
2019-04-25Fixed issues found in integration testingMichaelMorris18-197/+255
Issue-ID: SO-1814 Change-Id: Ica6929e10cb40d535657eefc9786090af996ba32 Signed-off-by: MichaelMorris <michael.morris@est.tech>
2019-04-25Merge "add resourceInput in vnfc Issue-ID: SO-1393"Yan Yang2-1/+6
2019-04-25Define constant in place of literalsh003974753-43/+45
Constants are declared and used in place of literals Issue-ID: SO-1490 Change-Id: I8891e3aad24b29b4c951d995df0192437304d06e Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-25Merge "String literal to be on the left side of string compariosion."Seshu Kumar M3-13/+11
2019-04-25Merge "SDNCRestClient - sonar fixes"Seshu Kumar M1-11/+2
2019-04-25String literal to be on the left side of string compariosion.h003974753-13/+11
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>
2019-04-24Add SO update config file -application.yaml fileBonkur, Venkat (vb8416)1-2/+1
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
2019-04-25MsoVnfAdapterImpl - sonar fixDriptaroop Das1-30/+11
MsoVnfAdapterImpl - sonar fix Issue-ID: SO-1811 Change-Id: Ic3bebd30e4f65b9ba5732c43cfd8baf0050e3b7b Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-04-25SDNCRestClient - sonar fixesDriptaroop Das1-11/+2
SDNCRestClient - sonar fixes Issue-ID: SO-1811 Change-Id: I7348e35a325c523648696a2321d873f481a0b36d Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-04-24add resourceInput in vnfczm3302-1/+6
Issue-ID: SO-1393 Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
2019-04-24Remove the literal boolean values.Driptaroop Das4-6/+6
Remove the literal boolean values. Issue-ID: SO-1811 Change-Id: Iaa565b92cce2b6c8eddb77aff93491014cb7d7a3 Signed-off-by: Driptaroop Das <driptaroop.das@in.ibm.com>
2019-04-23Merge "Fix issue where null variable causes task to not" into dublinSteve Smokowski2-10/+47
2019-04-23add vnfcInstanceGroup sequencezm3302-0/+4
Issue-ID: SO-1393 Change-Id: Ife3b71dcfa543a693564779da44800f1dd8486e9 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
2019-04-22Merge "Status message for create vf module event audit"Steve Smokowski17-94/+200
2019-04-21Fix issue where null variable causes task to notBenjamin, Max (mb388a)2-10/+47
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>
2019-04-21Status message for create vf module event auditBenjamin, Max (mb388a)17-94/+200
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>
2019-04-21Merge "Remove import,variable,shift constructor call"Seshu Kumar M1-11/+9
2019-04-21Merge "Replace String literal with constant"Seshu Kumar M1-10/+9
2019-04-20Replace String literal with constantSindhuri.A1-10/+9
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>
2019-04-20Remove import,variable,shift constructor callSindhuri.A1-11/+9
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>
2019-04-20Replace String literal with a constantSindhuri.A1-4/+5
Replace String literal with a constant MsoVnfCloudifyAdapterImpl class Issue-ID: SO-1490 Change-Id: I89599391fba99a6e979bd19d6e86684c8691ec8b Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20always convert values toString for xml marshallingBenjamin, Max (mb388a)5-5/+63
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>
2019-04-20Merge "Substitute String Literal with Constant"Seshu Kumar M1-32/+30
2019-04-20Merge "Replace String Literal with a Constant"Seshu Kumar M1-3/+4
2019-04-20Merge "Replace String Literals with Constant"Seshu Kumar M1-9/+10
2019-04-19Add SO update config file -application.yaml fileBonkur, Venkat (vb8416)1-1/+0
Added Dublin - 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: I2329289e863f32e0e048b8bcc5cfa71d38f407a6
2019-04-19Substitute String Literal with ConstantSindhuri.A1-32/+30
Substitute String Literals with Constant MsoVnfCloudifyAdapterImpl class Issue-ID: SO-1490 Change-Id: I5b8340049a85a5405f158cac2518c571b74bc440 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Merge "move constructor calling after variable declare"Seshu Kumar M1-4/+4
2019-04-19Merge "Add String constant for duplicate literals"Seshu Kumar M1-40/+38
2019-04-19Replace String Literal with a ConstantSindhuri.A1-3/+4
Replace String Literals with Constant MsoVnfAdapterAsyncImpl class Issue-ID: SO-1490 Change-Id: Iaf8519e6ec216bf8e79e56e76856019b50371616 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Merge "Replace String Literal with Constant"Seshu Kumar M1-5/+6
2019-04-19Merge "change modifiers order and method name"Seshu Kumar M1-6/+6
2019-04-19Replace String Literals with ConstantSindhuri.A1-9/+10
Replace String Literals with Constant NetworkAdapterRest class Issue-ID: SO-1490 Change-Id: I2b8aa59b971da7af1b1abda0fd137f55d3a32284 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19move constructor calling after variable declareSindhuri.A1-4/+4
move constructor call after variable declaration HeatBridgeUtils Issue-ID: SO-1490 Change-Id: Ieea4b037f1fbd001eae49f55aa073d1d4eab7379 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Replace String Literal with ConstantSindhuri.A1-5/+6
Replace String Literal with Constant MsoNetworkAdapterAsyncImpl class Issue-ID: SO-1490 Change-Id: I906efda71f380c495bc4b6988a0d8f6c57d2983e Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19move constructor call after variable declarationSindhuri.A1-4/+5
move constructor call after variable declaration HeatBridgeConstants Issue-ID: SO-1490 Change-Id: I568c4c724b2d80a3d14bbb9765a7dba0f37b780d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Add String constant for duplicate literalsSindhuri.A1-40/+38
Added String constant for duplicate literals MsoVnfAdapterImpl class Issue-ID: SO-1490 Change-Id: I1dba65ee9f7c5a01f34f0ca51191325eb6805ef5 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19change modifiers order and method nameSindhuri.A1-6/+6
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>
2019-04-19Merge "Reorder modifiers, replace type specification"Seshu Kumar M1-37/+32