diff options
author | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-24 07:14:35 +0200 |
---|---|---|
committer | Denes Nemeth <denes.nemeth@nokia.com> | 2018-05-24 07:15:00 +0200 |
commit | 1dca0e2ef23d1d51e4d2b2f6675aeaa7320d44f6 (patch) | |
tree | 2513baf60800f5ad1208251ffd7f199166503168 /nokiav2/docs/sampleVnfs/simple | |
parent | d706887a7c2613558116fad9d6d778de9f73437c (diff) |
Fix extenstion handling
Signed-off-by: Denes Nemeth <denes.nemeth@nokia.com>
Change-Id: I8788eccf9dc3200c277f8dadf04426dc7ef913d1
Issue-ID: VFC-728
Diffstat (limited to 'nokiav2/docs/sampleVnfs/simple')
-rw-r--r-- | nokiav2/docs/sampleVnfs/simple/etsi_config.json | 39 | ||||
-rw-r--r-- | nokiav2/docs/sampleVnfs/simple/sdc.json | 1 | ||||
-rw-r--r-- | nokiav2/docs/sampleVnfs/simple/simple.csar | bin | 12123 -> 12133 bytes |
3 files changed, 39 insertions, 1 deletions
diff --git a/nokiav2/docs/sampleVnfs/simple/etsi_config.json b/nokiav2/docs/sampleVnfs/simple/etsi_config.json new file mode 100644 index 00000000..a0cff014 --- /dev/null +++ b/nokiav2/docs/sampleVnfs/simple/etsi_config.json @@ -0,0 +1,39 @@ +{ + "extensions": [ + { + "name": "myNameKey", + "value": "myName" + } + ], + "computeResourceFlavours": [ + { + "vnfdVirtualComputeDescId": "server_compute", + "resourceId": "m1.small" + } + ], + "extVirtualLinks": [ + { + "extCps": [ + { + "cpdId": "universal_ecp" + } + ], + "resourceId": "pub_net" + } + ], + "zones": [ + { + "resourceId": "compute-a", + "id": "zoneInfoId" + } + ], + "flavourId": "scalable", + "vimType": "OPENSTACK_V3_INFO", + "instantiationLevel": "default", + "softwareImages": [ + { + "resourceId": "ubuntu.16.04", + "vnfdSoftwareImageId": "server_image" + } + ] +}
\ No newline at end of file diff --git a/nokiav2/docs/sampleVnfs/simple/sdc.json b/nokiav2/docs/sampleVnfs/simple/sdc.json deleted file mode 100644 index e6da9e17..00000000 --- a/nokiav2/docs/sampleVnfs/simple/sdc.json +++ /dev/null @@ -1 +0,0 @@ -{ "computeResourceFlavours": [ { "vnfdVirtualComputeDescId": "server_compute", "resourceId": "m1.small" } ], "extVirtualLinks": [ { "extCps": [ { "cpdId": "universal_ecp" } ], "resourceId": "pub_net" } ], "zones": [ { "resourceId": "compute-a", "id": "zoneInfoId" } ], "flavourId": "scalable", "vimType": "OPENSTACK_V3_INFO", "instantiationLevel": "default", "softwareImages": [ { "resourceId": "ubuntu.16.04", "vnfdSoftwareImageId": "server_image" } ] } diff --git a/nokiav2/docs/sampleVnfs/simple/simple.csar b/nokiav2/docs/sampleVnfs/simple/simple.csar Binary files differindex fc03b56a..a3726c19 100644 --- a/nokiav2/docs/sampleVnfs/simple/simple.csar +++ b/nokiav2/docs/sampleVnfs/simple/simple.csar |