aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
diff options
context:
space:
mode:
authora.sreekumar <ajith.sreekumar@est.tech>2020-01-31 14:30:29 +0000
committera.sreekumar <ajith.sreekumar@est.tech>2020-02-03 13:54:03 +0000
commitf6ef29e667a4e4b66a1feb2f6643f1c0abd5d19a (patch)
treee3f0f1a9f55be650f5eb6e8cffe618b0ba4d6e55 /models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
parent172a67f92943d64d5a1eda2b1dabf6c1c1c77f7e (diff)
Design Operational Policy Type for Apex
Design the TOSCA Policy Type for operational policy supported by Apex so that CLAMP can select this policy type for control loops that are designed to use Apex. Change-Id: I50099a47d5314fa42e353856715adaaa20352a96 Issue-ID: POLICY-2147 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml')
-rw-r--r--models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml23
1 files changed, 23 insertions, 0 deletions
diff --git a/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
new file mode 100644
index 000000000..dba656769
--- /dev/null
+++ b/models-examples/src/main/resources/policytypes/onap.policies.controlloop.operational.common.Apex.yaml
@@ -0,0 +1,23 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+policy_types:
+ onap.policies.controlloop.operational.common.Apex:
+ derived_from: onap.policies.controlloop.operational.Common
+ version: 1.0.0
+ description: Operational policies for Apex PDP
+ properties:
+ engineServiceParameters:
+ type: String
+ description: The engine parameters like name, instanceCount, policy implementation, parameters etc.
+ required: true
+ eventInputParameters:
+ type: String
+ description: The event input parameters.
+ required: true
+ eventOutputParameters:
+ type: String
+ description: The event output parameters.
+ required: true
+ javaProperties:
+ type: String
+ description: Name/value pairs of properties to be set for APEX if needed.
+ required: false