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