Skip to content

Commit

Permalink
Windows 2022 template is missing vTPM and UEFI
Browse files Browse the repository at this point in the history
Signed-off-by: bmordeha <bmodeha@redhat.com>
  • Loading branch information
bmordeha committed Oct 20, 2022
1 parent 8ef1656 commit d6f2d03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/windows2k22.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ objects:
features:
acpi: {}
apic: {}
smm: {}
hyperv:
relaxed: {}
vapic: {}
Expand All @@ -143,6 +144,10 @@ objects:
ipi: {}
runtime: {}
reset: {}
firmware:
bootloader:
efi:
secureBoot: true
devices:
{% if item.multiqueue %}
networkInterfaceMultiqueue: True
Expand All @@ -169,6 +174,7 @@ objects:
bus: usb
name: tablet
{% endif %}
tpm: {}
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
Expand Down

0 comments on commit d6f2d03

Please sign in to comment.