diff options
author | jhh <jorge.hernandez-herrero@att.com> | 2020-01-20 17:21:35 -0600 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-01-20 18:13:00 -0600 |
commit | af4d20eb737dc7670e811d5272416eec06da1960 (patch) | |
tree | 248c8d7011aec23ac40c2590128bde8cb3aba6f2 /models-examples/src/main/resources/policies | |
parent | f77d0a91298e4e4ec14991366b5e439824919d5d (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')
-rw-r--r-- | models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.json | 45 | ||||
-rw-r--r-- | models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml | 1 |
2 files changed, 46 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 diff --git a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml index e013abd1c..0f669d9ca 100644 --- a/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml +++ b/models-examples/src/main/resources/policies/vCPE.policy.operational.input.tosca.yaml @@ -4,6 +4,7 @@ topology_template: - operational.restart: type: onap.policies.controlloop.operational.common.Drools type_version: 1.0.0 + version: 1.0.0 metadata: policy-id: operational.restart properties: |