aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/src/main/resources/clds/aaf/ssl
AgeCommit message (Collapse)AuthorFilesLines
2022-06-01Remove old clamp frontend filesdanielhanrahan3-97/+0
Delete unused dockerfile, config files, and certs for old clamp frontend Update README to remove references to old clamp frontend Issue-ID: POLICY-3358 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I33fa066c921526cdbb210fc576e2de04cb53dc75
2021-05-13Modular structure of clamp including controlloopSirisha_Manchikanti3-0/+97
This commit is the first commit that puts in multi module structure while changing the existing CLAMP code as little as possible. It adds a structure where common, models, participant and runtime are direct children under clamp, and current clamp code is moved under runtime. This runtime directory will host controlloop runtime code in later commits. Issue-ID: POLICY-3215 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I15bc8be92ed020343bff4024c4718fec462c40d7 Signed-off-by: liamfallon <liam.fallon@est.tech>