gns3-registry/appliances/cumulus-vx.gns3a
Julien Duponchelle 49ce6366b3 KVM support in JSON schema
This PR add KVM support in the appliance schema.
It's a part of https://github.com/GNS3/gns3-gui/issues/904 from
@boenrobot

KVM has three value:
* "require" - Forbid installation on the target server if KVM is not
available there (i.e. a Windows and OSX; be it local or remote). Install
only with KVM enabled.
* "allow" - Enable KVM if supported on the target server, but allow
installation to continue with KVM disabled if not supported (this should
be the default).
* "disable" - Even if KVM is supported on the target server, install with
KVM disabled.

All appliances have been updated to reflect their correct value.

Also it's add a sample tool for quickly patch all appliances.
2016-01-18 12:19:33 +01:00

56 lines
2.1 KiB
Plaintext

{
"name": "Cumulus VX",
"category": "multilayer_switch",
"description": "Cumulus VX is a community-supported virtual appliance that enables cloud admins and network engineers to preview and test Cumulus Networks technology at zero cost. You can build sandbox environments to learn Open Networking concepts, prototype network operations and script & develop applications risk-free. With Cumulus VX, you can get started with Open Networking at your pace, on your time, and in your environment!",
"vendor_name": "Cumulus Network",
"vendor_url": "https://www.cumulusnetworks.com",
"documentation_url": "http://docs.cumulusnetworks.com/",
"product_name": "Cumulus VX",
"product_url": "https://cumulusnetworks.com/cumulus-vx/",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "Default username is cumulus and password is CumulusLinux!",
"first_port_name": "eth0",
"port_name_format": "swp{0}",
"qemu": {
"adapter_type": "virtio-net-pci",
"adapters": 4,
"ram": 256,
"arch": "x86_64",
"console_type": "vnc",
"kvm": "require"
},
"images": [
{
"filename": "CumulusVX-2.5.5-cc665123486ac43d.qcow2",
"version": "2.5.5",
"md5sum": "e0cad2491d47f859828703a0b50cf633",
"filesize": 1092550656,
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
},
{
"filename": "CumulusVX-2.5.3-4eb681f3df86c478.qcow2",
"version": "2.5.3",
"md5sum": "5128aec2568991ea0586293cb85f7a97",
"filesize": 1040973824,
"download_url": "https://cumulusnetworks.com/cumulus-vx/download/"
}
],
"versions": [
{
"name": "2.5.5",
"images": {
"hda_disk_image": "CumulusVX-2.5.5-cc665123486ac43d.qcow2"
}
},
{
"name": "2.5.3",
"images": {
"hda_disk_image": "CumulusVX-2.5.3-4eb681f3df86c478.qcow2"
}
}
]
}