aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2019-09-05 22:25:55 +0000
committerliamfallon <liam.fallon@est.tech>2019-09-05 22:25:55 +0000
commit5b7f107c2120100b502e1e82ab644b3da5a80a22 (patch)
tree6db33b71943b88187868535eb025de8341eaff23 /main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json
parent834ab314c29303e71c14fc9f55f626b21ccc6fcf (diff)
Knock on of changing policy types to map
This review adapts policy-api for the change in the structure of the toasca service template from a list of maps to a plain map. DUplication of policy types and policies removed and policy-models examples used instead. Issue-ID: POLICY-2047 Change-Id: Ie1fdeef79289348005314c5de9b2e37c0c45d786 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json')
-rw-r--r--main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json b/main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json
deleted file mode 100644
index 442f3ec4..00000000
--- a/main/src/test/resources/policies/vDNS.policy.guard.frequency.input.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "policy-id" : "guard.frequency.scaleout",
- "content" : {
- "actor": "SO",
- "recipe": "scaleOut",
- "targets": ".*",
- "clname": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
- "limit": "1",
- "timeWindow": "10",
- "timeUnits": "minute",
- "guardActiveStart": "00:00:01-05:00",
- "guardActiveEnd": "23:59:59-05:00"
- }
-}