ocp4: add worker04 prod node
Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
parent
9a158eec6a
commit
aad8ed6be7
3 changed files with 11 additions and 1 deletions
|
@ -60,6 +60,7 @@ ocp_nodes:
|
|||
- worker01.ocp.iad2.fedoraproject.org
|
||||
- worker02.ocp.iad2.fedoraproject.org
|
||||
- worker03.ocp.iad2.fedoraproject.org
|
||||
- worker04.ocp.iad2.fedoraproject.org
|
||||
openshift_masters:
|
||||
- os-master01.vpn.fedoraproject.org
|
||||
- os-master02.vpn.fedoraproject.org
|
||||
|
|
|
@ -1080,6 +1080,7 @@ ocp03.ocp.iad2.fedoraproject.org
|
|||
worker01.ocp.iad2.fedoraproject.org
|
||||
worker02.ocp.iad2.fedoraproject.org
|
||||
worker03.ocp.iad2.fedoraproject.org
|
||||
worker04.ocp.iad2.fedoraproject.org
|
||||
|
||||
[ocp_boostrap]
|
||||
bootstrap.ocp.iad2.fedoraproject.org
|
||||
|
|
|
@ -566,6 +566,14 @@ host worker03-ocp {
|
|||
option routers 10.3.163.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host worker04-ocp {
|
||||
hardware ethernet 24:6E:96:B0:E0:78;
|
||||
fixed-address 10.3.163.127;
|
||||
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue