Skip to content

Commit

Permalink
Merge pull request #403 from kubevirt-bot/cherry-pick-400-to-release-…
Browse files Browse the repository at this point in the history
…v0.19

[release-v0.19] highperformance windows templates now uses virtio for storage
  • Loading branch information
ksimon1 authored Jan 17, 2022
2 parents 43d9f86 + dd2f3fb commit aa3aca2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/windows10.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ objects:
{% endif %}
disks:
- disk:
{% if item.workload == "highperformance" %}
bus: virtio
{% else %}
bus: sata
{% endif %}
name: ${NAME}
interfaces:
- masquerade: {}
Expand Down
4 changes: 4 additions & 0 deletions templates/windows2k12.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ objects:
{% endif %}
disks:
- disk:
{% if item.workload == "highperformance" %}
bus: virtio
{% else %}
bus: sata
{% endif %}
name: ${NAME}
interfaces:
- masquerade: {}
Expand Down
4 changes: 4 additions & 0 deletions templates/windows2k16.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ objects:
{% endif %}
disks:
- disk:
{% if item.workload == "highperformance" %}
bus: virtio
{% else %}
bus: sata
{% endif %}
name: ${NAME}
interfaces:
- masquerade: {}
Expand Down
4 changes: 4 additions & 0 deletions templates/windows2k19.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ objects:
{% endif %}
disks:
- disk:
{% if item.workload == "highperformance" %}
bus: virtio
{% else %}
bus: sata
{% endif %}
name: ${NAME}
interfaces:
- masquerade: {}
Expand Down

0 comments on commit aa3aca2

Please sign in to comment.