-
Notifications
You must be signed in to change notification settings - Fork 3
/
vms.yaml
195 lines (195 loc) · 4.92 KB
/
vms.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
apiVersion: proxmox.xfix.org/v1alpha1
kind: Qemu
metadata:
name: sidero-control-plane-flux-1
finalizers:
- resources-finalizer.proxmox-operator.xfix.org
spec:
cluster: pve
node: pve ### If not set it will set automaticly from "pool"
vmid: 553 ### If not set it will set automaticly
#pool: prod ### Cluster pool for place VM
anti-affinity: "" ### The anti-affinity group. VM's with same anti-affinity group will be placed on different nodes
autostart: true
autostop: true
cpu:
type: host
sockets: 1
cores: 2
memory:
size: 8192
balloon: 8192
network:
net0:
model: virtio
#mac: A2:7B:45:48:9C:E6 ### If not set it will set automaticly
bridge: vmbr0
tag: 0 # set to 0 if tag not needed
disk:
scsi0:
storage: local-zfs
size: 40G
tags:
- sidero
- cluster-flux
options:
ostype: "l26"
bios: "seabios"
smbios1: "uuid=742b4427-b043-44a3-ab45-004107fc9e23,manufacturer=MTIz,product=MTIz,version=MTIz,serial=MTIz,sku=MTIz,family=MTIz,base64=1"
scsihw: "virtio-scsi-pci"
boot: "order=net0;ide2;scsi0"
ide2: "none,media=cdrom"
hotplug: "network,disk,usb"
tablet: 1
onboot: 0
kvm: 1
agent: "0"
numa: 1
protection: 0
---
apiVersion: proxmox.xfix.org/v1alpha1
kind: Qemu
metadata:
name: sidero-worker-flux-1
finalizers:
- resources-finalizer.proxmox-operator.xfix.org
spec:
cluster: pve
node: pve ### If not set it will set automaticly from "pool"
vmid: 554 ### If not set it will set automaticly
#pool: prod ### Cluster pool for place VM
anti-affinity: "" ### The anti-affinity group. VM's with same anti-affinity group will be placed on different nodes
autostart: true
autostop: true
cpu:
type: host
sockets: 1
cores: 2
memory:
size: 4096
balloon: 4096
network:
net0:
model: virtio
#mac: A2:7B:45:48:9C:E6 ### If not set it will set automaticly
bridge: vmbr0
tag: 0 # set to 0 if tag not needed
disk:
scsi0:
storage: local-zfs
size: 40G
tags:
- sidero
- cluster-flux
options:
ostype: "l26"
bios: "seabios"
smbios1: "uuid=76f2639d-ef16-4ee0-ba83-c74092ada703,manufacturer=MTIz,product=MTIz,version=MTIz,serial=MTIz,sku=MTIz,family=MTIz,base64=1"
scsihw: "virtio-scsi-pci"
boot: "order=net0;ide2;scsi0"
ide2: "none,media=cdrom"
hotplug: "network,disk,usb"
tablet: 1
onboot: 0
kvm: 1
agent: "0"
numa: 1
protection: 0
---
apiVersion: proxmox.xfix.org/v1alpha1
kind: Qemu
metadata:
name: sidero-worker-flux-2
finalizers:
- resources-finalizer.proxmox-operator.xfix.org
spec:
cluster: pve
node: pve ### If not set it will set automaticly from "pool"
vmid: 555 ### If not set it will set automaticly
#pool: prod ### Cluster pool for place VM
anti-affinity: "" ### The anti-affinity group. VM's with same anti-affinity group will be placed on different nodes
autostart: true
autostop: true
cpu:
type: host
sockets: 1
cores: 2
memory:
size: 4096
balloon: 4096
network:
net0:
model: virtio
#mac: A2:7B:45:48:9C:E6 ### If not set it will set automaticly
bridge: vmbr0
tag: 0 # set to 0 if tag not needed
disk:
scsi0:
storage: local-zfs
size: 40G
tags:
- sidero
- cluster-flux
options:
ostype: "l26"
bios: "seabios"
smbios1: "uuid=fb85947a-ad26-43a2-8a32-6071f3bc4067,manufacturer=MTIz,product=MTIz,version=MTIz,serial=MTIz,sku=MTIz,family=MTIz,base64=1"
scsihw: "virtio-scsi-pci"
boot: "order=net0;ide2;scsi0"
ide2: "none,media=cdrom"
hotplug: "network,disk,usb"
tablet: 1
onboot: 0
kvm: 1
agent: "0"
numa: 1
protection: 0
---
apiVersion: proxmox.xfix.org/v1alpha1
kind: Qemu
metadata:
name: sidero-worker-flux-3
finalizers:
- resources-finalizer.proxmox-operator.xfix.org
spec:
cluster: pve
node: pve ### If not set it will set automaticly from "pool"
vmid: 556 ### If not set it will set automaticly
#pool: prod ### Cluster pool for place VM
anti-affinity: "" ### The anti-affinity group. VM's with same anti-affinity group will be placed on different nodes
autostart: true
autostop: true
cpu:
type: host
sockets: 1
cores: 2
memory:
size: 4096
balloon: 4096
network:
net0:
model: virtio
#mac: A2:7B:45:48:9C:E6 ### If not set it will set automaticly
bridge: vmbr0
tag: 0 # set to 0 if tag not needed
disk:
scsi0:
storage: local-zfs
size: 40G
tags:
- sidero
- cluster-flux
options:
ostype: "l26"
bios: "seabios"
smbios1: "uuid=08ebfc6b-53de-42a4-9e5b-7cd060e7836f,manufacturer=MTIz,product=MTIz,version=MTIz,serial=MTIz,sku=MTIz,family=MTIz,base64=1"
scsihw: "virtio-scsi-pci"
boot: "order=net0;ide2;scsi0"
ide2: "none,media=cdrom"
hotplug: "network,disk,usb"
tablet: 1
onboot: 0
kvm: 1
agent: "0"
numa: 1
protection: 0