Skip to content

Commit c30265c

Browse files
Simple win11 node definition (#64)
* SIMPLE-7648: Added configuration to the ISE node definition * Added Windows 11 node-definition from simple. * Fixed typo * Reverted ise.yaml to upstream state
1 parent a0f1f4b commit c30265c

3 files changed

Lines changed: 85 additions & 1 deletion

File tree

node-definitions/microsoft/Windows10/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This directory contains the following node definition:
66

77
### Image Availability
88

9-
VHD images can be downloaded from microsoft on a trial basis here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-10-enterprise 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
9+
VHD images can be downloaded from microsoft on a trial basis here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-10-enterprise Then the VHD image will have to be converted to a .qcow2 format. Linux `qemu-img` makes it easy. Documentation: https://docs.openstack.org/image-guide/convert-images.html
1010

1111
### Notes
1212

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Microsoft Windows 11
2+
3+
This directory contains the following node definition:
4+
5+
* `win11.yaml` - Microsoft Windows 11 node definition
6+
7+
### Image Availability
8+
9+
VHD images can be downloaded from Microsoft on a trial basis here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-11-enterprise. Then the VHD image will have to be converted to a .qcow2 format. Linux `qemu-img` makes it easy. Documentation: https://docs.openstack.org/image-guide/convert-images.html
10+
11+
### Notes
12+
13+
This node definition uses 2 VCPUS and 6 GB RAM.
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
id: win11
2+
general:
3+
nature: server
4+
read_only: false
5+
description: Windows 11
6+
device:
7+
interfaces:
8+
has_loopback_zero: false
9+
physical:
10+
- eth0
11+
- eth1
12+
- eth2
13+
- eth3
14+
- eth4
15+
- eth5
16+
- eth6
17+
- eth7
18+
serial_ports: 1
19+
default_count: 2
20+
ui:
21+
visible: true
22+
label_prefix: win11-
23+
icon: host
24+
label: Windows 11
25+
description: |-
26+
2 vCPUs 6 GB RAM
27+
28+
Username/Password:
29+
IEUser/Passw0rd! (or whichever is set on installation)
30+
31+
##### Note
32+
**EXPERIMENTAL**
33+
34+
The -waitpkg flag is required for boot with hyperv compatibility,
35+
which speeds up the node; the model setting then required disabling
36+
the other features (hle,rtm,mpx) on the machine used to test this.
37+
sim:
38+
linux_native:
39+
libvirt_domain_driver: kvm
40+
driver: server
41+
disk_driver: sata
42+
ram: 6144
43+
cpus: 2
44+
nic_driver: e1000
45+
video:
46+
model: cirrus
47+
memory: 16
48+
cpu_limit: 20
49+
cpu_model: 'Skylake-Server,-waitpkg,-hle,-rtm,-mpx'
50+
machine_type: q35
51+
enable_tpm: true
52+
efi_boot: true
53+
boot:
54+
timeout: 300
55+
inherited:
56+
image:
57+
ram: true
58+
cpus: true
59+
data_volume: true
60+
boot_disk_size: true
61+
cpu_limit: true
62+
node:
63+
ram: true
64+
cpus: true
65+
data_volume: true
66+
boot_disk_size: true
67+
cpu_limit: true
68+
configuration:
69+
generator:
70+
driver: server
71+
schema_version: 0.0.1

0 commit comments

Comments
 (0)