From 1dca0e2ef23d1d51e4d2b2f6675aeaa7320d44f6 Mon Sep 17 00:00:00 2001 From: Denes Nemeth Date: Thu, 24 May 2018 07:14:35 +0200 Subject: Fix extenstion handling Signed-off-by: Denes Nemeth Change-Id: I8788eccf9dc3200c277f8dadf04426dc7ef913d1 Issue-ID: VFC-728 --- .../docs/sampleVnfs/simple_cmcc/etsi_config.json | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 nokiav2/docs/sampleVnfs/simple_cmcc/etsi_config.json (limited to '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 index 00000000..ef3bce5c --- /dev/null +++ b/nokiav2/docs/sampleVnfs/simple_cmcc/etsi_config.json @@ -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"} ] +} -- cgit 1.2.3-korg