From a41c09ac33424c2e82aad891ca972ef5231b9c9e Mon Sep 17 00:00:00 2001 From: adosztal Date: Tue, 19 Sep 2017 19:08:36 +0200 Subject: [PATCH 1/2] New appliance: OP5 Monitor --- appliances/op5-monitor.gns3a | 44 ++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 appliances/op5-monitor.gns3a diff --git a/appliances/op5-monitor.gns3a b/appliances/op5-monitor.gns3a new file mode 100644 index 0000000..9a61229 --- /dev/null +++ b/appliances/op5-monitor.gns3a @@ -0,0 +1,44 @@ +{ + "name": "OP5 Monitor", + "category": "guest", + "description": "Over 200,000 IT staff across medium to large enterprises worldwide are currently using OP5 Monitor as their preferred network monitoring software.\nOP5 Monitor allows you to take control of your IT, enabling your network to be more responsive, more reliable and even faster than ever before. With unparalleled scalability, OP5 Monitor grows as your company grows, so you’ll understand why we say this is the last network monitor you’ll ever need to purchase.", + "vendor_name": "OP5", + "vendor_url": "https://www.op5.com/", + "documentation_url": "https://kb.op5.com/display/MAN/Documentation+Home#sthash.pohb5bis.dpbs", + "product_name": "OP5 Monitor", + "product_url": "https://www.op5.com/op5-monitor/", + "registry_version": 3, + "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", + "port_name_format": "eth{0}", + "symbol": "mgmt_station.svg", + "qemu": { + "adapter_type": "virtio-net-pci", + "adapters": 2, + "ram": 1024, + "hda_disk_interface": "virtio", + "arch": "x86_64", + "console_type": "vnc", + "boot_priority": "c", + "kvm": "require" + }, + "images": [ + { + "filename": "op5-Monitor-Virtual-Appliance-7.3.15.x86_64.vmdk", + "version": "7.3.15", + "md5sum": "634acc6266237d99bf1bfbcf9284beca", + "filesize": 779687424, + "download_url": "https://www.op5.com/download/" + } + ], + "versions": [ + { + "name": "7.3.15", + "images": { + "hda_disk_image": "op5-Monitor-Virtual-Appliance-7.3.15.x86_64.vmdk" + } + } + ] +} From 00564a80670c8a6248d5d8df957e1e46ab54b47c Mon Sep 17 00:00:00 2001 From: adosztal Date: Mon, 25 Sep 2017 18:18:01 +0200 Subject: [PATCH 2/2] New NX-OSv9k release --- appliances/cisco-nxosv9k.gns3a | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/appliances/cisco-nxosv9k.gns3a b/appliances/cisco-nxosv9k.gns3a index 78df4b3..ddda402 100644 --- a/appliances/cisco-nxosv9k.gns3a +++ b/appliances/cisco-nxosv9k.gns3a @@ -25,6 +25,13 @@ "kvm": "require" }, "images": [ + { + "filename": "nxosv-final.7.0.3.I7.1.qcow2", + "version": "7.0.3.I7.1", + "md5sum": "3c122f27d0c3684c63657207eadf4d06", + "filesize": 903151616, + "download_url": "https://software.cisco.com/download/" + }, { "filename": "nxosv-final.7.0.3.I6.1.qcow2", "version": "7.0.3.I6.1", @@ -57,6 +64,13 @@ } ], "versions": [ + { + "name": "7.0.3.I7.1", + "images": { + "bios_image": "OVMF-20160813.fd", + "hda_disk_image": "nxosv-final.7.0.3.I7.1.qcow2" + } + }, { "name": "7.0.3.I6.1", "images": {