aboutsummaryrefslogtreecommitdiffstats
path: root/ECOMP-ControlloopPolicy/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml
blob: f2390fae0707f24e632f7ef425d5c34f803e9e3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
guard:
  version: 2.0.0

guards:
  - id: unique_guard_ONAP_vDNS_1
    name: MSO Spinup
    description: We only spin up 1 instance over a 10 minute window
    match_parameters:
      actor: MSO
      recipe: VF Module Create
    limit_constraints:
      - freq_limit_per_target: 1
        #
        # https://www.w3.org/TR/xmlschema-2/#duration
        #
        time_window:
          value: 10
          units: hour