Skip to content

Instantly share code, notes, and snippets.

@TyrfingMjolnir
Created September 28, 2017 07:43
Show Gist options
  • Save TyrfingMjolnir/85fe1b5bccc43c53877ed00e189140c0 to your computer and use it in GitHub Desktop.
Save TyrfingMjolnir/85fe1b5bccc43c53877ed00e189140c0 to your computer and use it in GitHub Desktop.
Joyent SmartOS KVM zone file for Windows 2016 Server
{
"brand": "kvm",
"alias": "w2k16",
"cpu_type": "Nehalem",
"vcpus": 1,
"autoboot": false,
"ram": 16384,
"resolvers": ["10.0.0.10","208.67.222.222","208.67.220.220"],
"disks": [
{
"boot": true,
"model": "ide",
"size": 40960
}
],
"nics": [
{
"nic_tag": "admin",
"model":"e1000",
"ip": "10.0.0.2",
"netmask": "255.255.255.0",
"gateway": "10.0.0.1",
"primary": 1
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment