Add ONAP standard Control Loop Element types 22/122422/2
authorliamfallon <liam.fallon@est.tech>
Fri, 2 Jul 2021 13:42:06 +0000 (14:42 +0100)
committerliamfallon <liam.fallon@est.tech>
Mon, 5 Jul 2021 07:33:52 +0000 (08:33 +0100)
commit4785bc1a2217bb5e4f4b593369e90e1057a62665
treef5a2bba08e840b7d0493eb1fa917311f64d7557a
parent72d882f65031518e9d1b1a6d6e53c7d42ab8495f
Add ONAP standard Control Loop Element types

The Policy, DCAE, HTTP, Kubernetes, and CDS Control Loop Elements run on
participants delivered with and packaged with ONAP. These TOSCA files
define the properties for Control Loop Elements on these participants as
TOSCA node types.

Developers who wish to run Control Loop Elements on these participants
write a TOSCA Topology Template, which uses the Control Loop Element
Node Types defined in these files.

These Node type definitions should be preloaded into the
Runtime database, which will be done in a future review.

Issue-ID: POLICY-3341
Change-Id: Icc565bdfa1a59e1c1c551f13c48348ee6a8a4e27
Signed-off-by: liamfallon <liam.fallon@est.tech>
common/src/main/resources/tosca/CdsControlLoopElementType.yaml [new file with mode: 0644]
common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml
common/src/main/resources/tosca/DcaeControlLoopElementType.yaml [new file with mode: 0644]
common/src/main/resources/tosca/HttpControlLoopElementType.yaml [new file with mode: 0644]
common/src/main/resources/tosca/KubernetesControlLoopElementType.yaml [new file with mode: 0644]
common/src/main/resources/tosca/PolicyControlLoopElementType.yaml [new file with mode: 0644]