aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn
AgeCommit message (Collapse)AuthorFilesLines
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-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>
2019-04-20Remove unused import,replace type specificationSindhuri.A4-4/+3
Remove unused logger,replace type specification sniro beans classes Issue-ID: SO-1490 Change-Id: I02602de39507e80227336a4964a7a9a9c8cbfb85 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Move String literal to left-hand side of equalsSindhuri.A1-2/+2
Move String literal to left-hand side of equals SniroValidator class Issue-ID: SO-1490 Change-Id: Ib9d1ba94908f92cc46cf5a8177e3808327398600 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Substitute string literal with constantSindhuri.A2-9/+8
Substitute string literal with constant SO client sdnc classes Issue-ID: SO-1490 Change-Id: Iada1dedfb27ec75946ba5bad23547a2fd8c4ae39 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove unused loggerSindhuri.A3-3/+0
Remove unused logger client orchestration classes Issue-ID: SO-1490 Change-Id: Ic36e7a33e35f28cc202614c3eee2dd1945f1aefe Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Merge "Remove unused imports, logger"Seshu Kumar M2-3/+0
2019-04-20Merge "Remove logger, unused import"Seshu Kumar M3-3/+0
2019-04-20Merge "Change variable name to match regex"Seshu Kumar M1-12/+12
2019-04-20Remove unused imports, loggerSindhuri.A2-3/+0
Remove unused imports, logger client orchestration classes Issue-ID: SO-1490 Change-Id: Id594765483cd46f2c73562c621ca637eba133476 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Remove logger, unused importSindhuri.A3-3/+0
Remove logger, unused import client orchestration classes Issue-ID: SO-1490 Change-Id: I76edd3a0aaafdbe54a632cfea419c8593275cc3d Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regex,remove loggerSindhuri.A1-3/+2
Change variable name to match regex,remove logger AAIVfModuleResources Issue-ID: SO-1490 Change-Id: I4f79977324bf9572c58faf99d3c9209da42f2f20 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-20Change variable name to match regexSindhuri.A1-12/+12
Change variable name to match regex AAIServiceInstanceResources Issue-ID: SO-1490 Change-Id: Ifd0179788d4d3d024e352629f0921e5771065570 Signed-off-by: Sindhuri.A <arcot.sindhuri@huawei.com>
2019-04-19Change static string litral.Isaac Manuel Raj1-7/+7
Change static string litrals name according to the guidelines. Issue-ID: SO-1490 Change-Id: Icb4c5e5b107dac18028d2175082a7a3fe351ca72 Signed-off-by: Isaac Manuel Raj <isaac.manuelraj@huawei.com>
2019-04-17Changed constants collections to immutableWitold Ficio Kopel1-6/+7
Fix to three Sonar vulnerabilites. Changed mutable collections of constants (exposed by utility class) to immutable. Change-Id: I3b301eac20b52df72a6d1318483b7b931e750313 Issue-ID: SO-1794 Signed-off-by: Witold Ficio Kopel <w.kopel@samsung.com>
2019-04-16License agreement changesSunilB17-0/+339
License agreement changes Issue-ID: SO-1481 Signed-off-by: sunilb <sb00577584@techmahindra.com> Change-Id: I475d25bb040907a0c48b579f6d3091c41ccfec25
2019-04-15Conditional Macro Action SelectionSunilB2-0/+69
Update orchestration_flow_reference table and changes in WorkflowActionBBTasks to Conditionally trigger ConfigAssignVnfBB And ConfigDeployVnfBB building block. Change-Id: I1bdb8a77223aef6855e4e1c9aa80dd026892e6f6 Issue-ID: SO-1702 Signed-off-by: sunilb <sb00577584@techmahindra.com>
2019-04-12PNFs are not picked from SNIRO responseBenjamin, Max (mb388a)1-1/+1
vnfHostName with empty value is present. PNFName should be use a key to pnf AAI object (not pnfId). FIxed bug recently introduced in ConfigurationResourceCustomizationRepository. Change-Id: I968ad84d282d9c16ead16d1559a5e790057e6e1e Issue-ID: SO-1785 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-12Merge "Revert the change to avoid break PNF PnP"Lukasz Muszkieta7-113/+43
2019-04-11Merge "Fix GR_API Homing"Steve Smokowski5-218/+81
2019-04-11Fix PomSmokowski, Steve (ss835w)1-5/+6
Camunda still polling due fast due to bad pom dependencies Issue-ID: SO-1787 Change-Id: I73efb64a369d5c3e93ab96ba84a3ff4662bbe1fe Signed-off-by: Smokowski, Steve (ss835w) <ss835w@us.att.com>
2019-04-11Fix GR_API HomingMarcus G K Williams5-218/+81
This change uses the correct variable name to enable homing in AssignVnfBB. The correct variable to use is not 'callHoming' but 'homing'. Also updated sunnyDayAssignVnfBBTest to use the correct variable and BaseBPMNTest. This change also corrects HomingBB and calls HomingV2 rather than SniroV2 or OofV2. HomingV2 already passes calls to the correct implimentation, no need do this in the BPMN. Issue-ID: SO-1470 Change-Id: I14a77ef75b8b86feed7af3aab4d52c0df5f12886 Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
2019-04-11PUT description into A&AI for instance-group.Benjamin, Max (mb388a)1-1/+1
PUT description into A&AI for instance-group, one-line code change. Change-Id: I151ad4743d547e8f4fa013e23e0670e81ad1ea63 Issue-ID: SO-1774 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "corrected inlucde filter for formatter"Steve Smokowski8-1799/+1801
2019-04-11Revert the change to avoid break PNF PnPeeginux7-113/+43
Revert PnfEventReadyDmaapClient PnfEventReadyDmaapClientTest Update the IT CreateVcpeResCustServiceSimplifiedTest Bug SO-1779 raise to fix the issue with Configure Issue-ID: SO-1506 Change-Id: I8f0e474405db7f0c23266208cee89df12ac6c0a2 Signed-off-by: eeginux <henry.xie@est.tech>
2019-04-11corrected inlucde filter for formatterBenjamin, Max (mb388a)8-1799/+1801
all pom.xml files now have two spaces validation is on for pom.xml files Change-Id: I424ea2e4d6a549f468792e5f90a43f3a97e6c954 Issue-ID: SO-1781 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
2019-04-11Merge "Modify the SO to support BBS usecase"Seshu Kumar M2-0/+203