summaryrefslogtreecommitdiffstats
path: root/nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json
diff options
context:
space:
mode:
authorYan Yang <yangyanyj@chinamobile.com>2018-06-01 05:34:57 +0000
committerGerrit Code Review <gerrit@onap.org>2018-06-01 05:34:57 +0000
commit394f9fb263549bd55cba099199c02e6ad9b17a3e (patch)
tree6fb1ac8feea7294914c6b87e17636c45ebedbf13 /nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json
parent3ec51cb825272e0ef32c0e7cb197bfc7f1519b97 (diff)
parentd4ee0c786ca2cc27b35fdfaa7d9d53718fa0bd20 (diff)
Merge "Fix template generation for R2"
Diffstat (limited to 'nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json')
-rw-r--r--nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json b/nokiav2/docs/sampleVnfs/simpleDual/etsi_config.json
new file mode 100644
index 00000000..a0cff014
--- /dev/null
+++ b/nokiav2/docs/sampleVnfs/simpleDual/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