Files
cml-community/node-definitions/microsoft/Server2019
2024-08-14 09:53:57 -04:00
..
2024-08-14 09:53:57 -04:00
2024-08-14 09:53:57 -04:00

Microsoft Server 2019

This directory contains the following node definition:

  • win2019.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

For example:

qemu-img convert -f vpc -O qcow2 \
  17763.737.amd64fre.rs5_release_svc_refresh.190906-2324_server_serverdatacentereval_en-us_1.vhd \
  17763.737.amd64fre.rs5_release_svc_refresh.190906-2324_server_serverdatacentereval_en-us_1.qcow2

Notes

This node definition uses 16g of RAM and 4vcpu's. Anything less than that and it tends to become buggy.