ocp4: add initial config for worker05 prod
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
f8578f9e8b
commit
ff80837bfb
3 changed files with 10 additions and 8 deletions
|
@ -61,6 +61,7 @@ ocp_nodes:
|
||||||
- worker02.ocp.iad2.fedoraproject.org
|
- worker02.ocp.iad2.fedoraproject.org
|
||||||
- worker03.ocp.iad2.fedoraproject.org
|
- worker03.ocp.iad2.fedoraproject.org
|
||||||
- worker04.ocp.iad2.fedoraproject.org
|
- worker04.ocp.iad2.fedoraproject.org
|
||||||
|
- worker05.ocp.iad2.fedoraproject.org
|
||||||
openshift_masters:
|
openshift_masters:
|
||||||
- os-master01.vpn.fedoraproject.org
|
- os-master01.vpn.fedoraproject.org
|
||||||
- os-master02.vpn.fedoraproject.org
|
- os-master02.vpn.fedoraproject.org
|
||||||
|
|
|
@ -1081,6 +1081,7 @@ worker01.ocp.iad2.fedoraproject.org
|
||||||
worker02.ocp.iad2.fedoraproject.org
|
worker02.ocp.iad2.fedoraproject.org
|
||||||
worker03.ocp.iad2.fedoraproject.org
|
worker03.ocp.iad2.fedoraproject.org
|
||||||
worker04.ocp.iad2.fedoraproject.org
|
worker04.ocp.iad2.fedoraproject.org
|
||||||
|
worker05.ocp.iad2.fedoraproject.org
|
||||||
|
|
||||||
[ocp_boostrap]
|
[ocp_boostrap]
|
||||||
bootstrap.ocp.iad2.fedoraproject.org
|
bootstrap.ocp.iad2.fedoraproject.org
|
||||||
|
|
|
@ -514,14 +514,6 @@ host oshift4-x86-be-03 {
|
||||||
option routers 10.3.163.254;
|
option routers 10.3.163.254;
|
||||||
option subnet-mask 255.255.255.0;
|
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 {
|
host centos01 {
|
||||||
|
@ -566,6 +558,14 @@ host worker04-ocp {
|
||||||
option routers 10.3.163.254;
|
option routers 10.3.163.254;
|
||||||
option subnet-mask 255.255.255.0;
|
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
|
# Staging network
|
||||||
host worker01-ocp-stg {
|
host worker01-ocp-stg {
|
||||||
hardware ethernet 68:05:CA:CE:A2:AC;
|
hardware ethernet 68:05:CA:CE:A2:AC;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue