Add support to process NST Selection for HAS
[optf/osdf.git] / test / policy-local-files / nst-selection-files / vnf_policy_nst.json
1 {
2     "vnfPolicy_nst": {
3         "type": "onap.policies.optimization.resource.VnfPolicy",
4         "version": "1.0.0",
5         "type_version": "1.0.0",
6         "metadata": {
7             "policy-id": "vnfPolicy_nst",
8             "policy-version": 1
9         },
10         "properties": {
11             "scope": [
12                 "OSDF_GUILIN"
13             ],
14             "resources": [
15                 "nst"
16             ],
17             "services": [
18                 "nst"
19             ],
20             "identity": "vnf_nst",
21             "applicableResources": "any",
22             "vnfProperties": [
23                 {
24                     "inventoryProvider": "aai",
25                     "inventoryType": "nst",
26                     "unique": "true",
27                     "attributes": {
28                         "model-role": "nst"
29                     }
30                 }
31             ]
32         }
33     }
34 }