-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvm.yaml
46 lines (45 loc) · 1.34 KB
/
vm.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
vms:
VM1:
template: 'Debian_machine'
startOrder: 1
networks:
"control":
type: static
ip: 10.138.0.5
mask: 255.255.0.0
adapter: 'Network adapter 1'
"172_16_0":
type: static
ip: 172.16.0.11
mask: 255.255.255.0
adapter: 'Network adapter 2'
VM2:
template: 'Debian_machine'
startOrder: 2
networks:
"control":
type: static
ip: 10.138.0.13
mask: 255.255.0.0
adapter: 'Network adapter 1'
"172_16_20":
type: static
ip: 172.16.20.11
mask: 255.255.255.0
adapter: 'Network adapter 2'
VM3:
template: 'Debian_machine'
startOrder: 2
ram: 4096
networks:
"control":
type: static
ip: 10.138.0.39
mask: 255.255.0.0
adapter: 'Network adapter 1'
"172_16_30":
type: static
ip: 172.16.30.10
mask: 255.255.255.0
mappable: True
adapter: 'Network adapter 2'