From af078cb096d3cd7c442945d22546c33fd17195fd Mon Sep 17 00:00:00 2001 From: grossmj Date: Wed, 4 May 2016 16:41:02 -0600 Subject: [PATCH] Revert "Symlink test for .gns3a" This reverts commit a9b7e082d761abf059a2fe67487dec4f7988a5eb. --- appliances/bird.gns3a | 41 ++++++++++++++++++++++++++++++++++- appliances/bird.gns3appliance | 40 ---------------------------------- 2 files changed, 40 insertions(+), 41 deletions(-) mode change 120000 => 100644 appliances/bird.gns3a delete mode 100644 appliances/bird.gns3appliance diff --git a/appliances/bird.gns3a b/appliances/bird.gns3a deleted file mode 120000 index a2e31ef..0000000 --- a/appliances/bird.gns3a +++ /dev/null @@ -1 +0,0 @@ -bird.gns3appliance \ No newline at end of file diff --git a/appliances/bird.gns3a b/appliances/bird.gns3a new file mode 100644 index 0000000..111180d --- /dev/null +++ b/appliances/bird.gns3a @@ -0,0 +1,40 @@ +{ + "name": "BIRD", + "category": "router", + "description": "The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like systems and distributed under the GNU General Public License.", + "vendor_name": "CZ.NIC Labs", + "vendor_url": "http://bird.network.cz/", + "documentation_url": "http://bird.network.cz/?get_doc&f=bird.html", + "product_name": "BIRD internet routing daemon", + "registry_version": 1, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "Configure interfaces in /opt/bootlocal.sh, BIRD configuration is done in /usr/local/etc/bird", + "qemu": { + "adapter_type": "e1000", + "adapters": 4, + "ram": 128, + "arch": "x86_64", + "console_type": "telnet", + "kvm": "allow" + }, + "images": [ + { + "filename": "bird-tinycore64-1.5.0.img", + "version": "1.5.0", + "md5sum": "08d50ba2b1b262e2e03e4babf90abf69", + "filesize": 22413312, + "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", + "direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/bird-tinycore64-1.5.0.img" + } + ], + "versions": [ + { + "name": "1.5.0", + "images": { + "hda_disk_image": "bird-tinycore64-1.5.0.img" + } + } + ] +} diff --git a/appliances/bird.gns3appliance b/appliances/bird.gns3appliance deleted file mode 100644 index 111180d..0000000 --- a/appliances/bird.gns3appliance +++ /dev/null @@ -1,40 +0,0 @@ -{ - "name": "BIRD", - "category": "router", - "description": "The BIRD project aims to develop a fully functional dynamic IP routing daemon primarily targeted on (but not limited to) Linux, FreeBSD and other UNIX-like systems and distributed under the GNU General Public License.", - "vendor_name": "CZ.NIC Labs", - "vendor_url": "http://bird.network.cz/", - "documentation_url": "http://bird.network.cz/?get_doc&f=bird.html", - "product_name": "BIRD internet routing daemon", - "registry_version": 1, - "status": "stable", - "maintainer": "GNS3 Team", - "maintainer_email": "developers@gns3.net", - "usage": "Configure interfaces in /opt/bootlocal.sh, BIRD configuration is done in /usr/local/etc/bird", - "qemu": { - "adapter_type": "e1000", - "adapters": 4, - "ram": 128, - "arch": "x86_64", - "console_type": "telnet", - "kvm": "allow" - }, - "images": [ - { - "filename": "bird-tinycore64-1.5.0.img", - "version": "1.5.0", - "md5sum": "08d50ba2b1b262e2e03e4babf90abf69", - "filesize": 22413312, - "download_url": "https://sourceforge.net/projects/gns-3/files/Qemu%20Appliances/", - "direct_download_url": "http://downloads.sourceforge.net/project/gns-3/Qemu%20Appliances/bird-tinycore64-1.5.0.img" - } - ], - "versions": [ - { - "name": "1.5.0", - "images": { - "hda_disk_image": "bird-tinycore64-1.5.0.img" - } - } - ] -}