ocp4: add initial config for worker05 prod

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-02-07 15:35:38 +00:00
parent f8578f9e8b
commit ff80837bfb
3 changed files with 10 additions and 8 deletions

View file

@ -61,6 +61,7 @@ ocp_nodes:
- worker02.ocp.iad2.fedoraproject.org
- worker03.ocp.iad2.fedoraproject.org
- worker04.ocp.iad2.fedoraproject.org
- worker05.ocp.iad2.fedoraproject.org
openshift_masters:
- os-master01.vpn.fedoraproject.org
- os-master02.vpn.fedoraproject.org

View file

@ -1081,6 +1081,7 @@ worker01.ocp.iad2.fedoraproject.org
worker02.ocp.iad2.fedoraproject.org
worker03.ocp.iad2.fedoraproject.org
worker04.ocp.iad2.fedoraproject.org
worker05.ocp.iad2.fedoraproject.org
[ocp_boostrap]
bootstrap.ocp.iad2.fedoraproject.org

View file

@ -514,14 +514,6 @@ host oshift4-x86-be-03 {
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
host oshift4-x86-be-05 {
hardware ethernet 24:6E:96:B1:4C:70;
fixed-address 10.3.163.27;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
host centos01 {
@ -566,6 +558,14 @@ host worker04-ocp {
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
host worker05-ocp {
hardware ethernet 24:6E:96:B1:4C:70;
fixed-address 10.3.163.128;
filename "uefi/grubx64.efi";
next-server 10.3.163.10;
option routers 10.3.163.254;
option subnet-mask 255.255.255.0;
}
# Staging network
host worker01-ocp-stg {
hardware ethernet 68:05:CA:CE:A2:AC;