aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-09-09Allow HTTPS to be configured in ACMjakartaliamfallon4-42/+20
HTTPS is hard-coded in the ACM startup scripts in Jakarta. Issue-ID: POLICY-4338 Change-Id: I9dfc93d5b951f5a08b0d1aa5e70b9a206d802f58 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-09-02Update snapshot and/or references of policy/clamp to latest snapshotsliamfallon22-25/+25
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I45e97b1a6d48f31a7149de9cc19929f3bdfbbc1b
2022-09-02Release docker images for policy/clamp: 6.2.4liamfallon1-0/+16
This commit releases docker images for repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ic9707ec7b899f00fdff9a81dda95e79158641888
2022-09-02Release policy/clamp: 6.2.4liamfallon1-0/+5
This commit releases repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I83ce2007122a3121e4ca200c3590db6f23ada17b
2022-09-02update references in policy/clamp pomliamfallon5-7/+7
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4333 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I8f8dabd3806d87f277ecc822a0196d49e53bde73
2022-07-01Fix CSIt failure in CLAMP test caserameshiyer271-19/+31
Policy participant always updates the state of AC element to PASSIVE, irrespective of success/failure scenarios in policy creation and deployment. This causes inconsistency in AC overall state and CSIT validation fails. Verifying the response code from api and pap before updating the AC element state from policy participant. Issue-ID: POLICY-4270 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I0ecf770d9803e520401ba49cd47c22ac6e4f9c17 (cherry picked from commit e50b122534039adf8227bae1739793e53c397f64)
2022-07-01update policy-models referencesliamfallon1-1/+1
update policy model references *** This commit is generated by a PF release script *** Issue-ID: POLICY-4270 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I9caa15b54d26f90a8bac0b2b6f1d899c54e3ffe8 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-06-24Fix participant update list event for multiple AC elementsrameshiyer271-3/+3
If multiple AC elements are mapped to a single participant, the update list event from runtime includes only a single element by overriding the previous entries from the update list. Removed the immutable list that causes the issue. Issue-ID: POLICY-4241 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I59dcd3706394ab937d4e517bc69285c50d9ac260
2022-06-21Fix K8s participant fails to verify the status of the deployed podsrameshiyer271-2/+2
The participant verifies the status of the deployed pods in the cluster with the string name appending the release name and chart id. Verification would fail if the name of the pod doesn't contain the helm release name, hence removing the same. Issue-ID: POLICY-4236 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I1f63452aa1135d59cc4c4daa3f9303a18fe0702d
2022-06-14Add user configurable parameter for permitted helm repo protocolsrameshiyer275-8/+30
User can configure the permitted helm repository protocols http/https based on the requirement. Issue-ID: POLICY-4113 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ib7c91413babd15d0bd22ceffe10cdc1c3a6a0fd0 (cherry picked from commit b77b61847ddd169da9a71b05742ed51bc826f5f6)
2022-06-08Update default branch in .gitreviewliamfallon1-1/+1
Update default branch in .gitreview to jakarta *** This commit is generated by a PF release script *** Issue-ID: POLICY-4234 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I345b200ed01a0d86bca0cab59d31a61ab6fc5648
2022-04-28Update snapshot and/or references of policy/clamp to latest snapshotsliamfallon18-21/+21
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib28160e231fbfe1124cd49d29ca9e3d538a1cbfd
2022-04-28Release docker images for policy/clamp: 6.2.3liamfallon1-0/+16
This commit releases docker images for repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I409bcb48e398d68bf93aeaef8247e6ce137f7b22
2022-04-28Release policy/clamp: 6.2.3liamfallon1-0/+5
This commit releases repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I81a663543948dee45d2063286522f1b1458112fe
2022-04-27update references in policy/clamp pomliamfallon5-7/+7
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib3cf4c4864fa0b0e4be3bf7b2ad19c7fbb7e0300
2022-04-27Fix Issue when serialization into JSON SchemaFrancescoFioraEst4-113/+101
Issue-ID: POLICY-4104 Change-Id: Iab42134820fc547429a988b43a0bd6edb344c3db Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2022-04-22Use policy/parent for dependency managementliamfallon3-19/+12
We use policy/parent for dependency management so that we can control the spring and spring boot versions that are pulled in. Issue-ID: POLICY-4070 Change-Id: I1f8da1f1eb660c748110ecc25ca445c3c9cb202e Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-20Replace jackson library usage with GSONSirisha_Manchikanti4-80/+89
Issue-ID: POLICY-4085 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I6f8f55d2c49495b6efcdc7f58de03c440f72626d
2022-04-12Update snapshot and/or references of policy/clamp to latest snapshotsliamfallon18-21/+21
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ifd4eb766f4070811f8100eb27f58ef2618b1dd22
2022-04-12Release docker images for policy/clamp: 6.2.2liamfallon1-0/+16
This commit releases docker images for repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie5cbc25169195dfd1f39b8ae558e35d77f3c34ea
2022-04-12Release policy/clamp: 6.2.2liamfallon1-0/+5
This commit releases repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Id1c6a437a0152d5958f82c909177c8daf4644fd6
2022-04-12Fix CLAMP staging example dependencyliamfallon2-0/+10
The internal dependencies in CLAMP did not have the dependency from models and runtime to examples. Issue-ID: POLICY-4089 Change-Id: I0ce3176b5a346b1a8efdbc65e4773dd5f212b9fd Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-12update references in policy/clamp pomliamfallon5-7/+7
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4089 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib2580b3ada5607cdf0c5be06cfbaac8ae202a9eb
2022-04-11Rename controlloop to ACMSirisha_Manchikanti5-9/+9
Issue-ID: POLICY-3941 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I3a9d66b5f6be55e722bb15326d0af83a1b698a02
2022-04-11Add separate version for Jackson annotationsliamfallon2-2/+0
Issue-ID: POLICY-4070 Change-Id: I3737728dfdcbd8b5528ae5c9780756a41be3e369 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-04-11Remove hidden .readthedocs.yaml fileliamfallon1-20/+0
The hidden .readthedocs.yaml file causes the documentation job to try to build the CLAMP documentation, and the documentation build fails because there is no docs/ directory in CLAMP any more, documents were moved to policy/parent Issue-ID: POLICY-4070 Change-Id: Ied421c27c6faef049d7361dd863758e529acf208 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-03-24Rename ControlLoop with AutomationComposition in testsuitesSirisha_Manchikanti2-1930/+648
Issue-ID: POLICY-4014 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Ia69099a27e9261bf68ac31626f2ec315e2f35436
2022-03-22Clean up unit testsadheli.tavares48-850/+403
- use the unified test reference folder - fix some sonar lint issues Issue-ID: POLICY-3945 Change-Id: I33e30332d911f02c32937316bac6d2d331ac6346 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-22Clean up of test resources not used by ACMadheli.tavares24-11790/+11
Issue-ID: POLICY-3945 Change-Id: I9d3b47a47288816f7ff3d60b21237a458b14cf68 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-22Merge "Remove hyphen from database name"Liam Fallon1-1/+1
2022-03-21Adding the TCA exampleadheli.tavares3-0/+811
Issue-ID: POLICY-3946 Change-Id: Ia3e5d951198c4e436cc7506b805155ff1c0c9af1 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-16Remove hyphen from database nameSirisha_Manchikanti1-1/+1
Issue-ID: POLICY-4039 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Icc7a41b3e65c470490a1648726784b9bc60df0f8
2022-03-15Clean up unit testsadheli.tavares36-1299/+355
- use the unified functional pmsh test case - fix some sonar lint issues Issue-ID: POLICY-3945 Change-Id: Ic49ea9494cde88a8e0d37260d1461b9775ec9ed5 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-11Update snapshot and/or references of policy/clamp to latest snapshotsliamfallon18-21/+21
policy/clamp updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I45033a8f834d30ce188f122519c56af92ca26847
2022-03-11Release docker images for policy/clamp: 6.2.1liamfallon1-0/+16
This commit releases docker images for repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I082fc300373ce3318d0ed7cee8412c25abb82dd6
2022-03-11Release policy/clamp: 6.2.1liamfallon1-0/+5
This commit releases repo policy/clamp. *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I12b0cd2ccb5b8068fcf2bbdcccf37230850219c8
2022-03-10update references in policy/clamp pomliamfallon5-7/+7
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-3982 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ie6c69a7aa144d6b37c2627b12ef212ecb6ef23a9 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-03-09Clean up of unit tests for ACM definitionsadheli.tavares22-7858/+350
Issue-ID: POLICY-3945 Change-Id: I080e402899d2b2960b46efa06db68041a73f5d2b Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-09Merge "Fixed Instance Properties Name"Liam Fallon6-34/+17
2022-03-07Organising tosca files references to an examples folderadheli.tavares9-232/+5017
Issue-ID: POLICY-3945 Change-Id: If013bba1288ed9f5778ea796161d42d617909728 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2022-03-07Fixed Instance Properties Namebrunomilitzer6-34/+17
Fixed issue where the system put append _Instance1 so the end user can put their own custom name Issue-ID: POLICY-3978 Change-Id: I04500148aeee49c64f278ce00daa55d14f964b90 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2022-03-02Merge "Accept only Whitelisted Repos from Tosca Template"Liam Fallon10-26/+104
2022-03-01Accept only Whitelisted Repos from Tosca TemplateLathish10-27/+105
Issue-ID: POLICY-3894 Change-Id: Iaffaf3f1243f6070c600a58891899e9e1e326732 Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2022-02-25Changed Incorrect Name for Tosca Service Template Participant Typebrunomilitzer2-10/+10
Issue-ID: POLICY-3940 Change-Id: Ia66052c4729d117f542069f0fdad8f74fabfe878 Signed-off-by: brunomilitzer <bruno.militzer@est.tech>
2022-02-24Merge "Fix Schema name to be in consistent with other components"Liam Fallon1-1/+1
2022-02-23Fix Schema name to be in consistent with other componentsLathish1-1/+1
Issue-ID: POLICY-3944 Change-Id: Ia20a7de1deb0b2282e1dd31c3e7d67da741d438d Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2022-02-23Fix helm exception when there are no repo's configuredLathish5-21/+56
Issue-ID: POLICY-3874 Change-Id: I6734654049abeeb391b58df566992ab102a2894c Signed-off-by: Lathish <lathishbabu.ganesan@est.tech>
2022-02-18Rename TOSCA Control Loop to ACMliamfallon459-14310/+11587
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-17Merge "Add Hibernate support in runtime-controlloop"Ajith Sreekumar12-423/+32
2022-02-17Merge "Remove Clamp GUI from Clamp Repo"Liam Fallon94-13639/+9