blob: 9da85c412a7c107555abd07980cc1a023101bac3 [file] [log] [blame]
Joshua Reichbb9151d2019-03-22 00:50:29 -07001{
2 "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
3 "topology_template": {
4 "policies": [
5 {
6 "guard.frequency.scaleout": {
7 "type": "onap.policies.controlloop.guard.FrequencyLimiter",
8 "version": "1.0.0",
9 "metadata": {
10 "policy-id" : "guard.frequency.scaleout"
11 },
12 "properties": {
13 "actor": "SO",
Pamela Dragoshb44d3df2019-03-26 11:07:34 -040014 "recipe": "VF Module Create",
Joshua Reichbb9151d2019-03-22 00:50:29 -070015 "targets": ".*",
16 "clname": "ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
17 "limit": "1",
18 "timeWindow": "10",
19 "timeUnits": "minute",
20 "guardActiveStart": "00:00:01-05:00",
21 "guardActiveEnd": "23:59:59-05:00"
22 }
23 }
24 }
25 ]
26 }
27}