mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-20 05:17:55 +00:00
Update Ostinato appliance with official images
* This appliance is now maintained by Srivats P * Points to official Ostinato image(s) for GNS3 (requires payment) Thanks to Bernhard Ehlers for creating and maintaining this appliance till date.
This commit is contained in:
parent
397efeb877
commit
8347c6c0aa
@ -1,24 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "Ostinato",
|
"name": "Ostinato",
|
||||||
"category": "guest",
|
"category": "guest",
|
||||||
"description": "Ostinato is an open-source, cross-platform network packet crafter/traffic generator and analyzer with a friendly GUI. Craft and send packets of several streams with different protocols at different rates.",
|
"description": "Packet crafter and traffic generator for network engineers",
|
||||||
"vendor_name": "Ostinato",
|
"vendor_name": "Ostinato",
|
||||||
"vendor_url": "http://ostinato.org/",
|
"vendor_url": "https://ostinato.org/",
|
||||||
"documentation_url": "http://ostinato.org/docs.html",
|
"documentation_url": "https://ostinato.org/docs",
|
||||||
"product_name": "Ostinato",
|
"product_name": "Ostinato",
|
||||||
"product_url": "http://ostinato.org/",
|
"product_url": "https://ostinato.org/",
|
||||||
"registry_version": 3,
|
"registry_version": 6,
|
||||||
"status": "experimental",
|
"status": "stable",
|
||||||
"maintainer": "Bernhard Ehlers",
|
"availability": "service-contract",
|
||||||
"maintainer_email": "be@bernhard-ehlers.de",
|
"maintainer": "Srivats P",
|
||||||
"usage": "Use interfaces starting with eth1 as traffic interfaces, eth0 is only for the (optional) management of the server/drone.",
|
"maintainer_email": "support@ostinato.org",
|
||||||
"symbol": "ostinato-3d-icon.svg",
|
"symbol": "ostinato-3d-icon.svg",
|
||||||
"port_name_format": "eth{0}",
|
"first_port_name": "eth0/mgmt",
|
||||||
|
"port_name_format": "eth{port1}",
|
||||||
|
"linked_clone": true,
|
||||||
"qemu": {
|
"qemu": {
|
||||||
"adapter_type": "e1000",
|
"adapter_type": "e1000",
|
||||||
"adapters": 4,
|
"adapters": 4,
|
||||||
"ram": 256,
|
"ram": 256,
|
||||||
"hda_disk_interface": "ide",
|
"cpus": 2,
|
||||||
|
"hda_disk_interface": "sata",
|
||||||
"arch": "i386",
|
"arch": "i386",
|
||||||
"console_type": "vnc",
|
"console_type": "vnc",
|
||||||
"kvm": "allow",
|
"kvm": "allow",
|
||||||
@ -26,33 +29,18 @@
|
|||||||
},
|
},
|
||||||
"images": [
|
"images": [
|
||||||
{
|
{
|
||||||
"filename": "ostinato-0.9-1.qcow2",
|
"version": "1.1",
|
||||||
"version": "0.9",
|
"filename": "ostinatostd-1.1-1.qcow2",
|
||||||
"md5sum": "00b4856ec9fffbcbcab7a8f757355d69",
|
"filesize": 134217728,
|
||||||
"filesize": 101646336,
|
"md5sum": "aa027e83cefea1c38d0102eb2f28956e",
|
||||||
"download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/index.html",
|
"download_url": "https://ostinato.org/pricing/gns3"
|
||||||
"direct_download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/ostinato-0.9-1.qcow2"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"filename": "ostinato-0.8-1.qcow2",
|
|
||||||
"version": "0.8",
|
|
||||||
"md5sum": "12e990ba695103cfac82f8771b8015d4",
|
|
||||||
"filesize": 57344000,
|
|
||||||
"download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/index.html",
|
|
||||||
"direct_download_url": "http://www.bernhard-ehlers.de/projects/ostinato4gns3/ostinato-0.8-1.qcow2"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": [
|
"versions": [
|
||||||
{
|
{
|
||||||
"name": "0.9",
|
"name": "1.1",
|
||||||
"images": {
|
"images": {
|
||||||
"hda_disk_image": "ostinato-0.9-1.qcow2"
|
"hda_disk_image": "ostinatostd-1.1-1.qcow2"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "0.8",
|
|
||||||
"images": {
|
|
||||||
"hda_disk_image": "ostinato-0.8-1.qcow2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user