aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/example/operational-policy
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-11-01 23:50:04 +0100
committersebdet <sebastien.determe@intl.att.com>2018-11-02 00:34:15 +0100
commit7253c2b707c1ac985fee1f6ed7ab45757a67b797 (patch)
treee1e54eaba59efdbfe05c47673b68f7b92059f60a /src/test/resources/example/operational-policy
parenteff88976a4a9cbe246744b36c44cf84e14204308 (diff)
Fix Policy Yaml
Fix Policy Yaml generation, remove service and resource section + update the actor/recipe Issue-ID: CLAMP-243 Change-Id: Ia1adad6e653e7e85576858f2971f60f7903bfae2 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'src/test/resources/example/operational-policy')
-rw-r--r--src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml13
-rw-r--r--src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml13
2 files changed, 4 insertions, 22 deletions
diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml
index 3d0252a00..19ee585b9 100644
--- a/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml
+++ b/src/test/resources/example/operational-policy/yaml-policy-chain-1.yaml
@@ -1,17 +1,8 @@
controlLoop:
abatement: false
controlLoopName: controlNameTest
- resources:
- - resourceInvariantUUID: null
- resourceName: 6c7aaec2-59eb-41d9-8681-b7f976ab668d
- resourceType: VF
- resourceUUID: null
- resourceVersion: null
- services:
- - serviceInvariantUUID: null
- serviceName: 0f983e18-4603-4bb4-a98c-e29691fb16a1
- serviceUUID: null
- serviceVersion: null
+ resources: null
+ services: null
timeout: 500
trigger_policy: <generatedId>
version: 2.0.0
diff --git a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml b/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml
index 3d0252a00..19ee585b9 100644
--- a/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml
+++ b/src/test/resources/example/operational-policy/yaml-policy-chain-2.yaml
@@ -1,17 +1,8 @@
controlLoop:
abatement: false
controlLoopName: controlNameTest
- resources:
- - resourceInvariantUUID: null
- resourceName: 6c7aaec2-59eb-41d9-8681-b7f976ab668d
- resourceType: VF
- resourceUUID: null
- resourceVersion: null
- services:
- - serviceInvariantUUID: null
- serviceName: 0f983e18-4603-4bb4-a98c-e29691fb16a1
- serviceUUID: null
- serviceVersion: null
+ resources: null
+ services: null
timeout: 500
trigger_policy: <generatedId>
version: 2.0.0