@@ -4,45 +4,45 @@ uefi: false
4
4
disk : vda # disk where you are installing RHCOS on the masters/workers
5
5
helper :
6
6
name : " bastion" # hostname for your helper node
7
- ipaddr : " 192.168.100 .254" # current IP address of the helper
7
+ ipaddr : " 172.20.30 .254" # current IP address of the helper
8
8
networkifacename : " ens3" # interface of the helper node,ACTUAL name of the interface, NOT the NetworkManager name
9
9
dns :
10
- domain : " example.com " # DNS server domain. Should match baseDomain inside the install-config.yaml file.
11
- clusterid : " ocp4 " # needs to match what you will for metadata.name inside the install-config.yaml file
10
+ domain : " cloudlabske.io " # DNS server domain. Should match baseDomain inside the install-config.yaml file.
11
+ clusterid : " ocp " # needs to match what you will for metadata.name inside the install-config.yaml file
12
12
forwarder1 : " 8.8.8.8" # DNS forwarder
13
13
forwarder2 : " 1.1.1.1" # second DNS forwarder
14
14
lb_ipaddr : " {{ helper.ipaddr }}" # Load balancer IP, it is optional, the default value is helper.ipaddr
15
15
dhcp :
16
- router : " 192.168.100 .1" # default gateway of the network assigned to the masters/workers
17
- bcast : " 192.168.100 .255" # broadcast address for your network
16
+ router : " 172.20.30 .1" # default gateway of the network assigned to the masters/workers
17
+ bcast : " 172.20.30 .255" # broadcast address for your network
18
18
netmask : " 255.255.255.0" # netmask that gets assigned to your masters/workers
19
- poolstart : " 192.168.100.10 " # First address in your dhcp address pool
20
- poolend : " 192.168.100.50 " # Last address in your dhcp address pool
21
- ipid : " 192.168.100 .0" # ip network id for the range
19
+ poolstart : " 172.20.30.50 " # First address in your dhcp address pool
20
+ poolend : " 172.20.30.80 " # Last address in your dhcp address pool
21
+ ipid : " 172.20.30 .0" # ip network id for the range
22
22
netmaskid : " 255.255.255.0" # networkmask id for the range.
23
23
ntp : " time.google.com" # ntp server address
24
24
dns : " " # domain name server, it is optional, the default value is set to helper.ipaddr
25
25
bootstrap :
26
26
name : " bootstrap" # hostname (WITHOUT the fqdn) of the bootstrap node
27
- ipaddr : " 192.168.100 .10" # IP address that you want set for bootstrap node
27
+ ipaddr : " 172.20.30 .10" # IP address that you want set for bootstrap node
28
28
macaddr : " 52:54:00:a4:db:5f" # The mac address for dhcp reservation
29
29
masters :
30
30
- name : " master01" # hostname (WITHOUT the fqdn) of the master node (x of 3)
31
- ipaddr : " 192.168.100 .11" # The IP address (x of 3) that you want set
31
+ ipaddr : " 172.20.30 .11" # The IP address (x of 3) that you want set
32
32
macaddr : " 52:54:00:8b:a1:17" # The mac address for dhcp reservation
33
33
- name : " master02"
34
- ipaddr : " 192.168.100 .12"
34
+ ipaddr : " 172.20.30 .12"
35
35
macaddr : " 52:54:00:ea:8b:9d"
36
36
- name : " master03"
37
- ipaddr : " 192.168.100 .13"
37
+ ipaddr : " 172.20.30 .13"
38
38
macaddr : " 52:54:00:f8:87:c7"
39
39
workers :
40
40
- name : " worker01" # hostname (WITHOUT the fqdn) of the worker node you want to set
41
- ipaddr : " 192.168.100 .21" # The IP address that you want set (1st node)
41
+ ipaddr : " 172.20.30 .21" # The IP address that you want set (1st node)
42
42
macaddr : " 52:54:00:31:4a:39" # The mac address for dhcp reservation (1st node)
43
43
- name : " worker02"
44
- ipaddr : " 192.168.100 .22"
44
+ ipaddr : " 172.20.30 .22"
45
45
macaddr : " 52:54:00:6a:37:32"
46
46
- name : " worker03"
47
- ipaddr : " 192.168.100 .23"
47
+ ipaddr : " 172.20.30 .23"
48
48
macaddr : " 52:54:00:95:d4:ed"
0 commit comments