Fix template generation for R2
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / docs / sampleVnfs / simpleDual / etsi_config.json
1 {
2   "extensions": [
3     {
4       "name": "myNameKey",
5       "value": "myName"
6     }
7   ],
8   "computeResourceFlavours": [
9     {
10       "vnfdVirtualComputeDescId": "server_compute",
11       "resourceId": "m1.small"
12     }
13   ],
14   "extVirtualLinks": [
15     {
16       "extCps": [
17         {
18           "cpdId": "universal_ecp"
19         }
20       ],
21       "resourceId": "pub_net"
22     }
23   ],
24   "zones": [
25     {
26       "resourceId": "compute-a",
27       "id": "zoneInfoId"
28     }
29   ],
30   "flavourId": "scalable",
31   "vimType": "OPENSTACK_V3_INFO",
32   "instantiationLevel": "default",
33   "softwareImages": [
34     {
35       "resourceId": "ubuntu.16.04",
36       "vnfdSoftwareImageId": "server_image"
37     }
38   ]
39 }