Add support to process NSI selection request
[optf/osdf.git] / test / policy-local-files / slice-selection-files / opt_policy_nsi_reuse.json
1 {
2     "OSDF_FRANKFURT.minimizeCost_URLLC": {
3         "metadata": {
4             "policy-id": "OSDF_FRANKFURT.minimizeCost_URLLC",
5             "policy-version": 1
6         },
7         "properties": {
8             "geography": [],
9             "identity": "optimization",
10             "goal": "minimize",
11             "operation_function": {
12                 "operator": "sum",
13                 "operands": [
14                     {
15                         "function": "attribute",
16                         "params": {
17                             "attribute": "creation_cost",
18                             "demand": "embb-nst"
19                         }
20                     }
21                 ]
22             },
23             "resources": [
24                 "embb-nst"
25             ],
26             "scope": [
27                 "REUSE",
28                 "SHARED"
29             ],
30             "services": [
31                 "embb-nst"
32             ]
33         },
34         "type": "onap.policies.optimization.resource.OptimizationPolicy",
35         "type_version": "2.0.0",
36         "version": "1.0.0"
37     }
38 }