1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-13 20:08:55 +00:00
gns3-server/gns3server/appliances/ostinato.gns3a

76 lines
2.3 KiB
Plaintext
Raw Normal View History

{
2021-11-12 04:42:15 +00:00
"appliance_id": "915a93b4-b78f-47b4-9a6e-cadc25d55c0a",
"name": "Ostinato",
"category": "guest",
2021-09-12 08:43:21 +00:00
"description": "Packet crafter and traffic generator for network engineers",
"vendor_name": "Ostinato",
2021-09-12 08:43:21 +00:00
"vendor_url": "https://ostinato.org/",
2023-10-18 07:45:17 +00:00
"vendor_logo_url": "https://raw.githubusercontent.com/GNS3/gns3-registry/master/vendor-logos/Ostinato.png",
2021-09-12 08:43:21 +00:00
"documentation_url": "https://ostinato.org/docs",
"product_name": "Ostinato",
2021-09-12 08:43:21 +00:00
"product_url": "https://ostinato.org/",
"registry_version": 4,
"status": "stable",
"availability": "service-contract",
"maintainer": "Srivats P",
"maintainer_email": "support@ostinato.org",
"symbol": ":/symbols/affinity/circle/gray/cog.svg",
"first_port_name": "eth0/mgmt",
"port_name_format": "eth{port1}",
"linked_clone": true,
"qemu": {
"adapter_type": "e1000",
"adapters": 4,
"ram": 256,
2021-09-12 08:43:21 +00:00
"cpus": 2,
"hda_disk_interface": "sata",
"arch": "i386",
"console_type": "vnc",
"kvm": "allow",
"options": "-vga std -usbdevice tablet"
},
"images": [
2024-01-12 10:13:52 +00:00
{
"version": "1.3.0",
"filename": "ostinatostd-1.3.0-1.qcow2",
"filesize": 173735936,
"md5sum": "ff25fed989c43aeac84bf0d542ad43ba",
"download_url": "https://ostinato.org/pricing/gns3"
},
2023-05-05 14:46:42 +00:00
{
"filename": "ostinatostd-1.2.0-1.qcow2",
"version": "1.2.0",
"md5sum": "682680fe75f88975992c0a1a5c973149",
"filesize": 173801472,
"download_url": "https://ostinato.org/pricing/gns3"
},
2017-04-26 14:27:59 +00:00
{
2021-09-12 08:43:21 +00:00
"filename": "ostinatostd-1.1-1.qcow2",
2021-11-12 04:42:15 +00:00
"version": "1.1",
2021-09-12 08:43:21 +00:00
"md5sum": "aa027e83cefea1c38d0102eb2f28956e",
2021-11-12 04:42:15 +00:00
"filesize": 134217728,
2021-09-12 08:43:21 +00:00
"download_url": "https://ostinato.org/pricing/gns3"
}
],
"versions": [
2024-01-12 10:13:52 +00:00
{
"name": "1.3.0",
"images": {
"hda_disk_image": "ostinatostd-1.3.0-1.qcow2"
}
},
2023-05-05 14:46:42 +00:00
{
"name": "1.2.0",
"images": {
"hda_disk_image": "ostinatostd-1.2.0-1.qcow2"
}
},
{
2021-09-12 08:43:21 +00:00
"name": "1.1",
"images": {
2021-09-12 08:43:21 +00:00
"hda_disk_image": "ostinatostd-1.1-1.qcow2"
}
}
]
}