[dhcp_server] Add all the remaining cloud-fx01 and 02 nodes for community OS
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
1b0481bdc7
commit
b9c3d88aa3
1 changed files with 129 additions and 0 deletions
|
@ -624,5 +624,134 @@ shared-network pubcloud {
|
||||||
next-server 38.145.48.10;
|
next-server 38.145.48.10;
|
||||||
filename "pxelinux.0";
|
filename "pxelinux.0";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
host virthost-os02 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:80:AF;
|
||||||
|
fixed-address 38.145.48.12;
|
||||||
|
option host-name "virthost-os02.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node03 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:80:29;
|
||||||
|
fixed-address 38.145.48.13;
|
||||||
|
option host-name "os-node03.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node04 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:86:67;
|
||||||
|
fixed-address 38.145.48.14;
|
||||||
|
option host-name "os-node04.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node05 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:7F:DB;
|
||||||
|
fixed-address 38.145.48.15;
|
||||||
|
option host-name "os-node05.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node06 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:82:1D;
|
||||||
|
fixed-address 38.145.48.16;
|
||||||
|
option host-name "os-node06.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node07 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:80:43;
|
||||||
|
fixed-address 38.145.48.17;
|
||||||
|
option host-name "os-node07.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node08 {
|
||||||
|
hardware ethernet 40:5C:FD:A5:87:D5;
|
||||||
|
fixed-address 38.145.48.18;
|
||||||
|
option host-name "os-node08.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host virthost-os09 {
|
||||||
|
hardware ethernet 48:4D:7E:05:4E:F1;
|
||||||
|
fixed-address 38.145.48.19;
|
||||||
|
option host-name "virthost-os09.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node10 {
|
||||||
|
hardware ethernet 48:4D:7E:05:4F:DF;
|
||||||
|
fixed-address 38.145.48.20;
|
||||||
|
option host-name "os-node10.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
host os-node11 {
|
||||||
|
hardware ethernet 48:4D:7E:05:4F:59;
|
||||||
|
fixed-address 38.145.48.21;
|
||||||
|
option host-name "os-node11.fedorainfracloud.org";
|
||||||
|
next-server 38.145.48.10;
|
||||||
|
filename "pxelinux.0";
|
||||||
|
}
|
||||||
|
|
||||||
|
# host os-storage-node12 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.22;
|
||||||
|
# option host-name "os-storage-node12.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
|
# host os-storage-node13 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.23;
|
||||||
|
# option host-name "os-storage-node13.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
|
# host os-storage-node14 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.24;
|
||||||
|
# option host-name "os-storage-node14.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
|
# host virthost-ppc64le-os01 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.25;
|
||||||
|
# option host-name "virthost-ppc64le-os01.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
|
# host virthost-aarch64-os01 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.26;
|
||||||
|
# option host-name "virthost-aarch64-os01.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
|
# host virthost-aarch64-os02 {
|
||||||
|
# hardware ethernet TODO;
|
||||||
|
# fixed-address 38.145.48.27;
|
||||||
|
# option host-name "virthost-aarch64-os02.fedorainfracloud.org";
|
||||||
|
# next-server 38.145.48.10;
|
||||||
|
# filename "pxelinux.0";
|
||||||
|
# }
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue