gns3-registry/appliances/cisco-nxosv.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

42 lines
1.3 KiB
Plaintext

{
"name": "Cisco NX-OSv",
"category": "multilayer_switch",
"description": "NX-OSv is a reference platform for an implementation of the Cisco Nexus operating system, based on the Nexus 7000-series platforms, running as a full virtual machine on a hypervisor.",
"vendor_name": "Cisco",
"vendor_url": "http://www.cisco.com/",
"product_name": "NX-OSv",
"product_url": "http://virl.cisco.com/",
"registry_version": 1,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "The default username/password is admin/admin. A default configuration is present.",
"first_port_name": "mgmt0",
"port_name_format": "Ethernet2/{0}",
"qemu": {
"adapter_type": "e1000",
"adapters": 16,
"ram": 3072,
"arch": "x86_64",
"console_type": "telnet",
"kvm": "require"
},
"images": [
{
"filename": "NXOSv-7.2.0.121.qcow2",
"version": "7.2.0.121",
"md5sum": "0ee38c7d717840cb4ca822f4870671d0",
"filesize": 361103360,
"download_url": "http://virl.cisco.com/"
}
],
"versions": [
{
"name": "7.2.0.121",
"images": {
"hda_disk_image": "NXOSv-7.2.0.121.qcow2"
}
}
]
}