[DCAEGEN2-Services] Add example policy types, policies and instrucitons for policy...
[dcaegen2/deployments.git] / dcae-services-policy-sync / resources / son-handler-policy-examples / son_policy.json
1 {
2     "tosca_definitions_version": "tosca_simple_yaml_1_0_0",
3     "topology_template": {
4          "policies": [
5              {
6                  "onap.sonhms": {
7                      "type": "onap.policies.monitoring.docker.sonhandler.app",
8                      "type_version": "1.0.0",
9                      "version": "1.0.0",
10                      "metadata": {
11                          "policy-id": "onap.sonhms",
12                          "policy-version": "1"
13                      },
14                      "properties": {
15                          "PCI_SDNR_TARGET_NAME": "SDNR",
16                          "PCI_MODCONFIG_POLICY_NAME": "ControlLoop-vPCI-fb41f388-a5f2-11e8-98d0-529269fb1459",
17                          "PCI_MODCONFIGANR_POLICY_NAME": "ControlLoop-vSONH-7d4baf04-8875-4d1f-946d-06b874048b61",
18                          "PCI_OPTMIZATION_ALGO_CATEGORY_IN_OOF": "OOF-PCI-OPTIMIZATION",
19                          "PCI_NEIGHBOR_CHANGE_CLUSTER_TIMEOUT_IN_SECS": 60
20                      }
21                  }
22              }
23          ]
24     },
25     "name": "ToscaServiceTemplateSimple",
26     "version": "1.0.0"
27 }