metrics-for-apps: add ocp worker dhcp config
Signed-off-by: siddharthvipul <siddharthvipul1@gmail.com>
This commit is contained in:
parent
7ee6105dc6
commit
1fcbae0675
1 changed files with 35 additions and 11 deletions
|
@ -549,6 +549,30 @@ host centos01 {
|
|||
}
|
||||
|
||||
# Staging network
|
||||
host worker01.ocp-stg {
|
||||
hardware ethernet 70:B5:E8:D0:E2:E0;
|
||||
fixed-address 10.3.166.118;
|
||||
filename "rhcos/70-b5-e8-d0-e2-e0";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.166.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host worker02.ocp-stg {
|
||||
hardware ethernet 70:B5:E8:D0:D4:90;
|
||||
fixed-address 10.3.166.119;
|
||||
filename "rhcos/70-b5-e8-d0-d3-90";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.166.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host worker03.ocp-stg {
|
||||
hardware ethernet 70:B5:E8:D0:D6:98;
|
||||
fixed-address 10.3.166.120;
|
||||
filename "rhcos/70-b5-e8-d0-d6-98";
|
||||
next-server 10.3.163.10;
|
||||
option routers 10.3.166.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
}
|
||||
host vmhost-x86-01-stg {
|
||||
hardware ethernet ec:f4:bb:d2:85:e8;
|
||||
fixed-address 10.3.166.11;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue