aboutsummaryrefslogtreecommitdiffstats
path: root/runtime-controlloop
AgeCommit message (Collapse)AuthorFilesLines
2022-02-18Rename TOSCA Control Loop to ACMliamfallon80-18567/+0
This commit renames the TOSCA Control Loop functionality in CLAMP to Automation Composition Management. This review is a direct renaming review and, as everything is renamed together it is large. Issue-ID: POLICY-3939 Change-Id: I28f0a6dd889bf3570a4c1365ae9e71fc58db6d6c Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-02-16Add Hibernate support in runtime-controlloopFrancescoFioraEst7-341/+17
Issue-ID: POLICY-3841 Change-Id: Ie958a4a4ab35c8bc4d6829128e39a2458d67a7a5 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-12-09Added CreateInstanceProperties JUnit Testsbrunomilitzer1-0/+17
Issue-Id: POLICY-3564 Change-Id: Ic7b7f3debc9712419aca213f43dd4bf78e3c07c7 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-12-08Add Delete JUnit Testsbrunomilitzer1-0/+113
Added Delete InstanceProperties Tests Added Change OrderState Tests Included Issue-Id: POLICY-3570 Issue-Id: POLICY-3567 Change-Id: I7cf72f78bf1a0d0e695a1721c1a8423a02cf61af Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-12-02Add support transactionFrancescoFioraEst4-114/+96
Add support transaction in CommissioningProvider and ControlLoopInstantiationProvider Issue-ID: POLICY-3802 Change-Id: I8ddba4814547e335b7b27342189a3fc5d9dc4582 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-12-02Merge "Add support transaction in CL and ServiceTemplate Providers"Liam Fallon16-561/+403
2021-11-29Update snapshot of policy/clamp to 6.2.1-SNAPSHOTliamfallon1-1/+1
*** This commit is generated by a PF release script *** policy/clamp is update from 6.2.0-SNAPSHOT to 6.2.1-SNAPSHOT Issue-ID: POLICY-3827 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I17a89cf934c6319392d2a9304f10763d29cca8bd
2021-11-25Add support transaction in CL and ServiceTemplate ProvidersFrancescoFioraEst16-561/+403
Add support transaction in ControlLoopProvider and ServiceTemplateProvider Issue-ID: POLICY-3798 Change-Id: I0ab79f28231e329e06c16e01427775077b3ac994 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-25Merge "Add support transaction in ParticipantProvider"Liam Fallon10-72/+71
2021-11-22Code coverage clamplapentafd1-12/+40
Issue-ID: POLICY-3452 Change-Id: I7ee191e590689e42822614d79a398012c454be42 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-19Add support transaction in ParticipantProviderFrancescoFioraEst10-72/+71
Issue-ID: POLICY-3800 Change-Id: I938c2731a30013b5f8e11a23a86d117300c95bff Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-15Merge "Add health check, metrics and prometheus endpoints for CL participants"Liam Fallon3-3/+3
2021-11-11Add health check, metrics and prometheus endpoints for CL participantsrameshiyer273-3/+3
Issue-ID: POLICY-3747 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I9cb1ffcc2f9996c5b0e9f67fec9c706e48cfa800
2021-11-10Add support transaction in Statistics ProvidersFrancescoFioraEst5-63/+109
Add support transaction in ClElementStatisticsProvider and ParticipantStatisticsProvider Issue-ID: POLICY-3801 Change-Id: Iaf9d55a268627f9d548afdf108476441b19e1413 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-10Merge "Add Spring Jpa configuration"Liam Fallon16-185/+205
2021-11-09Merge "Removed some elements from testing yaml"Liam Fallon1-50/+2572
2021-11-05Add Spring Jpa configurationFrancescoFioraEst16-185/+205
Issue-ID: POLICY-3795 Change-Id: Ic0955f412bfcd94094c19aceb4f25be8e695099a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-11-03Merge "Clamp code coverage"Liam Fallon1-1/+24
2021-11-02Clamp code coveragelapentafd1-1/+24
Issue-ID: POLICY-3452 Change-Id: I35c10562c5e11698491a5d93adcf417784395534 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
2021-11-02Remove code smells in controlloop runtimeSirisha_Manchikanti3-20/+12
Remove code-smells reported by sonar cloud https://sonarcloud.io/project/issues?id=onap_policy-clamp&resolved=false Issue-ID: POLICY-3540 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I8ed1c4599e7eeebbc3a31e74cea4148eb0435847
2021-10-29Merge "Add support startPhase in all state transitions"Ajith Sreekumar8-58/+301
2021-10-29Merge "Move code to common, avoid duplication"Liam Fallon2-101/+8
2021-10-27Fix duplciates reported by sonar cloudSirisha_Manchikanti5-145/+4
Fixes for the removal of duplicate code blocks reported by sonar cloud Issue-ID: POLICY-3792 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I8943f625cd940e7d1f9dd04b0dff2dd838879431
2021-10-27Move code to common, avoid duplicationSirisha_Manchikanti2-101/+8
This commit moves duplicate code from runtime and participant to common Issue-ID: POLICY-3542 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ia7cea1d2c88031c72af77338e242f8981e536c21
2021-10-22Add support startPhase in all state transitionsFrancescoFioraEst8-58/+301
Issue-ID: POLICY-3785 Change-Id: I1b5821cc42cdbb63e3172596431dc561ced09c55 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-19Refactor GlobalControllerExceptionHandlerFrancescoFioraEst1-10/+4
Issue-ID: POLICY-3530 Change-Id: Ib33daf8491c1bf96460b424e8b0da228d65e571a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-14Bump policy/clamp to Jakarta 6.2.0-SNAPSHOTliamfallon1-1/+1
Issue-ID: POLICY-3696 Change-Id: I4dfc0532e30106478c89182f7c2cd573c168a634 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-14Bump policy/clamp to 6.1.4-SNAPSHOTliamfallon1-1/+1
Issue-ID: POLICY-3696 Change-Id: Icef72d76b53fa09c0f88d71431ae5a13d441c787 Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-10-12Removed some elements from testing yamlsaul.gill1-50/+2572
Some elements that were being used to test inherited common/instance properties were removed Added a policy to the yaml Issue-ID: POLICY-3673 Change-Id: I5742a4402bf88bb8af34ffef958d3debad4aa5a2 Signed-off-by: saul.gill <saul.gill@est.tech>
2021-10-06Fixed Service Template Parsingbrunomilitzer1-2/+10
Issue-Id: POLICY-3691 Change-Id: Ie04711cd01e4140b0842e8d0d4ffbbe8e1b83361 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-10-05Handle ParticipantRegisterFrancescoFioraEst8-234/+135
Send ParticipantUpdate to participant after registration if commissioning has already been created Issue-ID: POLICY-3689 Change-Id: Iccc4fc1c0b95e1f270b6810c5b5f130726f24650 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-05Merge "Register participant in ParticipantRegister message"Liam Fallon2-32/+313
2021-10-04Fix startPhase delayFrancescoFioraEst7-115/+141
Issue-ID: POLICY-3624 Change-Id: Ie7e25ddc3796324246f267dd0c92b9bc1fe15aa2 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-10-04Register participant in ParticipantRegister messageFrancescoFioraEst2-32/+313
Issue-ID: POLICY-3688 Change-Id: I7ac14dace8e936ac4329b55866bfbf8b7c45da63 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-09-29Merge "Added service template to be used for smoke tests"Liam Fallon1-0/+966
2021-09-28Added service template to be used for smoke testssaul.gill1-0/+966
Added K8s types and templates Added pmsh policy types and templates Added examples of common properties Added participant_id as well as participantType Issue-ID: POLICY-3648 Change-Id: I5435f58ada655e988477720dde8ed191cf475e3b Signed-off-by: saul.gill <saul.gill@est.tech>
2021-09-27Add validation participants registered in issue ControlLoop CommandFrancescoFioraEst8-179/+183
Issue-ID: POLICY-3681 Change-Id: I80ad2c3b9a3b46aed01a0255b9791fa4f148ea4b Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-09-23Merge "Add participantType to participant class"Liam Fallon5-54/+32
2021-09-22Fix startPhase in runtime and participantsFrancescoFioraEst4-21/+58
Issue-ID: POLICY-3677 Change-Id: I78635928086cc39fc3539925052e06b657b249c2 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-09-22Add participantType to participant classSirisha_Manchikanti5-54/+32
Add participantType to participant class, cascade common and instance properties from runtime to participants Issue-ID: POLICY-3576 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ic9205aafe269ccc6dae0b3463fc6df5c47129e5d
2021-09-21Removed Instance From Participant Type.brunomilitzer1-8/+18
Added Null Checker on Participant Type and ID Issue-ID: POLICY-3647 Change-Id: I5bed8ec7f302990745d9c8583c65bdf49dec3ab3 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-09-15Bump policy-clamp snapshot version to 6.1.3-SNAPSHOTliamfallon1-1/+1
Issue-ID: POLICY-3587 Change-Id: Ie3e6aba3a2dd64f36fcf5cbd860fe9b63ee4e8aa Signed-off-by: liamfallon <liam.fallon@est.tech>
2021-09-14Add Priming flag per controlloopSirisha_Manchikanti4-2/+121
This commit adds a Priming flag per controlloop which indicates whether a controlLoop is primed or deprimed. There is a rest end-point added to depict in GUI Issue-ID: POLICY-3577 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ie81a41505ab1eafda9515733e0b895421803ea8a
2021-09-13Update participant state and health in DBSirisha_Manchikanti1-0/+18
Update the state and health-status of a participant in database to TERMINATED and OFF_LINE respectively when there is a ParticipantDeregister message from any of the participants. Issue-ID: POLICY-3578 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I9c6c028be4c15922717795e2a53cb53d02579dcc
2021-09-10Merge "Verify participant Simulator and messages"Liam Fallon9-131/+70
2021-09-09Fixed Delete Instance Properties Endpointbrunomilitzer5-63/+340
Fixed issue regarding that control loops was not getting instantiated Fixed issue regarding state change that was not receiving paramaters Added appropriate Camel Endpoints Unit tests will be applied on POLICY-3568 and POLICY-3567 Issue-ID: POLICY-3558 Change-Id: I11a1093bdb16651fe1c0ad8e267ded5390267a30 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2021-09-09Verify participant Simulator and messagesFrancescoFioraEst9-131/+70
Add missing ControlLoopElementHandler in participant Simulator and fix some message issues. Issue-ID: POLICY-3628 Change-Id: I9f058c19aa18e070bac6ccaf98fdf7600d66d71e Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2021-09-08Merge "Fix parsing of type heirarchy for nodetypes"Liam Fallon3-2/+90
2021-09-07Fix parsing of type heirarchy for nodetypesSirisha_Manchikanti3-2/+90
Fixed an issue where a ControlLoopElement with type defined in node-types is not parsed. This commit also includes changes to save the state of a controlLoopElement coming from ControlLoopAck message into runtime database. Issue-ID: POLICY-3575 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I1249cf2cabd4a499d80b401f94f7f42f08b350e3
2021-09-03Merge "Fix eclipse warnings in clamp"Pamela Dragosh2-8/+8