aboutsummaryrefslogtreecommitdiffstats
path: root/ui-react/src/components/dialogs/OperationalPolicy/template.json
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-06-02 18:09:45 +0200
committersebdet <sebastien.determe@intl.att.com>2020-06-02 18:09:45 +0200
commit5f98f5d2da9d6227d466797ada3c9562fa0b856a (patch)
tree0f9a7b9b7630bb849d28ea2b4c66ce817a158163 /ui-react/src/components/dialogs/OperationalPolicy/template.json
parentbadc1b5e02d60e15d08e231883cf74d2a28d92e1 (diff)
Removal of useless code
Removal of previous modal not used anymore Issue-ID: CLAMP-854 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: Ica6a316369433714323bf0fddff60722281d0f5f
Diffstat (limited to 'ui-react/src/components/dialogs/OperationalPolicy/template.json')
-rw-r--r--ui-react/src/components/dialogs/OperationalPolicy/template.json37
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