X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rwlaunchpad%2Fmock%2Fdata%2Fvnfd_catalog.json;fp=rwlaunchpad%2Fmock%2Fdata%2Fvnfd_catalog.json;h=19519801ddcc5ffb8e158025d94c8ee4ace1e275;hb=6f07e6f33f751ab4ffe624f6037f887b243bece2;hp=0000000000000000000000000000000000000000;hpb=72a563886272088feb7cb52e4aafbe6d2c580ff9;p=osm%2FSO.git diff --git a/rwlaunchpad/mock/data/vnfd_catalog.json b/rwlaunchpad/mock/data/vnfd_catalog.json new file mode 100644 index 00000000..19519801 --- /dev/null +++ b/rwlaunchpad/mock/data/vnfd_catalog.json @@ -0,0 +1,47 @@ +{ + "vnfd": [ + { + "id": "a200a0a0-663a-11e5-b122-6cb3113b406f", + "name": "Virtual Network Descriptor 1", + "short-name": "VNFD1", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "internal-vld": [ + { + "id" : "68981800-7201-11e5-9fc4-bf5ad0442ce5", + "name": "Zathrus", + "short-name": "zathrus", + "description": "Virtual link for zathrus", + "type": "ELAN", + "root-bandwidth": 42, + "leaf-bandwidth": 42, + "internal-connection-point-ref": [ + + ] + } + ] + }, + { + "id": "b200a0a0-663a-11e5-b122-6cb3113b406f", + "name": "vnfd-two", + "short-name": "VNFD2", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "internal-vld": [ + + ] + }, + { + "id": "c200a0a0-663a-11e5-b122-6cb3113b406f", + "name": "vnfd-three", + "short-name": "VNFD03", + "vendor": "RIFT.io", + "description": "This is a description. It doesn't say much", + "version": "0.0.1", + "internal-vld": [ + ] + } + ] +}