New appliance: Windows Server

This commit is contained in:
adosztal 2017-08-27 14:10:52 +02:00
parent 92e887a47c
commit ed16cbd1f9
4 changed files with 147 additions and 0 deletions

View File

@ -12,6 +12,7 @@
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "These virtual machines expire after 90 days; i.e. you have to re-create them in your project after this time but you don't have to re-import the appliance.\n\nDefault credentials: IEUser / Passw0rd!",
"symbol": "microsoft.svg",
"port_name_format": "NIC{port1}",
"qemu": {
"adapter_type": "e1000",

View File

@ -0,0 +1,67 @@
{
"name": "Windows Server",
"category": "guest",
"description": "Microsoft Windows, or simply Windows, is a metafamily of graphical operating systems developed, marketed, and sold by Microsoft. It consists of several families of operating systems, each of which cater to a certain sector of the computing industry with the OS typically associated with IBM PC compatible architecture.",
"vendor_name": "Microsoft",
"vendor_url": "http://www.microsoft.com/",
"documentation_url": "https://technet.microsoft.com/en-us/library/cc498727.aspx",
"product_name": "Windows Server",
"product_url": "https://www.microsoft.com/en-us/windows",
"registry_version": 4,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"symbol": "microsoft.svg",
"port_name_format": "NIC{port1}",
"qemu": {
"adapter_type": "e1000",
"adapters": 1,
"ram": 2048,
"hda_disk_interface": "sata",
"arch": "x86_64",
"console_type": "vnc",
"boot_priority": "c",
"kvm": "require"
},
"images": [
{
"filename": "Win2k16_14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO",
"version": "2016",
"md5sum": "70721288bbcdfe3239d8f8c0fae55f1f",
"filesize": 6972221440,
"download_url": "https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016"
},
{
"filename": "Win2k12_9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO",
"version": "2012 R2",
"md5sum": "5b5e08c490ad16b59b1d9fab0def883a",
"filesize": 4542291968,
"download_url": "https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2012-r2"
},
{
"filename": "empty100G.qcow2",
"version": "1.0",
"md5sum": "1e6409a4523ada212dea2ebc50e50a65",
"filesize": 198656,
"download_url": "https://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/",
"direct_download_url": "http://sourceforge.net/projects/gns-3/files/Empty%20Qemu%20disk/empty100G.qcow2/download"
}
],
"versions": [
{
"name": "2016",
"images": {
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "Win2k16_14393.0.161119-1705.RS1_REFRESH_SERVER_EVAL_X64FRE_EN-US.ISO"
}
},
{
"name": "2012 R2",
"images": {
"hda_disk_image": "empty100G.qcow2",
"cdrom_image": "Win2k12_9600.17050.WINBLUE_REFRESH.140317-1640_X64FRE_SERVER_EVAL_EN-US-IR3_SSS_X64FREE_EN-US_DV9.ISO"
}
}
]
}

78
symbols/microsoft.svg Normal file
View File

@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
height="70"
width="70"
id="svg2"
inkscape:version="0.91 r13725"
sodipodi:docname="microsoft.svg">
<metadata
id="metadata18">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs16" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="1056"
id="namedview14"
showgrid="false"
inkscape:zoom="6.0820847"
inkscape:cx="11.449874"
inkscape:cy="32.506345"
inkscape:window-x="0"
inkscape:window-y="24"
inkscape:window-maximized="1"
inkscape:current-layer="svg2" />
<rect
height="30.933941"
width="30.933941"
x="2.7154145"
y="2.8091612"
id="rect6"
style="fill:#f35325" />
<rect
height="30.933941"
width="30.933941"
x="36.360054"
y="2.8091612"
id="rect8"
style="fill:#81bc06" />
<rect
height="30.933941"
width="30.933941"
x="2.7154145"
y="36.4538"
id="rect10"
style="fill:#05a6f0" />
<rect
height="30.933941"
width="30.933941"
x="36.360054"
y="36.4538"
id="rect12"
style="fill:#ffba08" />
</svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

1
symbols/microsoft.txt Normal file
View File

@ -0,0 +1 @@
Public Domain from Microsoft