diff options
Diffstat (limited to 'robot/assets/usecases/5gson/anr.json')
-rwxr-xr-x | robot/assets/usecases/5gson/anr.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/robot/assets/usecases/5gson/anr.json b/robot/assets/usecases/5gson/anr.json new file mode 100755 index 00000000..2dbcaae2 --- /dev/null +++ b/robot/assets/usecases/5gson/anr.json @@ -0,0 +1,46 @@ +{ + "topology_template": { + "policies": [ + { + "operational.sonhandler": { + "metadata": { + "policy-id": "operational.sonhandler" + }, + "name": "operational.sonhandler", + "properties": { + "abatement": false, + "controllerName": "usecases", + "id": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61", + "operations": [ + { + "description": "Modify the packet generator", + "failure": "final_failure", + "failure_exception": "final_failure_exception", + "failure_guard": "final_failure_guard", + "failure_retries": "final_failure_retries", + "failure_timeout": "final_failure_timeout", + "id": "unique-policy-id-123-modifyconfig", + "operation": { + "actor": "SDNR", + "operation": "ModifyConfigANR", + "target": { + "targetType": "PNF" + } + }, + "retries": 0, + "success": "final_success", + "timeout": 300 + } + ], + "timeout": 900, + "trigger": "unique-policy-id-123-modifyconfig" + }, + "type": "onap.policies.controlloop.operational.common.Drools", + "type_version": "1.0.0", + "version": "1.0.0" + } + } + ] + }, + "tosca_definitions_version": "tosca_simple_yaml_1_1_0" +} |