X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ECOMP-ControlloopPolicy%2Fsrc%2Ftest%2Fresources%2Fv2.0.0-guard%2Fpolicy_guard_OpenECOMP_demo_vDNS.yaml;h=f2390fae0707f24e632f7ef425d5c34f803e9e3a;hb=e92ff832cf993db876f22b2d27562fedf59f5043;hp=414e814d3c7169ce3efa2a71afc9616b8e4d2c99;hpb=570290dc6ba8198e653022c2f6f8e5d01cfa8d1b;p=policy%2Fengine.git diff --git a/ECOMP-ControlloopPolicy/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml b/ECOMP-ControlloopPolicy/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml index 414e814d3..f2390fae0 100644 --- a/ECOMP-ControlloopPolicy/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml +++ b/ECOMP-ControlloopPolicy/src/test/resources/v2.0.0-guard/policy_guard_OpenECOMP_demo_vDNS.yaml @@ -5,11 +5,15 @@ guards: - id: unique_guard_ONAP_vDNS_1 name: MSO Spinup description: We only spin up 1 instance over a 10 minute window - actor: MSO - recipe: VF Module Create + match_parameters: + actor: MSO + recipe: VF Module Create limit_constraints: - - num: 1 + - freq_limit_per_target: 1 # # https://www.w3.org/TR/xmlschema-2/#duration # - duration: PT10M + time_window: + value: 10 + units: hour + \ No newline at end of file