aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.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/ControlLoopTOSCAServiceTemplateTypes.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/ControlLoopTOSCAServiceTemplateTypes.yaml')
-rw-r--r--common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml b/common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml
index 0da5723c2..615fc34dd 100644
--- a/common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml
+++ b/common/src/main/resources/tosca/ControlLoopTOSCAServiceTemplateTypes.yaml
@@ -33,15 +33,15 @@ node_types:
properties:
provider:
type: string
- requred: false
+ required: false
description: Specifies the organization that provides the control loop element
participant_type:
type: onap.datatypes.ToscaConceptIdentifier
- requred: true
+ required: true
description: The identity of the participant type that hosts this type of Control Loop Element
start_phase:
type: integer
- requred: false
+ required: false
constraints:
- greater-or-equal: 0
description: A value indicating the start phase in which this control loop element will be started, the
@@ -54,7 +54,7 @@ node_types:
properties:
provider:
type: string
- requred: false
+ required: false
description: Specifies the organization that provides the control loop element
elements:
type: list