aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/resources/tosca/CdsControlLoopElementType.yaml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-07-02 14:42:06 +0100
committerliamfallon <liam.fallon@est.tech>2021-07-05 08:33:52 +0100
commit4785bc1a2217bb5e4f4b593369e90e1057a62665 (patch)
treef5a2bba08e840b7d0493eb1fa917311f64d7557a /common/src/main/resources/tosca/CdsControlLoopElementType.yaml
parent72d882f65031518e9d1b1a6d6e53c7d42ab8495f (diff)
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>
Diffstat (limited to 'common/src/main/resources/tosca/CdsControlLoopElementType.yaml')
-rw-r--r--common/src/main/resources/tosca/CdsControlLoopElementType.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/common/src/main/resources/tosca/CdsControlLoopElementType.yaml b/common/src/main/resources/tosca/CdsControlLoopElementType.yaml
new file mode 100644
index 000000000..296324b68
--- /dev/null
+++ b/common/src/main/resources/tosca/CdsControlLoopElementType.yaml
@@ -0,0 +1,26 @@
+# ============LICENSE_START=======================================================
+# Copyright (C) 2021 Nordix Foundation.
+# ================================================================================
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+# SPDX-License-Identifier: Apache-2.0
+# ============LICENSE_END=========================================================
+tosca_definitions_version: tosca_simple_yaml_1_3
+node_types:
+ org.onap.policy.clamp.controlloop.CDSControlLoopElement:
+ version: 1.0.1
+ derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement
+ properties:
+ cdsBlueprint:
+ type: string
+ required: true