metrics-for-apps: adding next-server config for ocp01-03 nodes
Signed-off-by: David Kirwan <dkirwan@redhat.com>
This commit is contained in:
parent
ae3e5fedc2
commit
a1a8c5405c
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue