diff --git a/appliances/f5-bigip.gns3a b/appliances/f5-bigip.gns3a index 7c19ea3..7af9ed6 100644 --- a/appliances/f5-bigip.gns3a +++ b/appliances/f5-bigip.gns3a @@ -7,11 +7,11 @@ "documentation_url": "https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/bigip-ve-kvm-setup-11-3-0.html", "product_name": "F5 BIG-IP LTM VE", "product_url": "https://f5.com/products/modules/local-traffic-manager", - "registry_version": 1, + "registry_version": 3, "status": "stable", "maintainer": "GNS3 Team", "maintainer_email": "developers@gns3.net", - "usage": "Console credentials: root/default. WebUI credentials: admin/admin. The boot process might take a few minutes without providing any output to the console. Please be patient (or set console to vnc to see tty outputs).", + "usage": "Console credentials: root/default. WebUI credentials: admin/admin. The boot process might take a few minutes without providing any output to the console. Please be patient (or set console to vnc to see tty outputs).\n\nIn case the 'localhost emerg logger: Re-starting chmand' log appears on the console, you can find the solution here: https://devcentral.f5.com/questions/big-ip-ltm-ve-on-kvm", "symbol": "loadbalancer.svg", "port_name_format": "1.{port1}", "qemu": { @@ -23,10 +23,24 @@ "arch": "x86_64", "console_type": "telnet", "boot_priority": "c", - "kvm": "allow", - "options": "-smp 2" + "kvm": "require", + "options": "-smp 2 -cpu host" }, "images": [ + { + "filename": "BIGIP-12.1.2.0.0.249.qcow2", + "version": "12.1.2", + "md5sum": "f3aa2d51d82fa3f5a4fa10005a378e16", + "filesize": 3196649472, + "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.1.2/english/virtual-edition/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.1.2&container=Virtual-Edition&file=BIGIP-12.1.2.0.0.249.LTM.qcow2.zip" + }, + { + "filename": "BIGIP-12.1.1.2.0.204.qcow2", + "version": "12.1.1 HF2", + "md5sum": "74d4d21db3579efb9011a1829a2124b7", + "filesize": 3563716608, + "download_url": "https://downloads.f5.com/esd/serveDownload.jsp?path=/big-ip/big-ip_v12.x/12.1.1/english/virtual-edition_base-plus-hf2/&sw=BIG-IP&pro=big-ip_v12.x&ver=12.1.1&container=Virtual-Edition_Base-Plus-HF2&file=BIGIP-12.1.1.2.0.204.LTM.qcow2.zip" + }, { "filename": "BIGIP-12.1.0.1.0.1447.qcow2", "version": "12.1.0 HF1", @@ -72,6 +86,20 @@ } ], "versions": [ + { + "name": "12.1.2", + "images": { + "hda_disk_image": "BIGIP-12.1.2.0.0.249.qcow2", + "hdb_disk_image": "empty100G.qcow2" + } + }, + { + "name": "12.1.1 HF2", + "images": { + "hda_disk_image": "BIGIP-12.1.1.2.0.204.qcow2", + "hdb_disk_image": "empty100G.qcow2" + } + }, { "name": "12.1.0 HF1", "images": {