generated from phoenix-oss/tenant-tpl
GPU test
Signed-off-by: maximilian.bartz <maximilian.bartz@phoenix-systems.ch>
This commit is contained in:
parent
3c49c59a90
commit
ad1f902aa7
1 changed files with 10 additions and 7 deletions
|
@ -10,15 +10,15 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
source:
|
source:
|
||||||
http:
|
http:
|
||||||
url: http://nginx.demo.svc.cluster.local:8080/windows-server-2022-uefi-ns.qcow2
|
url: "https://glacier-1.kvant.cloud/ocp-virt-images/sources/windows-server-2022-uefi-ns.qcow2"
|
||||||
storage:
|
storage:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 80Gi
|
storage: 80Gi
|
||||||
sourceRef:
|
#sourceRef:
|
||||||
kind: DataSource
|
#kind: DataSource
|
||||||
name: win2k22
|
#name: win2k22
|
||||||
namespace: kubevirt-os-images
|
#namespace: kubevirt-os-images
|
||||||
runStrategy: Always
|
runStrategy: Always
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -38,10 +38,13 @@ spec:
|
||||||
bootloader:
|
bootloader:
|
||||||
efi: {}
|
efi: {}
|
||||||
devices:
|
devices:
|
||||||
|
gpus:
|
||||||
|
- name: nvidia-gpu
|
||||||
|
deviceName: nvidia.com/gpu
|
||||||
rng: {}
|
rng: {}
|
||||||
networkInterfaceMultiqueue: true
|
networkInterfaceMultiqueue: true
|
||||||
interfaces:
|
interfaces:
|
||||||
- name: default
|
- name: ingress
|
||||||
masquerade: {}
|
masquerade: {}
|
||||||
ports:
|
ports:
|
||||||
- port: 8080
|
- port: 8080
|
||||||
|
@ -53,7 +56,7 @@ spec:
|
||||||
bus: sata
|
bus: sata
|
||||||
name: rootdisk
|
name: rootdisk
|
||||||
- disk:
|
- disk:
|
||||||
bus: sata
|
bus: scsi
|
||||||
name: datadisk
|
name: datadisk
|
||||||
# - disk:
|
# - disk:
|
||||||
# bus: scsi
|
# bus: scsi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue