-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
129 additions
and
10 deletions.
There are no files selected for viewing
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
12 changes: 10 additions & 2 deletions
12
.../microsoft/Server 2019/winServer2019.yaml → ...nitions/microsoft/Server2019/win2019.yaml
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Microsoft Server 2022 | ||
|
||
This directory contains the following node definition: | ||
|
||
* `win2022.yaml` - Microsoft Windows Server 2022 node definition | ||
|
||
### Image Availability | ||
|
||
VHD images can be downloaded from microsoft on a trial basis here: https://info.microsoft.com/ww-landing-windows-server-2022.html | ||
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: | ||
|
||
```sh | ||
qemu-img convert -f vpc -O qcow2 \ | ||
20348.169.amd64fre.fe_release_svc_refresh.210806-2348_server_serverdatacentereval_en-us.vhd \ | ||
20348.169.amd64fre.fe_release_svc_refresh.210806-2348_server_serverdatacentereval_en-us.qcow2 | ||
``` | ||
|
||
### Notes | ||
|
||
This node definition uses 16g of RAM and 4vcpu's. Anything less than that and it tends to become buggy. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
id: win2022 | ||
general: | ||
description: Windows Server 2022 | ||
nature: server | ||
read_only: false | ||
device: | ||
interfaces: | ||
has_loopback_zero: false | ||
physical: | ||
- eth0 | ||
- eth1 | ||
- eth2 | ||
- eth3 | ||
- eth4 | ||
- eth5 | ||
- eth6 | ||
- eth7 | ||
serial_ports: 1 | ||
default_count: 1 | ||
ui: | ||
visible: true | ||
label_prefix: win2022- | ||
icon: server | ||
label: Windows Server 2022 | ||
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 | ||
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 |
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
15 changes: 12 additions & 3 deletions
15
...ions/microsoft/Windows 10/Windows 10.yaml → ...efinitions/microsoft/Windows10/win10.yaml
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: win2019 | ||
node_definition_id: win2019 | ||
description: Windows Server 2019 | ||
label: Windows Server 2019 | ||
disk_image: 17763.737.amd64fre.rs5_release_svc_refresh.190906-2324_server_serverdatacentereval_en-us_1.qcow2 | ||
read_only: false | ||
disk_subfolder: win2019 | ||
schema_version: 0.0.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
id: win2022 | ||
node_definition_id: win2022 | ||
description: Windows Server 2022 | ||
label: Windows Server 2022 | ||
disk_image: 20348.169.amd64fre.fe_release_svc_refresh.210806-2348_server_serverdatacentereval_en-us.qcow2 | ||
read_only: false | ||
disk_subfolder: win2022 | ||
schema_version: 0.0.1 |