metrics-for-apps: adding next-server config for ocp01-03 nodes

Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
David Kirwan 2021-08-06 12:53:06 +09:00
parent ae3e5fedc2
commit a1a8c5405c

View file

@ -552,18 +552,21 @@ host centos01 {
host ocp01-ocp-stg {
hardware ethernet 52:54:00:CE:A2:AC;
fixed-address 10.3.166.115;
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host ocp02-ocp-stg {
hardware ethernet 52:54:00:CE:A3:24;
fixed-address 10.3.166.116;
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}
host ocp03-ocp-stg {
hardware ethernet 52:54:00:CE:A5:10;
fixed-address 10.3.166.117;
next-server 10.3.163.10;
option routers 10.3.166.254;
option subnet-mask 255.255.255.0;
}