Joshua Reich | bb9151d | 2019-03-22 00:50:29 -0700 | [diff] [blame] | 1 | tosca_definitions_version: tosca_simple_yaml_1_0_0 |
| 2 | topology_template: |
| 3 | policies: |
| 4 | - |
| 5 | guard.frequency.scaleout: |
| 6 | type: onap.policies.controlloop.guard.FrequencyLimiter |
| 7 | version: 1.0.0 |
| 8 | metadata: |
| 9 | policy-id : guard.frequency.scaleout |
| 10 | properties: |
| 11 | actor: SO |
Pamela Dragosh | b44d3df | 2019-03-26 11:07:34 -0400 | [diff] [blame] | 12 | recipe: VF Module Create |
Joshua Reich | bb9151d | 2019-03-22 00:50:29 -0700 | [diff] [blame] | 13 | targets: .* |
| 14 | clname: ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3 |
| 15 | limit: 1 |
| 16 | timeWindow: 10 |
| 17 | timeUnits: minute |
| 18 | guardActiveStart: 00:00:01-05:00 |
| 19 | guardActiveEnd: 23:59:59-05:00 |