Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Updated file to only have one INSERT statement for each macro table
instead of multiple INSERT/UPDATE statements across the file making
it difficult to work with.
Change-Id: I6ff934befbd4f54e6338388cdb3e11b2a8b8de63
Issue-ID: SO-3706
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
|
|
Issue-ID: SO-3720
BuildingBlockRollback lookup table will indicate the rollback BB to take;
this is the first part for simplifying WorkflowActionBBTasks logic:
instead of doing string matching, we just do a lookup of a block to call
to perform the rollback operation.
In some cases, the Action is set as well - this would be needed for certain
BBs, in that case, there is a corresponding rollbackAction as well.
Change-Id: I072a2ada894cf4672f5a1cdce762605757cb1d14
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
|
|
Code changes in CNFO to Create Workflow and Expose if over Northbound API of SO
Issue-ID: SO-3716
Signed-off-by: sanket12345 <SX00562924@techmahindra.com>
Change-Id: I88f55f115c112d613f42f0b800aeb5491d7c6ace
|
|
|
|
This update contains the SO changes for the CCVPN extension to
support Intent Based Networking (REQ-719). The SO is responsible
for providing the Service Intent orchestration, as well as providing
the Service Intent APIs which are consumed by the IBN use-case.
The changes on the SO are technology-agnostic and are relatively
simple. i.e., Technology specific network configurations are carried
out by the SDNC.
Issue-ID: SO-3714
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
Change-Id: Iec9d2fc80adc79faaeeaf811bd0d02c9d7611d61
Signed-off-by: hyu2010 <hyu2010b@gmail.com>
|
|
This enables upgrading an existing service instance by
updating its model UUID's in AAI and md-sal.
Issue-ID: SO-3636
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: Ic5f067a1267053a61f46e2d9563ca4e4ac869bdf
|
|
Change-Id: I1fbf2b2bd42669d9a3c059c32bb39278bd483d60
Issue-ID: SO-3668
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Change-Id: I05c95912a2f7ed5fef7d76728b8a4c0a6cecca10
Issue-ID: SO-3702
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Change-Id: I8a4f156196af47272a2732b1fbddafb6f0eb1f4d
Issue-ID: SO-3668
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Change-Id: I6c25dd87f393bbeca016a651d68afa11e60f3d94
Issue-ID: SO-3662
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Change-Id: I128b802e46532a30490c46afd1a6546783c92193
Issue-ID: SO-3688
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Change-Id: Idb3e497148225d4158390b944f74e82ff9f771c8
Issue-ID: SO-3688
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
These macros enable creation and deletion of a vnf with vfmodules
for an existing service instance using building blocks.
Also:
- No longer force alaCarte=true for these use cases
- Fix broken vfModule sorting logic for baseFirst/baseLast
- Minor refactoring replacing String literals with constants
Issue-ID: SO-3635
Signed-off-by: Jozsef Csongvai <jozsef.csongvai@bell.ca>
Change-Id: I16975f3561f2d978dede20679927ac3531def900
|
|
Issue-ID: SO-2798
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I6b6334704fc4e7398ed785a99459a67c48def928
|
|
Issue-ID: SO-3626
Change-Id: I618b6b6b6049f94bc6c9bfe6be893ac022f2449e
Signed-off-by: Kalkere Ramesh, Sharan (sk720x) <sk720x@att.com>
|
|
|
|
added new request db adapter endpoint
use bpmn constants when available
allow bpmn input setup parameter to be extended
Issue-ID: SO-3606
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: Ibde4d82cc7432ea3cdd9a75aef0dc695ebbf9a1b
|
|
Removed the remaining SOAP interfaces for tenant and network
Updated the network adapter impl unit test to account for changes.
Issue-ID: SO-3593
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I9c3dbd221ffbf9efcb67bf8490fbef81a3b010ae
|
|
Upgraded all projects and services to use the new v3 swagger,
discontinued use of old swagger.
Updated unit test to account for swagger change and removed apis
Issue-ID: SO-3587
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: Iddcfe92f8ab240691f92ce2bf23e1ab2ad159780
|
|
|
|
|
|
correct string comparison operator
Issue-ID: SO-3583
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I2c5754e4ca8ba7e303385c4eaf88dee2f0498d1a
|
|
Added Cors auth support option for sdnc interaction
Issue-ID: SO-3580
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I54d17ea5e02a20114f5857940cc4dabc72854dea
|
|
Removed over 125 dependencies and added to dependency management
Added in a few dependencies and removed some
Change the swagger version to so pom
Removed version property reference in the pom
Added in missing dependency for bpmn blocks
Added in missing dependecy for common bpmn
Updated the camunda-bpm-assert to use a version that is compatible with
assertj-core 3.11. The camunda-bpm-assert namespace group also changed.
This fixes the no method found error. Updated unit test to account for
class name change
Updated the unit test to account for lib change
Fixed unit test for software upgrade stuff
Exclude older versions of javassist to fix null pointer caused by
incompatible javassist version with hibernate and bowman
Added in missing dependency for task test
Added missing dependency and fixed formatting
Remove files that got added back in by merge conflict
Use the new namespace for the swagger annotations
Need to exclude swagger annoatations from the old namespace
Updated to fix compilation error due to use of legacy swagger and cxf
swagger
Use the swagger v3 plugin for gen resources
Use the openapi v3 swagger in all bpmn packages
Fix null pointer to create the OpenApiFeature in cxf
Issue-ID: SO-3578
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I7093376b2d8271e9c5b911b901133e01b957da84
|
|
|
|
Added volume creation to heatbridge
Issue-ID: SO-3577
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I0f0844187efe880cccf4b663c8c4fadc346680c3
|
|
Removed SOAP services for vf module and refactored.
File that was not staged for merge conflicts
Removed dead test classes from source
Issue-ID: SO-3574
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I0c8c67521e80661c3354ba572cdd6ae1e1256d42
|
|
Changed to use the host id of server instead of id
Update the pserver when it already exist.
Only update the host id when updating pserver
Issue-ID: SO-3573
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: Ide5ab15aa84da950c22dec9079d90ba0133a7789
|
|
Removed unused endpoints from source code
Removed unused jackson mapper configuration
Issue-ID: SO-3557
Signed-off-by: AT&T Open Source <g22940@att.com>
Change-Id: I32df4e49f5adf8cade8d963492495975fc0f11b2
|
|
Change-Id: If35f94bd8459c08c11d5e178ae872f70a36fd9fa
Issue-ID: SO-3486
Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
|
|
Issue-ID: SO-3537
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I79b1c1f6f355fb584e30253bedf7ca5ede02e336
|
|
Issue-ID: SO-3536
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: Id0836f5e7900fdb69fb6f2c04b8657746b801805
|
|
|
|
|
|
|
|
Issue-ID: SO-3535
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I0fe65312fbde922064f3d464dc783e82fa4d707d
|
|
Issue-ID: SO-3534
Signed-off-by: mukesh.paliwal <mukesh.paliwal1@huawei.com>
Change-Id: I85a7ad93e9a89190805b508be25163bcbdd7c334
|
|
Updated camunda to 7.14 and updated spring boot camunda to 3.4
Started to clean up duplicate maven dependencies
Issue-ID: SO-3521
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Ic65b04772b91dd989e41d6b6b93872978bc4e4e2
|
|
Issue-ID: SO-2765
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I563295123f7f8de7164495a7db3bc58872863098
|
|
|
|
|
|
set connection timeout as well as read timeout
correct dependency version in openstack pom
limit timeout test to a single retry
add connection timeout property for A&AI client
Issue-ID: SO-3491
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I576c143822ba45fc79648fd0a1edb6ccd3aff8b2
|
|
force not null with default values
update JUnit test setting default value
update NULL fields before altering column
sync beans with flyway changes
updating test schema.sql files
Issue-ID: SO-3494
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I53f000531cfb653a20bfdfae274622553420cdc8
|
|
|
|
Issue-ID: SO-3473
Signed-off-by: MD IRSHAD SHEIKH <md.irshad.sheikh@huawei.com>
Change-Id: Ibcb020f2693a6b6b7bd1a8b94efadc9e9edaa510
|
|
|
|
|
|
Issue-ID: SO-2963
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Change-Id: Ic144713f9cf55ed8db679bd7c57052fcea2aadf9
|
|
allow deleteL3Network logic to be overridden
created public method for heatbridge client to allow
custom implementation
Issue-ID: SO-3482
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Icc5f3e649629a29dedbcbe2dda7f5a5d70978a59
|