SOL instantiate NS test via independant json file
[vfc/nfvo/lcm.git] / lcm / ns / tests / data / nsd_model.json
1 {
2     "vnfs": [{
3         "vnf_id": "vnf1",
4         "properties": {
5             "id": "vnfd1",
6             "nf_type": "xgw",
7             "vnfm_info": "gvnfm"
8         },
9         "dependencies": [{
10             "vl_id": "5"
11         }]
12     }],
13     "vls": [{
14             "vl_id": "5",
15             "properties": {}
16             }]
17 }