From 9a71d49252a8ec956f7bb0425fedda7372511f46 Mon Sep 17 00:00:00 2001 From: adosztal Date: Thu, 3 Nov 2016 15:15:54 +0100 Subject: [PATCH 1/2] Fixing unreferenced image --- appliances/mikrotik-chr.gns3a | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appliances/mikrotik-chr.gns3a b/appliances/mikrotik-chr.gns3a index 34b2f0c..1da4f99 100644 --- a/appliances/mikrotik-chr.gns3a +++ b/appliances/mikrotik-chr.gns3a @@ -155,6 +155,12 @@ "hda_disk_image": "chr-6.36.4.img" } }, + { + "name": "6.34.2 (.vmdk)", + "images": { + "hda_disk_image": "chr-6.34.2.vmdk" + } + }, { "name": "6.34.2 (.vdi)", "images": { From dccc35297788834c773d7ef49b7bf9449aa3d956 Mon Sep 17 00:00:00 2001 From: adosztal Date: Fri, 4 Nov 2016 07:57:02 +0100 Subject: [PATCH 2/2] New appliance: FreeBSD --- appliances/freebsd.gns3a | 56 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 appliances/freebsd.gns3a diff --git a/appliances/freebsd.gns3a b/appliances/freebsd.gns3a new file mode 100644 index 0000000..3379b1d --- /dev/null +++ b/appliances/freebsd.gns3a @@ -0,0 +1,56 @@ +{ + "name": "FreeBSD", + "category": "guest", + "description": "FreeBSD is an advanced computer operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.", + "vendor_name": "FreeBSD", + "vendor_url": "http://www.freebsd.org", + "documentation_url": "https://www.freebsd.org/docs.html", + "product_name": "FreeBSD", + "registry_version": 3, + "status": "stable", + "maintainer": "GNS3 Team", + "maintainer_email": "developers@gns3.net", + "usage": "User: root, not password is set.", + "port_name_format": "em{0}", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 4, + "ram": 256, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "vnc", + "kvm": "require" + }, + "images": [ + { + "filename": "FreeBSD-11.0-RELEASE-amd64.qcow2", + "version": "11.0", + "md5sum": "1b04999198f492afd6dc4935b8c7cc22", + "filesize": 1384382464, + "download_url": "https://www.freebsd.org/where.html", + "direct_download_url": "ftp://ftp.freebsd.org/pub/FreeBSD/releases/VM-IMAGES/11.0-RELEASE/amd64/Latest/FreeBSD-11.0-RELEASE-amd64.qcow2.xz" + }, + { + "filename": "FreeBSD-10.3-RELEASE-amd64.qcow2", + "version": "10.3", + "md5sum": "1a00cebef520dfac8d2bda10ea16a951", + "filesize": 974651392, + "download_url": "https://www.freebsd.org/where.html", + "direct_download_url": "ftp://ftp.freebsd.org/pub/FreeBSD/releases/VM-IMAGES/10.3-RELEASE/amd64/Latest/FreeBSD-10.3-RELEASE-amd64.qcow2.xz" + } + ], + "versions": [ + { + "name": "11.0", + "images": { + "hda_disk_image": "FreeBSD-11.0-RELEASE-amd64.qcow2" + } + }, + { + "name": "10.3", + "images": { + "hda_disk_image": "FreeBSD-10.3-RELEASE-amd64.qcow2" + } + } + ] +}