aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/vFWDT/policies/rules/affinity_vFW_TD.json
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@orange.com>2020-04-28 22:48:05 +0200
committerMarco Platania <platania@research.att.com>2020-05-11 19:24:25 +0000
commit58c9ec4f703dade672e210f6bc127ee3869bb3bd (patch)
tree1be53779a616739406d83a8e66987107f7811110 /tutorials/vFWDT/policies/rules/affinity_vFW_TD.json
parent2b1ae21b3854782f1a4e27f00b406fa7d8931bcf (diff)
Improvements for new policy API
Improvements in demo scripts for new API for policy, including scripts preparing OOF for interaction with Policy API Change-Id: Ifd28f6b2941d23dcab6699a71c536d8534fa7cf5 Issue-ID: INT-1465 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Diffstat (limited to 'tutorials/vFWDT/policies/rules/affinity_vFW_TD.json')
-rw-r--r--tutorials/vFWDT/policies/rules/affinity_vFW_TD.json59
1 files changed, 34 insertions, 25 deletions
diff --git a/tutorials/vFWDT/policies/rules/affinity_vFW_TD.json b/tutorials/vFWDT/policies/rules/affinity_vFW_TD.json
index 590de1c9..8f953fe4 100644
--- a/tutorials/vFWDT/policies/rules/affinity_vFW_TD.json
+++ b/tutorials/vFWDT/policies/rules/affinity_vFW_TD.json
@@ -1,29 +1,38 @@
{
- "service": "affinityPolicy",
- "policyName": "OSDF_DUBLIN.Affinity_vFW_TD",
- "description": "Affinity policy for vPGN Anchor and vFW destination point",
- "templateVersion": "OpenSource.version.1",
- "version": "OpenSource.version.1",
- "priority": "3",
- "riskType": "test",
- "riskLevel": "2",
- "guard": "False",
- "content": {
- "identity": "affinity_vFW_TD",
- "policyScope": [
- "td",
- "us",
- "vFW-SINK",
- "vPGN"
- ],
- "affinityProperty": {
- "qualifier": "same",
- "category": "region"
- },
- "policyType": "zone",
- "resources": [
- "vFW-SINK",
- "vPGN"
+ "tosca_definitions_version": "tosca_simple_yaml_1_1_0",
+ "topology_template": {
+ "policies": [
+ {
+ "OSDF_FRANKFURT.Affinity_vFW_TD": {
+ "type": "onap.policies.optimization.resource.AffinityPolicy",
+ "version": "1.0.0",
+ "type_version": "1.0.0",
+ "metadata": {
+ "policy-id": "OSDF_FRANKFURT.Affinity_vFW_TD",
+ "policy-version": 1
+ },
+ "properties": {
+ "scope": [
+ "OSDF_FRANKFURT",
+ "TD"
+ ],
+ "resources": [
+ "vFW-SINK",
+ "vPGN"
+ ],
+ "geography": [
+ "US",
+ "INTERNATIONAL"
+ ],
+ "identity": "affinity_vFW_TD",
+ "applicableResources": "any",
+ "affinityProperties": {
+ "qualifier": "same",
+ "category": "region"
+ }
+ }
+ }
+ }
]
}
}