From a4eeac196bef9116402594e3171d4ccc64676e4f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 Jan 2019 13:41:59 +0100 Subject: [PATCH 1/2] Added FD.IO VPP appliance --- appliances/vpp.gns3a | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 appliances/vpp.gns3a diff --git a/appliances/vpp.gns3a b/appliances/vpp.gns3a new file mode 100644 index 0000000..d6d1c3a --- /dev/null +++ b/appliances/vpp.gns3a @@ -0,0 +1,48 @@ +{ + "name": "VPP", + "category": "router", + "description": "Vector Packet Processing (VPP) platform", + "vendor_name": "FD.IO VPP router", + "vendor_url": "https://fd.io/", + "documentation_url": "https://fd.io/resources/", + "product_name": "VPP", + "registry_version": 4, + "status": "experimental", + "availability": "free", + "maintainer": "Virginijus Magelinskas", + "maintainer_email": "virginijus.m@gmail.com", + "usage": "Login: root , pass: vpp. This appliance requires >2 vCPUs and 4GB of RAM to run", + "port_name_format": "eth{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 5, + "ram": 4096, + "hda_disk_interface": "ide", + "arch": "x86_64", + "console_type": "telnet", + "boot_priority": "c", + "kvm": "require", + "options": "-nographic -cpu host -smp 2" + }, + "images": [ + + + { + "filename": "vpp_public-18.10-07.qcow2", + "version": "0.7", + "md5sum": "3e962985e5bbda0de4dc7893e60f6366", + "filesize": 2065825792, + "direct_download_url": "https://sigaba.net/vpp/vpp_public-18.10-07.qcow2" + } + ], + "versions": [ + + { + "name": "18.10-07", + "images": { + "hda_disk_image": "vpp_public-18.10-07.qcow2" + } + } + ] +} + From 3b606bcfc6249e27bd93fc06fd4e4a9a01251e8d Mon Sep 17 00:00:00 2001 From: Jeremy Grossmann Date: Fri, 18 Jan 2019 19:56:06 +0700 Subject: [PATCH 2/2] Update vpp.gns3a --- appliances/vpp.gns3a | 2 -- 1 file changed, 2 deletions(-) diff --git a/appliances/vpp.gns3a b/appliances/vpp.gns3a index d6d1c3a..cbd3999 100644 --- a/appliances/vpp.gns3a +++ b/appliances/vpp.gns3a @@ -25,8 +25,6 @@ "options": "-nographic -cpu host -smp 2" }, "images": [ - - { "filename": "vpp_public-18.10-07.qcow2", "version": "0.7",