New release

This commit is contained in:
adosztal 2019-11-17 06:48:16 +01:00
parent 359f2f9348
commit 94501483ff
3 changed files with 45 additions and 1 deletions

View File

@ -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": {

View File

@ -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": {

View File

@ -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": {