Merge pull request #277 from adosztal/master

New appliance: OP5 Monitor
This commit is contained in:
Jeremy Grossmann 2017-09-25 20:32:54 +02:00 committed by GitHub
commit e787b50059
2 changed files with 58 additions and 0 deletions

View File

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

View File

@ -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 youll understand why we say this is the last network monitor youll 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"
}
}
]
}