adding microsoft server 2019

This commit is contained in:
ben
2021-08-13 12:46:56 -06:00
parent 3eeda3e13d
commit d69360d10f
2 changed files with 62 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# Microsoft Server 2019
This directory contains the following node definition:
* `winServer2019.yaml` - Microsoft Windows Server 2019 node definition
### Image Availability
VHD images can be downloaded from microsoft on a trial basis here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2019
Then the VHD image will have to be converted to a .qcow2 format. Linux qumu-img makes it easy. Documentation: https://docs.openstack.org/image-guide/convert-images.html
### Notes
This node definition uses 16g of RAM and 4vcpu's. Anything less than that and it tends to become buggy.

View File

@@ -0,0 +1,48 @@
id: win2019
general:
nature: server
read_only: false
device:
interfaces:
has_loopback_zero: false
physical:
- eth0
serial_ports: 1
default_count: 1
ui:
visible: true
label_prefix: win2019
icon: server
label: win2019
sim:
linux_native:
libvirt_domain_driver: kvm
driver: server
disk_driver: sata
ram: 16384
cpus: 4
cpu_limit: 100
nic_driver: e1000
boot_disk_size: 64
video:
model: cirrus-vga
memory: 16
boot:
timeout: 300
inherited:
image:
ram: true
cpus: true
cpu_limit: true
data_volume: true
boot_disk_size: true
node:
ram: true
cpus: true
cpu_limit: true
data_volume: true
boot_disk_size: true
configuration:
generator:
driver: server
schema_version: 0.0.1