dhcp: update Power8 configs for new vlan
This commit is contained in:
parent
ec6abd6b39
commit
182f5e26a0
1 changed files with 27 additions and 27 deletions
|
@ -1891,33 +1891,6 @@ shared-network qa {
|
|||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-01 {
|
||||
hardware ethernet 40:f2:e9:5d:3c:5c;
|
||||
fixed-address 10.5.124.241;
|
||||
option host-name "ppc8-01";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-02 {
|
||||
hardware ethernet 40:f2:e9:5d:31:f4;
|
||||
fixed-address 10.5.124.244;
|
||||
option host-name "ppc8-02";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-03 {
|
||||
hardware ethernet 40:f2:e9:5d:3a:1c;
|
||||
fixed-address 10.5.124.247;
|
||||
option host-name "ppc8-03";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-04 {
|
||||
hardware ethernet 40:f2:e9:5d:32:e4;
|
||||
fixed-address 10.5.124.249;
|
||||
option host-name "ppc8-04";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -2053,5 +2026,32 @@ subnet 10.5.129.0 netmask 255.255.255.0 {
|
|||
filename "grubaa64.efi";
|
||||
}
|
||||
|
||||
host ppc8-01 {
|
||||
hardware ethernet 40:f2:e9:5d:39:43;
|
||||
fixed-address 10.5.129.20;
|
||||
option host-name "ppc8-01";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-02 {
|
||||
hardware ethernet 40:f2:e9:5d:3c:67;
|
||||
fixed-address 10.5.129.21;
|
||||
option host-name "ppc8-02";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-03 {
|
||||
hardware ethernet 40:f2:e9:5d:3c:33;
|
||||
fixed-address 10.5.129.22;
|
||||
option host-name "ppc8-03";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host ppc8-04 {
|
||||
hardware ethernet 40:f2:e9:5d:3b:c7
|
||||
fixed-address 10.5.129.23;
|
||||
option host-name "ppc8-04";
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue