mirror of
https://github.com/CiscoDevNet/cml-community.git
synced 2025-11-03 21:43:16 +00:00
adding microsoft server 2019
This commit is contained in:
14
node-definitions/microsoft/README.md
Normal file
14
node-definitions/microsoft/README.md
Normal 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.
|
||||
48
node-definitions/microsoft/winServer2019.yaml
Normal file
48
node-definitions/microsoft/winServer2019.yaml
Normal 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
|
||||
Reference in New Issue
Block a user