Age | Commit message (Collapse) | Author | Files | Lines |
|
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-3401
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I33a71dffe7c63a50c807aa206d638a6aea5f1210
|
|
Added new column to the identity service.
Issue-ID: SO-3448
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I5151016d1b4874cb77eecddc17169c04f59dc9a5
|
|
In this commit software_versions added to
the pnf customization table. A test case is
also written to verify if the software_versions
of type string is added to the pnfcustomization.
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Id07fe79e67ac96e71e6fe3775cce801edd81a42a
Signed-off-by: tragait <rahul.tyagi@est.tech>
Issue-ID: SO-3119
Signed-off-by: tragait <rahul.tyagi@est.tech>
|
|
|
|
Issue-ID: SO-3346
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: I1a83418675f4061c659fdc92317b1b5bd96edbc2
|
|
Update SO reference table for some Macro flows
changing their execution with ControllerExecutionBB
and dedicated action + scope
Issue-ID: SO-3023
Change-Id: I030c1da04f02c3cf268fa9ba140b9b7920757d7c
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
|
|
Issue-ID: SO-3369
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: Ic2a72407fab753a52635ed9db29b8b616b6e8f4e
|
|
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Issue-ID: SO-2647
Change-Id: I109da542258f7e038159868c9b65fcd3057716b9
|
|
This reverts commit fc381bbd38fc1106b713eaa87b7972ab240c5911.
Reason for revert: Revert this change to make the macro flow to get rid of the controller_execution BB in the inst flow
Issue-ID: SO-3346
Change-Id: I8a3d29dfcb1a96ec692ddb75510abd5173e42df1
Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
|
|
|
|
Issue-ID: SO-3189
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: Ieb2d3d36b6a216b00f4c13ebabdf268cf833d267
|
|
- Added custom method to support ModifyConfig
Issue-ID: SO-3151
Signed-off-by: aleemraja <ar00500721@techmahindra.com>
Change-Id: I99dc4e53dbec1879a76ae184fe4b94afe1a999db
Signed-off-by: aleemraja <ar00500721@techmahindra.com>
|
|
Issue-ID: SO-2646
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: Id69b3afd2bbb22607782d7d63409e381a1a23255
|
|
- created DeactivatePnfBB which changes orchestration status to inventoried when invoked
- included BB into flow in R_MacroData script which initializes database
- added support for mapping of service relations to PNFs
- changed version of logging-analytics to 1.6.7
Issue-ID: SO-3111
Change-Id: I375db2014887f1f634adac31d4d1af3675f5911c
Signed-off-by: Mateusz Goluchowski <mateusz.goluchowski@nokia.com>
|
|
Update SO reference table for some Macro flows
changing their execution with ControllerExecutionBB
and dedicated action + scope
Issue-ID: SO-3023
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: Ib46691b802a201c437e3c5257e586c3cfc039cd1
|
|
Add Rollback and Manual for CM BBs for rainy day handling table
Add rollback flow generation logic for Change Management flows.
Update Robot tests for ConfigModify Manual Task
Add a test for rollback for inPlaceSoftwareUpdate, remove
manualhandling tests for inPlaceSoftwareUpdate
Issue-ID: SO-2853
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I6a68662fee5295117f6f39ffe3fa97b7ef4e2116
|
|
Solving BlueprintName and BlueprintVersion issue
Changing vf-module to vfmodule
Updating AAI with Orchestration status
Issue-ID: SO-2806
Signed-off-by: sunilb <sb00577584@techmahindra.com>
Change-Id: I91aa653b946bae3940000f724710de87af3ce7df
|
|
Two migrations with the same name were merged independently
Issue-ID: SO-2828
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I304a5f3498cf4b8e7e6f4600ae1a0017bf443723
|
|
|
|
Implement processing_flags table and corresponding interfaces.
Implement rest interface for processingFlags table to toggle the value.
Correct hashcode calculation for ProcessingFlags bean.
Use newFabricConfigurationApi flag for managing FabricConfiguration BB
logic.
Remove readOnly specification from updating the processing_flags table
Make sure update_timestamp field updates automatically.
Issue-ID: SO-2814
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I00697f8edf62c2d3d725daa710c17f03595eac51
|
|
Deleted the versioned flyway file in favor of the repeatable
one for MacroData. I know deleting a versioned file could mess up
upgrade but given no release has been done with those new versioned files
it should be ok and cleaner.
This is a list of transition states that were added internally at Bell
when working with the BB workflow and post instantiation.
Those are to support Rollback and Delete even if the VNF is in the status
ConfigAssigned, Configure or Configured.
The missing transition states was causing the Rollback or Delete to fail.
Issue-ID: SO-2798
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: I21c11298a456a472cedc7a8733c6dbc3a071f3a6
|
|
This is a list of transition states that were added internally at Bell when working with the BB workflow and post instantiation.
Those are to support Rollback and Delete even if the VNF is in the status ConfigAssigned, Configure or Configured.
The missing trasition states was causing the Rollback or Delete to fail.
Also update the initial script to support already existing data.
Issue-ID: SO-2798
Signed-off-by: Sebastien Premont-Tendland <sebastien.premont@bell.ca>
Change-Id: Ic90b74a25a5790f6d9ddb6919771735b1c081cb5
|
|
Add missing Flyway migration to reduce manual steps for
instantiation use cases.
Issue-ID: SO-2784
Signed-off-by: Robert Bogacki <r.bogacki@samsung.com>
Change-Id: Ieafafdb9abac3a0b0a4b14d60af5eac1710074c7
|
|
Added missing Recipe for orchestration of OTN services in Optical domain
Change-Id: I515448ca6c799fbcaddbbe10fe803e47308cd8fe
Issue-ID: SO-2773
Signed-off-by: Srinivasan Ramanathan <srinivasan.ramanathan2@us.fujitsu.com>
|
|
Existing Change Management VNF Configuration Update flow migrated to
the generic building blocks
Introduced Activity BB VNFConfigModifyActivity.bpmn
Updates to AppcOrcherationPreProcessor, ApplicationControllerTaskImpl
to handle the ConfigModify Activity block.
Updates to the catalog migration scripts to include VNF-Config-Update
Macro flow.
Issue-ID: SO-2768
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I06be7a83fb2738b91b0257e1ec84298a7dafc1a1
|
|
|
|
|
|
|
|
split modification to flyscript into separate file
Issue-ID: SO-2764
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Id6506ee9fd0411d3ff89e7b4fe2af0af0dd39524
|
|
Intial commit of writing service function to AAI
Update schema.sql table to pass all unit tests
Update local sql to setup CI server for test
Update schema to work and fix passwords
Issue-ID: SO-2763
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I8c517a485841574cde849e1c4e86c3bb7b7dcf89
|
|
Issue-ID: SO-2758
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ic916e55effe0e3688b8d014fb70ea0e2ad23c16a
|
|
mso to add support for creating the cloud region
Updated tag name to msoRequest on deletes.
Issue-ID: SO-2753
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I80e318ce34f5938a42896398eb1a38b5c5f6e831
|
|
Issue-ID: SO-2368
Signed-off-by: zm330 <zhangminyj@chinamobile.com>
Change-Id: Ic6b015dad81f53fa86bd17eaf205dbc46d9d3761
|
|
-Added BBNameSelectionReference table having bbName along with
action,scope,actor
-Updated CatalogDbClient to use BBNameSelectionReference Table
-Updated ControllerExecution bmpn to select flow as per Controller Actor
-Corrected Format Error
Issue-ID: SO-2316
Signed-off-by: Pooja03 <pm00501616@techmahindra.com>
Change-Id: I21fad846249f773308e34abcac134d3ee0694027
Signed-off-by: Manamohan <MS00534989@techmahindra.com>
|
|
|
|
Added building blocks:
AssignPnfBB
WaitForPnfReadyBB
ActivatePnfBB
Issue-ID: SO-2641
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I6bc08e17a666a1a93d7bda1ec04aa7c181b5ec8c
|
|
Issue-ID: SO-2648
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: I32623ed9937519bf275e3d8f715200c09c58a268
|
|
Initial Manual Handling addition to Rainy Day BB handling.
Reenable task API, add task variable setup.
TaskTimeout will come from the configuration settings.
Update the base path for the APIH manual tasks junit.
Additional JUNIT tests for manual handling
Add Manual as a primary policy for Change Management BBs.
Error handling changes and robot tests for manual handling.
Correct failure data retrieval when serviceSubscription is unavailable.
Correct failure data retrieval when serviceSubscription is unavailable.
Keep WorkflowException when manual pause gets invoked; improved error
reporting.
Issue-ID: SO-2616
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I98a84c1a489bb7b24b68e567f604aeb074fd7bf9
|
|
Added new appc adapter micro service.
Made required code changes to use the new adapter.
Issue-ID: SO-2596
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I880ecace64ec85ca4094a82bc1210798fd3bb85d
|
|
Issue-ID: SO-2558
Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com>
Change-Id: I62d9ae70befdd870d217de64cca36fe04a69e96e
|
|
|
|
|
|
Support for volume groups on replace VF Module.
[MSO-8375 R2002} Add full JUnit coverage for replaceVFModule scenarios,
add replace changes to general macro data.
Fix a JUnit to pass correct parameters to a method.
Add back setting volume group id for new volume group on replace action.
Issue-ID: SO-2577
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I73289da21e0c7de7451b63e99e184692e800aaf0
|
|
Issue-ID: SO-2513
Change-Id: I002a35a2a8ff4730d45c23d54f0acd4496b8b585
Signed-off-by: Manamohan <MS00534989@Techmahindra.com>
|
|
bind the pnf model uuid to pnf workflow
Issue-ID: SO-2558
Signed-off-by: Yaoguang Wang <sunshine.wang@huawei.com>
Change-Id: I779ba8bef8ca3bb67ab6e9245eafec8b84571c85
|
|
Add support for controller_actor ingestion
Add support for blueprint in service
Add support for skip conf flag in vf module
Ingest new properties into SO database
Sample csar files are cleaned without comment and description
Issue-ID: SO-2313
Change-Id: I657f997faf33a366f3c234c3e41b164275beedac
Signed-off-by: eeginux<henry.xie@est.tech>
|
|
Created two profiles for the application
to run. Basic profile will allow the
application to run in the current
spring security authentication. AAF profile
will authenticate and authorize requests with
AAF. if no profile is given, it will fallback
to basic.
Change-Id: I2576f02e7afca3c10e02aaffef66a60fa1c4dd1a
Issue-ID: SO-2451
Signed-off-by: Ramesh Parthasarathy(rp6768)<ramesh.parthasarathy@att.com>
|
|
|
|
- Update ResourceInput column length and check for existing vnfc's.
Issue-ID: SO-2462
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: I0b0168453d3c20bb6d88a33ec82788f449bf3593
|