update link to upper-constraints.txt
[optf/osdf.git] / test / policy-local-files / vnfPolicy_vFW_TD.json
1 {
2   "OSDF_FRANKFURT.vnfPolicy_vFW_TD": {
3     "type": "onap.policies.optimization.resource.VnfPolicy",
4     "version": "1.0.0",
5     "type_version": "1.0.0",
6     "metadata": {
7       "policy-id": "OSDF_FRANKFURT.vnfPolicy_vFW_TD",
8       "policy-version": 1
9     },
10     "properties": {
11       "scope": [
12         "OSDF_FRANKFURT",
13         "TD"
14       ],
15       "resources": [
16         "vFW-SINK"
17       ],
18       "geography": [
19         "US"
20       ],
21       "identity": "vnf_vFW_TD",
22       "applicableResources": "any",
23       "vnfProperties": [{
24           "inventoryProvider": "aai",
25           "serviceType": "",
26           "inventoryType": "vfmodule",
27           "customerId": {
28               "get_param": "chosen_customer_id"
29           },
30           "equipmentRole": "",
31           "attributes": {
32               "orchestrationStatus": ["active"],
33               "provStatus": "ACTIVE",
34               "cloudRegionId": {
35                   "get_param": "chosen_region"
36               },
37               "service_instance_id": {
38                   "get_param": "service_id"
39               }
40           },
41           "passthroughAttributes": {
42               "td-role": "destination"
43           }
44       }]
45     }
46   }
47 }