aboutsummaryrefslogtreecommitdiffstats
path: root/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-01-20 17:21:35 -0600
committerjhh <jorge.hernandez-herrero@att.com>2020-01-20 18:13:00 -0600
commitaf4d20eb737dc7670e811d5272416eec06da1960 (patch)
tree248c8d7011aec23ac40c2590128bde8cb3aba6f2 /models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
parentf77d0a91298e4e4ec14991366b5e439824919d5d (diff)
vcpe operational policy tosca compliant json
Issue-ID: POLICY-2148 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Id8ac0279184e5d063cbff197e47f14745a9ef353 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json')
-rw-r--r--models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
new file mode 100644
index 000000000..793334e4e
--- /dev/null
+++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json
@@ -0,0 +1,45 @@
+{
+ "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
+ "topology_template": {
+ "policies": [
+ {
+ "operational.restart": {
+ "type": "onap.policies.controlloop.operational.common.Drools",
+ "type_version": "1.0.0",
+ "version": "1.0.0",
+ "metadata": {
+ "policy-id": "operational.restart"
+ },
+ "properties": {
+ "id": "ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
+ "timeout": 3600,
+ "abatement": true,
+ "trigger": "unique-policy-id-1-restart",
+ "operations": [
+ {
+ "id": "unique-policy-id-1-restart",
+ "description": "Restart the VM",
+ "operation": {
+ "actor": "APPC",
+ "recipe": "Restart",
+ "target": {
+ "type": "VNF"
+ }
+ },
+ "timeout": 1200,
+ "retries": 3,
+ "success": "final_success",
+ "failure": "final_failure",
+ "failure_timeout": "final_failure_timeout",
+ "failure_retries": "final_failure_retries",
+ "failure_exception": "final_failure_exception",
+ "failure_guard": "final_failure_guard"
+ }
+ ],
+ "controllerName": "usecases"
+ }
+ }
+ }
+ ]
+ }
+} \ No newline at end of file