mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-19 12:57:54 +00:00
49ce6366b3
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.
43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
{
|
|
"name": "Cisco IOS XRv",
|
|
"category": "router",
|
|
"description": "",
|
|
"vendor_name": "Cisco",
|
|
"vendor_url": "http://www.cisco.com/",
|
|
"documentation_url": "http://www.cisco.com/c/en/us/td/docs/ios_xr_sw/ios_xrv/release/notes/xrv-rn.html",
|
|
"product_name": "IOS XRv",
|
|
"product_url": "http://virl.cisco.com/",
|
|
"registry_version": 1,
|
|
"status": "stable",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"usage": "Default username/password: admin/admin, cisco/cisco and lab/lab. There is no default configuration present.",
|
|
"first_port_name": "MgmtEth0/0/CPU0/0",
|
|
"port_name_format": "GigabitEthernet0/0/0/{0}",
|
|
"qemu": {
|
|
"adapter_type": "e1000",
|
|
"adapters": 4,
|
|
"ram": 3072,
|
|
"arch": "i386",
|
|
"console_type": "telnet",
|
|
"kvm": "require"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "iosxrv-k9-demo-5.3.2.qcow2",
|
|
"version": "5.3.2",
|
|
"md5sum": "b14f3b554586c28984f1235ad5963419",
|
|
"filesize": 687669248,
|
|
"download_url": "http://virl.cisco.com/"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "5.3.2",
|
|
"images": {
|
|
"hda_disk_image": "iosxrv-k9-demo-5.3.2.qcow2"
|
|
}
|
|
}
|
|
]
|
|
}
|