-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwinweb03.yaml
97 lines (97 loc) · 2.12 KB
/
winweb03.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
apiVersion: kubevirt.io/v1
kind: VirtualMachine
metadata:
labels:
app: winweb03
app.kubernetes.io/part-of: 3-Tier-App
vm.kubevirt.io/template.revision: '1'
vm.kubevirt.io/template.version: v0.25.0
name: winweb03
namespace: "${n}"
spec:
dataVolumeTemplates:
- apiVersion: cdi.kubevirt.io/v1beta1
kind: DataVolume
metadata:
name: winweb03
spec:
source:
pvc:
name: winweb01
namespace: default
# http:
# url: 'http://s3.us-east.cloud-object-storage.appdomain.cloud/roadshowocpvirt/winweb01.qcow2'
storage:
resources:
requests:
storage: 90Gi
running: true
template:
metadata:
labels:
app: winnetworking
spec:
domain:
clock:
timer:
hpet:
present: false
hyperv: {}
pit:
tickPolicy: delay
rtc:
tickPolicy: catchup
utc: {}
cpu:
cores: 1
sockets: 2
threads: 1
devices:
disks:
- disk:
bus: sata
name: rootdisk
inputs:
- bus: usb
name: tablet
type: tablet
interfaces:
- masquerade: {}
model: e1000e
name: default
features:
acpi: {}
apic: {}
hyperv:
frequencies: {}
ipi: {}
relaxed: {}
reset: {}
runtime: {}
spinlocks:
spinlocks: 8191
synic: {}
synictimer:
direct: {}
tlbflush: {}
vapic: {}
vpindex: {}
smm:
enabled: true
firmware:
bootloader:
efi: {}
machine:
type: q35
resources:
requests:
memory: 1Gi
evictionStrategy: LiveMigrate
networks:
- name: default
pod: {}
terminationGracePeriodSeconds: 3600
volumes:
- dataVolume:
name: winweb03
name: rootdisk