mirror of
https://github.com/GNS3/gns3-registry.git
synced 2024-12-22 22:22:24 +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.
39 lines
1.3 KiB
Plaintext
39 lines
1.3 KiB
Plaintext
{
|
|
"name": "Windows",
|
|
"category": "guest",
|
|
"description": "Microsoft Windows (or simply Windows) is a graphical operating system developed, marketed, and sold by Microsoft.\n\nMicrosoft releases time limited VMs for testing Internet Explorer.\n\nOn the download site select the VM, as platform select VirtualBox, then download the zip file, afterwards unzip it.",
|
|
"vendor_name": "Microsoft",
|
|
"vendor_url": "https://dev.microsoft.com/",
|
|
"product_name": "Windows",
|
|
"registry_version": 1,
|
|
"status": "experimental",
|
|
"maintainer": "GNS3 Team",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"qemu": {
|
|
"adapter_type": "pcnet",
|
|
"adapters": 2,
|
|
"ram": 512,
|
|
"arch": "i386",
|
|
"console_type": "vnc",
|
|
"kvm": "require",
|
|
"options": "-vga std -soundhw es1370 -usbdevice tablet"
|
|
},
|
|
"images": [
|
|
{
|
|
"filename": "IE8 - WinXP.ova",
|
|
"version": "XP+IE8",
|
|
"md5sum": "88c74f288bc81a7aad3d610a351680ce",
|
|
"filesize": 1241329152,
|
|
"download_url": "http://dev.windows.com/en-us/microsoft-edge/tools/vms/windows/"
|
|
}
|
|
],
|
|
"versions": [
|
|
{
|
|
"name": "XP+IE8",
|
|
"images": {
|
|
"hda_disk_image": "IE8 - WinXP.ova/IE8 - WinXP-disk1.vmdk"
|
|
}
|
|
}
|
|
]
|
|
}
|