diff options
author | Brian Freeman <bf1936@att.com> | 2019-05-31 17:10:16 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-05-31 17:10:25 -0500 |
commit | 32f5539ad9ccc20d1a394d3dcf3b59fb4879f407 (patch) | |
tree | 7e8560a4c615338c8377b3a7fc3c6b8e7ab9286f /robot | |
parent | 4909b5612142c4ad074cd5b03c515bce619a583d (diff) |
Make control loop name unique
Issue-ID: INT-838
Change-Id: Ia4827474d003843daa589c2378888bcc32f92a40
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'robot')
-rw-r--r-- | robot/assets/templates/policy/vFirewall_policy_operational_content.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/policy/vFirewall_policy_operational_content.yaml b/robot/assets/templates/policy/vFirewall_policy_operational_content.yaml index f5ae3bc5..121c8b6e 100644 --- a/robot/assets/templates/policy/vFirewall_policy_operational_content.yaml +++ b/robot/assets/templates/policy/vFirewall_policy_operational_content.yaml @@ -1,6 +1,6 @@ controlLoop: version: 2.0.0 - controlLoopName: ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a + controlLoopName: ControlLoop-vFirewall-__RESOURCE_ID__ trigger_policy: unique-policy-id-1-modifyConfig timeout: 1200 abatement: false |