diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-06-03 09:08:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-03 09:08:30 +0000 |
commit | 40f57cc4800a441435a3d374fa963eea50229a13 (patch) | |
tree | 9f9b663ef73964d1cc74d7318fd19cd8f0bdd0f0 /ui-react/src/components/dialogs/OperationalPolicy/template.json | |
parent | 91a96a677b251ad0a1b18cfa202241f43c347f37 (diff) | |
parent | 5f98f5d2da9d6227d466797ada3c9562fa0b856a (diff) |
Merge "Removal of useless code"
Diffstat (limited to 'ui-react/src/components/dialogs/OperationalPolicy/template.json')
-rw-r--r-- | ui-react/src/components/dialogs/OperationalPolicy/template.json | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/ui-react/src/components/dialogs/OperationalPolicy/template.json b/ui-react/src/components/dialogs/OperationalPolicy/template.json deleted file mode 100644 index 7c9dc0cdd..000000000 --- a/ui-react/src/components/dialogs/OperationalPolicy/template.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "operationalPolicies": [ - { - "name": "OPERATIONAL_LOOP_NAME", - "configurationsJson": { - "operational_policy": { - "controlLoop": { - "trigger_policy": "new", - "timeout": "0", - "abatement": "false", - "controlLoopName": "LOOP_h2NMX_v1_0_ResourceInstanceName1_tca" - }, - "policies": [ - { - "id": "new", - "recipe": "", - "retry": "0", - "timeout": "0", - "actor": "", - "payload": "", - "success": "", - "failure": "", - "failure_timeout": "", - "failure_retries": "", - "failure_exception": "", - "failure_guard": "", - "target": { - "type": "VM", - "resourceID": "" - } - } - ] - } - } - } - ] -}
\ No newline at end of file |