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