aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
2019-05-05Check variable to determine audit successBoslet, Cory1-114/+153
Added gateway to check variable to determine audit success due to external task not throwing bpmn error. Change-Id: I35acbb46ea40d83f2af78e2bf99f07193401a2a6 Issue-ID: SO-1832 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-05-02Merge "Modify instance resource list creation"Seshu Kumar M5-90/+322
2019-05-02Modify instance resource list creationsubhash kumar singh5-90/+322
Modify instance resource list creation to avoid hard locking of model name in UUI request. e.g. VF resource and gruop resource has resource input vf { resource_input : { key1:value2, key2:[vf_prop_list,INDEX,key]|default} Derive the key ("vf_prop_list") from resource input and use this info to map UUI request. UUI req: { ... resourceInput: { vf_prop_list : /// mapped with resource input of resource { .... Change-Id: Ic40079a094b2628bcf6f5758121b7492ee3c1353 Issue-ID: SO-1393 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-05-02Merge "Sonar fix NullPointerException"Seshu Kumar M1-1/+3
2019-05-02Enhanced logic for multilevel list input reading from UUIsarada prasad sahoo7-32/+533
Logic modified to support VF and VFC/group level user input reading from the list and automatically incrementing/maintaining index of list for fetching data from User input and map to service inputs. Change-Id: I9faa7e9a689324e80c1e5123e0d4c2ebedd1bf76 Issue-ID: SO-1393 Signed-off-by: sarada prasad sahoo <sarada.prasad.sahoo@huawei.com>
2019-04-30Sonar fix NullPointerExceptionArindam Mondal1-1/+3
Issue-ID: SO-1829 Change-Id: I2b09733698391607989c2289b8c9f8ba5cdfabe4 Signed-off-by: arind.mondal <arind.mondal@samsung.com>
2019-04-29Merge "created new custom exception"Steve Smokowski1-0/+17
2019-04-28Add parsing for support of new CCVPN modelsubhash kumar singh2-0/+171
Update the resource_list logic to create the resource as per new CCVPN model. e.g. new model UUI request to create the service with this input // [ // { VFB1 : [GrpA1, GrA2, GrB1]}, // { VFB2 : [GrpA1, GrB1]}, // { VFA1 : [GrpC1]} // ] should be converted to // [ // { VFA1 : [GrpA1, GrA2, GrB1]}, // { VFA2 : [GrpA1, GrB1]}, // { VFB1 : [GrpC1]} // ] as per resource ordering. Change-Id: I79a30d5080d2551eb7e1944cc4f25d5332d22d4f Issue-ID: SO-1393 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-27Enhance resource sequence to add groupsubhash kumar singh3-2/+30
Enhance resource sequence to add group. Change-Id: I9f7ad2a437cd66ba3b8382f3937b0b04752a184a Issue-ID: SO-1393 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-27Enhanced Service decomposition to handle gruopsubhash kumar singh7-4/+166
Enhanced Service decomposition to handle gruop and vnfcs Issue-ID: SO-1393 Change-Id: If28416e4776f2ff645abdd0d1059d28c9ca6e52f Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-27Merge "Cleaned up DeleteVnfNotification"Seshu Kumar M1-8/+2
2019-04-27Merge " Removed hardcoded values for PNF creation (cvlan, svlan, remoteId)"Seshu Kumar M10-28/+291
2019-04-27Merge "Removed imports and defined a constant. Removed imports and defined ↵Seshu Kumar M2-15/+9
constant and combined exception in single catch block. Issue-ID: SO-1490"
2019-04-26created new custom exceptionBoslet, Cory1-0/+17
Added a new exception type for unexpected data results. Change-Id: I5d0a0ab5e744cd507fe21a58f14cb5f91abff2bf Issue-ID: SO-1819 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-26Cleaned up DeleteVnfNotificationr.bogacki1-8/+2
Cleaned up DeleteVnfNotification according to Sonar analyses. Removed unnecessary code. Change-Id: If8e35d29edb85ad4905a9373f0a820b5f7f07b72 Issue-ID: SO-1817 Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
2019-04-26Removed JsonIgnore for resourceInputsubhash kumar singh2-1/+15
Removed JsonIgnore for resourceinput, it was earlier made @jsonIgnore to fix mapping (SO-1358). Change-Id: I7eb7160be220d445bec396d4c5eb3fd913e66f9e Issue-ID: SO-1816 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2019-04-26 Removed hardcoded values for PNF creation (cvlan, svlan, remoteId)marios.iakovidis11-34/+297
Change-Id: Ie4a63dd06279713c9f13062a09b44eb0e7f2e6bc Issue-ID: SO-1815 Signed-off-by: MariosIakovidis <marios.iakovidis@huawei.com>
2019-04-26Merge "Removed unused imports and rearranged variables Removed unused ↵Seshu Kumar M2-13/+13
imports and moved variables to comply with Java Code Conventions. Issue-ID: SO-1490"
2019-04-26Removed imports and defined a constant.NITIN KAWA2-15/+9
Removed imports and defined constant and combined exception in single catch block. Issue-ID: SO-1490 Change-Id: Iefeb59de5b5e32b06908e62ba24a1bc00892ce1d Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
2019-04-26Removed unused imports and rearranged variablesNITIN KAWA2-13/+13
Removed unused imports and moved variables to comply with Java Code Conventions. Issue-ID: SO-1490 Change-Id: Iabf605fde63638244c2c4fd52e4787863512ee57 Signed-off-by: NITIN KAWA <nitin.kawa@huawei.com>
2019-04-25Merge "Sniro BB now supports sole service proxies"Steve Smokowski6-7/+176
2019-04-25Merge "Add SO update config file -application.yaml file"Steve Smokowski7-97/+8
2019-04-25Merge "add resourceInput in vnfc Issue-ID: SO-1393"Yan Yang1-6/+6
2019-04-24Merge "Define constant in place of literals"Seshu Kumar M7-22/+24
2019-04-24Merge "Define constant in place of repeating literals."Seshu Kumar M2-34/+43
2019-04-24Merge "Replace literals with constants. Replace repeated string literals ↵Seshu Kumar M2-8/+10
with constants as per guidelines. Issue-ID: SO-1490"
2019-04-24Merge "Change static string litral. Change static string litrals name ↵Seshu Kumar M3-14/+17
according to the guidelines. Issue-ID: SO-1490"
2019-04-24Merge "Configuration object status to Inventoried"Seshu Kumar M5-3/+25
2019-04-24Configuration object status to InventoriedBenjamin, Max (mb388a)5-3/+25
Set initial OrchestrationStatus of Configuration object to Inventoried After Assign call, we need to set the configuration orchestration status to Assigned Change-Id: I4abaeb18d1d220b2bdd03269b3b5a2aba478bf64 Issue-ID: SO-1796 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-24Change static string litral.h003974753-14/+17
Change static string litrals name according to the guidelines. Issue-ID: SO-1490 Change-Id: Iadabb204c5615f3bc559076999429bc0b9f615f6 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-24Replace literals with constants.h003974752-8/+10
Replace repeated string literals with constants as per guidelines. Issue-ID: SO-1490 Change-Id: Iffd4f5349f5e5c11daeb2ec76a75125c38a3e867 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-24add resourceInput in vnfczm3301-6/+6
Issue-ID: SO-1393 Change-Id: I643f49df545bef92f0f0e931f7b7ce1a5dbc21c0 Signed-off-by: zm330 <zhangminyj@chinamobile.com>
2019-04-23Sniro BB now supports sole service proxiesBenjamin, Max (mb388a)6-7/+176
Enhanced sniro BB to account for sole service proxies to support 1908. Change-Id: I4bf57c7c43de755be03d2284cde321d182255ceb Issue-ID: SO-1790 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-23Define constant in place of repeating literals.h003974752-34/+43
Constant is defined and used further instead of using the same literal. Issue-ID: SO-1490 Change-Id: Icabbd5074d8fb72643b8b73eba78d11507eefe1a Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Merge "Define constants in place of repeated literals Defined constants to ↵Seshu Kumar M2-12/+16
avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found"
2019-04-23Define constant in place of literalsh003974757-22/+24
Constants are declared and used in place of literals Issue-ID: SO-1490 Change-Id: I674b250fa3e141deea5c4b6c43d6fa94733f0b67 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Merge "Remove unused private field and replace repeated string with constants."Seshu Kumar M3-7/+5
2019-04-23Merge "Define constant in place of repeated literals."Seshu Kumar M2-7/+8
2019-04-23Define constants in place of repeated literalsh003974752-12/+16
Defined constants to avoid repeated use of literals Issue-ID: SO-1490 bash: c: command not found Change-Id: I6e3808fc462c9c87f5cfbe81f39aad3187b49930 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Define constant in place of repeated literals.h003974752-7/+8
Defined a constant instead of repeatedly using literals. Issue-ID: SO-1490 Change-Id: I4fc4eddeebf42436d6198ba92d7c8bfa8f3394b0 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Remove unused private field and replace repeated string with constants.h003974753-7/+5
Remove unused private field and replace repeated string with constants. Change-Id: I2e68cfb5e7d83e626cb2e274b7ea2989352f2867 Issue-ID: SO-1490 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-23Remove unused variables from class file.h003974752-9/+6
Remove unused local variables from class files. Issue-ID: SO-1490 Change-Id: I8d0a39183883d97ab54ea04ce62f520247958a48 Signed-off-by: h00397475 <hena.choudhury@huawei.com>
2019-04-22Merge "Status message for create vf module event audit"Steve Smokowski7-154/+462
2019-04-21Status message for create vf module event auditBenjamin, Max (mb388a)7-154/+462
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 "Substitute string literal with constant"Seshu Kumar M2-9/+8
2019-04-21Merge "Move String literal to left-hand side of equals"Seshu Kumar M1-2/+2
2019-04-21Merge "Remove unused import,replace type specification"Seshu Kumar M2-2/+2
2019-04-21Merge "Replace type specification,Remove unused import"Seshu Kumar M2-2/+1
2019-04-21Merge "Remove unused logger"Seshu Kumar M3-3/+0
2019-04-20Replace type specification,Remove unused importSindhuri.A2-2/+1
Replace type specification,Remove unused import sniro beans Issue-ID: SO-1490 Change-Id: Ic7d96ccc79db3cee839cc230dd69121ab6796e88 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>