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
|
@ -15,8 +15,8 @@ option pxelinux.reboottime code 211 = unsigned integer 32;
|
|||
option architecture-type code 93 = unsigned integer 16;
|
||||
|
||||
subnet 10.3.160.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option domain-name "mgmt.iad2.fedoraproject.org";
|
||||
option routers 10.3.160.254;
|
||||
|
@ -26,11 +26,11 @@ subnet 10.3.160.0 netmask 255.255.255.0 {
|
|||
|
||||
range 10.3.160.200 10.3.160.249;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
subnet 10.3.161.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
allow bootp;
|
||||
allow booting;
|
||||
allow bootp;
|
||||
|
||||
option domain-name "mgmt.iad2.fedoraproject.org";
|
||||
option routers 10.3.161.254;
|
||||
|
@ -40,7 +40,7 @@ subnet 10.3.161.0 netmask 255.255.255.0 {
|
|||
|
||||
range 10.3.161.200 10.3.161.249;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
subnet 10.3.163.0 netmask 255.255.255.0 {
|
||||
allow booting;
|
||||
|
@ -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;
|
||||
|
@ -1315,27 +1339,27 @@ host dell-r6x0-07-mgmt {
|
|||
hardware ethernet D0:94:66:44:CE:44;
|
||||
fixed-address 10.3.160.39;
|
||||
option host-name "vmhost01";
|
||||
}
|
||||
}
|
||||
host dell-r6x0-08-mgmt {
|
||||
hardware ethernet 58:8A:5A:F3:9E:BC ;
|
||||
fixed-address 10.3.160.40;
|
||||
option host-name "virthost14";
|
||||
}
|
||||
}
|
||||
host dell-r6x0-09-mgmt {
|
||||
hardware ethernet 58:8A:5A:EE:EF:F0;
|
||||
fixed-address 10.3.160.41;
|
||||
option host-name "virthost12";
|
||||
}
|
||||
}
|
||||
host dell-r6x0-10-mgmt {
|
||||
hardware ethernet 74:E6:E2:FD:78:54 ;
|
||||
fixed-address 10.3.160.42;
|
||||
option host-name "virthost19";
|
||||
}
|
||||
}
|
||||
host dell-r6x0-11-mgmt {
|
||||
hardware ethernet 74:E6:E2:FD:6A:5A;
|
||||
fixed-address 10.3.160.43;
|
||||
option host-name "virthost20";
|
||||
}
|
||||
}
|
||||
host dell-r6x0-12-mgmt {
|
||||
hardware ethernet 74:E6:E2:FD:76:DE;
|
||||
fixed-address 10.3.160.44;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue