put in the bvirthost04 items

This commit is contained in:
Stephen Smoogen 2017-03-16 23:44:07 +00:00
parent 1a9e4d2e9d
commit 2e5c7ad77a
4 changed files with 25 additions and 2 deletions

View file

@ -0,0 +1,9 @@
---
freezes: true
nested: true
dns: 10.5.126.21
gw: 10.5.125.254
br0_ip: 10.5.125.76
br0_nm: 255.255.255.0
br1_ip: 10.5.127.79
br1_nm: 255.255.255.0

View file

@ -1,5 +1,4 @@
--- ---
# This virthost only has stg instances, so it doesn't freeze
freezes: true freezes: true
nested: true nested: true
dns: 10.5.126.21 dns: 10.5.126.21

View file

@ -68,14 +68,23 @@ subnet 10.5.125.0 netmask 255.255.255.0 {
filename "pxelinux.0"; filename "pxelinux.0";
} }
host bvirthost04 { host junk01 {
hardware ethernet E4:1F:13:BA:E8:28; hardware ethernet E4:1F:13:BA:E8:28;
fixed-address 10.5.125.127; fixed-address 10.5.125.127;
next-server 10.5.125.43; next-server 10.5.125.43;
option host-name "junk01";
filename "pxelinux.0";
}
host bvirthost04 {
hardware ethernet 18:66:DA:F7:61:58;
fixed-address 10.5.125.76;
next-server 10.5.126.41;
option host-name "bvirthost04"; option host-name "bvirthost04";
filename "pxelinux.0"; filename "pxelinux.0";
} }
host bvirthost06 { host bvirthost06 {
hardware ethernet 00:25:B5:FF:00:09; hardware ethernet 00:25:B5:FF:00:09;
fixed-address 10.5.125.120; fixed-address 10.5.125.120;

View file

@ -212,6 +212,12 @@ subnet 10.5.130.0 netmask 255.255.255.0 {
option log-servers 10.5.126.29; option log-servers 10.5.126.29;
range 10.5.130.10 10.5.130.19; range 10.5.130.10 10.5.130.19;
host bvirthost04-mgmt {
hardware ethernet 84:7B:EB:F3:BC:7A;
fixed-address 10.5.130.199;
option host-name "bvirthost04-mgmt";
}
host bc1-mgmt { host bc1-mgmt {
hardware ethernet 00:11:25:c3:65:46; hardware ethernet 00:11:25:c3:65:46;
fixed-address 10.5.130.221; fixed-address 10.5.130.221;