blob: 494ade2b767cfb3e753c077628ae0e8e87a89619 [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",
14 "recipe": "scaleOut",
15 "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}