Fix extenstion handling
[vfc/nfvo/driver/vnfm/svnfm.git] / nokiav2 / docs / sampleVnfs / simple_cmcc / etsi_config.json
diff --git a/nokiav2/docs/sampleVnfs/simple_cmcc/etsi_config.json b/nokiav2/docs/sampleVnfs/simple_cmcc/etsi_config.json
new file mode 100644 (file)
index 0000000..ef3bce5
--- /dev/null
@@ -0,0 +1,34 @@
+{
+  "computeResourceFlavours": [
+    {
+      "vnfdVirtualComputeDescId": "server_compute",
+      "resourceId": "m1.small"
+    }
+  ],
+  "extVirtualLinks": [
+    {
+      "extCps": [
+        {
+          "cpdId": "universal_ecp"
+        }
+      ],
+      "resourceId": "oam-nokia"
+    }
+  ],
+  "zones": [
+    {
+      "resourceId": "nova",
+      "id": "zoneInfoId"
+    }
+  ],
+  "flavourId": "scalable",
+  "vimType": "OPENSTACK_V3_INFO",
+  "instantiationLevel": "default",
+  "softwareImages": [
+    {
+      "resourceId": "ubuntu.16.04",
+      "vnfdSoftwareImageId": "server_image"
+    }
+  ],
+  "extensions" : [ { "name": "myNameKey", "value": "myName"} ]
+}