-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.yaml.sample
75 lines (70 loc) · 1.65 KB
/
config.yaml.sample
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
cluster:
domain: outbound.vz.bos2.lab
name: compact
apiVIPs:
- 192.168.58.90
- 2600:52:7:58::90
ingressVIPs:
- 192.168.58.91
- 2600:52:7:58::91
hosts:
common:
ipv4:
enabled: true
dhcp: false
machine_network_cidr: 192.168.58.0/25
machine_network_prefix: 25
#cluster_network_cidr:
#cluster_network_host_prefix:
#service_network:
dns: 192.168.58.15
gateway: 192.168.58.1
ipv6:
enabled: true
dhcp: false
machine_network_cidr: 2600:52:7:58::/64
machine_network_prefix: 64
#cluster_network_cidr:
#cluster_network_host_prefix:
#service_network:
dns: 2600:52:7:58::15
gateway: 2600:52:7:58::1
vlan:
enabled: false
name: ens1f0.58
id: 58
disk: /dev/vda
masters:
- interface: ens1f0
hostname: master1.compact.outbound.vz.bos2.lab
ipv4:
ip: 192.168.58.30
mac: de:ad:be:ff:10:30
bmc:
address: 192.168.58.30:8080
password: Administrator:dummy
- interface: ens1f0
hostname: master2.compact.outbound.vz.bos2.lab
ipv4:
ip: 192.168.58.31
mac: de:ad:be:ff:10:31
bmc:
address: 192.168.58.31:8080
password: Administrator:dummy
- interface: ens1f0
hostname: master3.compact.outbound.vz.bos2.lab
ipv4:
ip: 192.168.58.32
mac: de:ad:be:ff:10:32
bmc:
address: 192.168.58.32:8080
password: Administrator:dummy
proxy:
enabled: false
http:
https:
noproxy:
pull_secret: /root/pull-secret.json
ssh_key: /root/.ssh/id_rsa.pub
iso:
address: http://192.168.58.15/iso/compact.iso