ocp4: add worker04 prod node

Signed-off-by: Mark O Brien <markobri@redhat.com>
This commit is contained in:
Mark O Brien 2022-02-01 14:57:45 +00:00
parent 9a158eec6a
commit aad8ed6be7
3 changed files with 11 additions and 1 deletions

View file

@ -60,6 +60,7 @@ ocp_nodes:
- worker01.ocp.iad2.fedoraproject.org - 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
openshift_masters: openshift_masters:
- os-master01.vpn.fedoraproject.org - os-master01.vpn.fedoraproject.org
- os-master02.vpn.fedoraproject.org - os-master02.vpn.fedoraproject.org

View file

@ -1080,6 +1080,7 @@ ocp03.ocp.iad2.fedoraproject.org
worker01.ocp.iad2.fedoraproject.org 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
[ocp_boostrap] [ocp_boostrap]
bootstrap.ocp.iad2.fedoraproject.org bootstrap.ocp.iad2.fedoraproject.org
@ -1228,7 +1229,7 @@ storinator01.rdu-cc.fedoraproject.org
# #
# These are hosts and groups that do not use linux-system-roles/network for configuring network # These are hosts and groups that do not use linux-system-roles/network for configuring network
# The cloud_aws hosts have network all setup by cloud-init and/or provider. # The cloud_aws hosts have network all setup by cloud-init and/or provider.
# The ibiblio hosts are using port bonding. Someday we need to configure it via linux-sys-roles. # The ibiblio hosts are using port bonding. Someday we need to configure it via linux-sys-roles.
# #
[no_linux_system_roles:children] [no_linux_system_roles:children]

View file

@ -566,6 +566,14 @@ host worker03-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 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 # 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;