Created
September 28, 2017 07:43
-
-
Save TyrfingMjolnir/85fe1b5bccc43c53877ed00e189140c0 to your computer and use it in GitHub Desktop.
Joyent SmartOS KVM zone file for Windows 2016 Server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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