fe5d2fa65ab205fda1607664302ea0595ac7de5a
[integration/csit.git] / tests / optf-has / has / data / plan_without_demand_section.json
1 {
2    "name":"onap template without demand section",
3    "template":{
4       "homing_template_version":"2017-10-10",
5       "parameters":{
6          "service_name":"Residential vCPE",
7          "service_id":"vcpe_service_id",
8          "customer_lat":45.395968,
9          "customer_long":-71.135344,
10          "physical_location":"DLLSTX233",
11          "REQUIRED_MEM":4,
12          "REQUIRED_DISK":100,
13          "pnf_id":"some_pnf_id"
14       },
15       "locations":{
16          "customer_loc":{
17             "latitude":{
18                "get_param":"customer_lat"
19             },
20             "longitude":{
21                "get_param":"customer_long"
22             }
23          }
24       },
25       "constraints":{
26
27       },
28       "optimization":{
29
30       }
31    }
32 }
33