diff --git a/appliances/freebsd.gns3a b/appliances/freebsd.gns3a index 2767149..5d6d2bd 100644 --- a/appliances/freebsd.gns3a +++ b/appliances/freebsd.gns3a @@ -40,6 +40,15 @@ "direct_download_url": "https://download.freebsd.org/ftp/releases/VM-IMAGES/12.0-RELEASE/amd64/Latest/FreeBSD-12.0-RELEASE-amd64.qcow2.xz", "compression": "xz" }, + { + "filename": "FreeBSD-11.3-RELEASE-amd64.qcow2", + "version": "11.3", + "md5sum": "cdb35f676571b91584ff88502c48d399", + "filesize": 1698037760, + "download_url": "https://www.freebsd.org/where.html", + "direct_download_url": "https://download.freebsd.org/ftp/releases/VM-IMAGES/11.3-RELEASE/amd64/Latest/FreeBSD-11.3-RELEASE-amd64.qcow2.xz", + "compression": "xz" + }, { "filename": "FreeBSD-11.2-RELEASE-amd64.qcow2", "version": "11.2", @@ -99,6 +108,12 @@ "hda_disk_image": "FreeBSD-12.0-RELEASE-amd64.qcow2" } }, + { + "name": "11.3", + "images": { + "hda_disk_image": "FreeBSD-11.3-RELEASE-amd64.qcow2" + } + }, { "name": "11.2", "images": { diff --git a/appliances/freenas.gns3a b/appliances/freenas.gns3a index 114f331..c7c8ca0 100644 --- a/appliances/freenas.gns3a +++ b/appliances/freenas.gns3a @@ -24,6 +24,14 @@ "kvm": "require" }, "images": [ + { + "filename": "FreeNAS-11.2-U6.iso", + "version": "11.2 U6", + "md5sum": "3957086acdf5e0459a7da15af781e0f9", + "filesize": 602275840, + "download_url": "http://www.freenas.org/download/", + "direct_download_url": "https://download.freenas.org/11.2/STABLE/U6/x64/FreeNAS-11.2-U6.iso" + }, { "filename": "FreeNAS-11.2-U3.iso", "version": "11.2 U3", @@ -98,6 +106,14 @@ } ], "versions": [ + { + "name": "11.2 U6", + "images": { + "hda_disk_image": "empty30G.qcow2", + "hdb_disk_image": "empty30G.qcow2", + "cdrom_image": "FreeNAS-11.2-U6.iso" + } + }, { "name": "11.2 U3", "images": { diff --git a/appliances/op5-monitor.gns3a b/appliances/op5-monitor.gns3a index ee73a78..4a6b61d 100644 --- a/appliances/op5-monitor.gns3a +++ b/appliances/op5-monitor.gns3a @@ -11,7 +11,7 @@ "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Interface eth0 is set to DHCP. Default credentials:\n- CLI: root / monitor\n- Web access: admin / monitor\n- Logserver Extension: admin / admin", + "usage": "Newer versions come with OVA files only, you need to extract it to get the VMDK disk file.\nInterface eth0 is set to DHCP. Default credentials:\n- CLI: root / monitor\n- Web access: admin / monitor\n- Logserver Extension: admin / admin", "port_name_format": "eth{0}", "symbol": "mgmt_station.svg", "qemu": { @@ -25,6 +25,13 @@ "kvm": "require" }, "images": [ + { + "filename": "op5-monitor-8.0.9.centos7-x64-disk1.vmdk", + "version": "8.0.9", + "md5sum": "081a9514f9ed5e0c648ded26e7761e6e", + "filesize": 1219249152, + "download_url": "https://www.op5.com/download/" + }, { "filename": "op5-Monitor-Virtual-Appliance-7.4.10.x86_64-disk1.vmdk", "version": "7.4.10", @@ -41,6 +48,12 @@ } ], "versions": [ + { + "name": "8.0.9", + "images": { + "hda_disk_image": "op5-monitor-8.0.9.centos7-x64-disk1.vmdk" + } + }, { "name": "7.4.10", "images": {