mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
dhcp: add openshift control plane vms to rdu3 dhcpd config
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1081,3 +1081,25 @@ host backup01 {
|
||||
option routers 10.16.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
host ocp01 {
|
||||
fixed-address 10.16.163.120;
|
||||
hardware ethernet 52:54:00:9c:3e:31;
|
||||
option host-name "ocp03.ocp.rdu3.fedoraproject.org";
|
||||
option routers 10.16.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host ocp02 {
|
||||
fixed-address 10.16.163.121;
|
||||
hardware ethernet 52:54:00:b2:f0:ac;
|
||||
option host-name "ocp03.ocp.rdu3.fedoraproject.org";
|
||||
option routers 10.16.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host ocp03 {
|
||||
hardware ethernet 52:54:00:a9:68:f8;
|
||||
fixed-address 10.16.163.122;
|
||||
option host-name "ocp03.ocp.rdu3.fedoraproject.org";
|
||||
option routers 10.16.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user