1 tosca_definitions_version: tosca_simple_yaml_1_3
3 onap.datatypes.ToscaConceptIdentifier:
4 derived_from: tosca.datatypes.Root
13 org.onap.policy.clamp.controlloop.Participant:
15 derived_from: tosca.nodetypes.Root
20 org.onap.policy.clamp.controlloop.ControlLoopElement:
22 derived_from: tosca.nodetypes.Root
28 type: onap.datatypes.ToscaConceptIdentifier
37 description: A value indicating the start phase in which this control loop element will be started, the
38 first start phase is zero. Control Loop Elements are started in their start_phase order and stopped
39 in reverse start phase order. Control Loop Elements with the same start phase are started and
40 stopped simultaneously
41 org.onap.policy.clamp.controlloop.ControlLoop:
43 derived_from: tosca.nodetypes.Root
52 type: onap.datatypes.ToscaConceptIdentifier
53 org.onap.policy.clamp.controlloop.DCAEMicroserviceControlLoopElement:
55 derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement
58 type: onap.datatypes.ToscaConceptIdentifier
60 org.onap.policy.clamp.controlloop.PolicyTypeControlLoopElement:
62 derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement
65 type: onap.datatypes.ToscaConceptIdentifier
67 org.onap.policy.clamp.controlloop.CDSControlLoopElement:
69 derived_from: org.onap.policy.clamp.controlloop.ControlLoopElement
72 type: onap.datatypes.ToscaConceptIdentifier
76 org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant:
78 type: org.onap.policy.clamp.controlloop.Participant
80 description: Participant for DCAE microservices
83 org.onap.policy.controlloop.PolicyControlLoopParticipant:
85 type: org.onap.policy.clamp.controlloop.Participant
87 description: Participant for DCAE microservices
90 org.onap.ccsdk.cds.controlloop.CdsControlLoopParticipant:
92 type: org.onap.policy.clamp.controlloop.Participant
94 description: Participant for DCAE microservices
97 org.onap.domain.pmsh.PMSH_DCAEMicroservice:
99 type: org.onap.policy.clamp.controlloop.DCAEMicroserviceControlLoopElement
101 description: Control loop element for the DCAE microservice for Performance Management Subscription Handling
105 name: org.onap.dcae.controlloop.DCAEMicroserviceControlLoopParticipant
108 name: org.onap.dcae.blueprints.PMSHBlueprint
110 org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement:
112 type: org.onap.policy.clamp.controlloop.PolicyTypeControlLoopElement
114 description: Control loop element for the monitoring policy for Performance Management Subscription Handling
118 name: org.onap.policy.controlloop.PolicyControlLoopParticipant
121 name: onap.policies.monitoring.pm-subscription-handler
123 org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement:
125 type: org.onap.policy.clamp.controlloop.PolicyTypeControlLoopElement
127 description: Control loop element for the operational policy for Performance Management Subscription Handling
131 name: org.onap.policy.controlloop.PolicyControlLoopParticipant
134 name: onap.policies.operational.pm-subscription-handler
136 org.onap.domain.pmsh.PMSH_CDS_ControlLoopElement:
138 type: org.onap.policy.clamp.controlloop.ControlLoopElement
140 description: Control loop element for CDS for Performance Management Subscription Handling
144 name: org.onap.PM_CDS_Blueprint
147 name: org.onap.ccsdk.cds.PMSHCdsBlueprint
149 org.onap.domain.pmsh.PMSHControlLoopDefinition:
151 type: org.onap.policy.clamp.controlloop.ControlLoop
153 description: Control loop for Performance Management Subscription Handling
157 - name: org.onap.domain.pmsh.PMSH_DCAEMicroservice
159 - name: org.onap.domain.pmsh.PMSH_MonitoringPolicyControlLoopElement
161 - name: org.onap.domain.pmsh.PMSH_OperationalPolicyControlLoopElement
163 - name: org.onap.domain.pmsh.PMSH_CDS_ControlLoopElement