except set the right hostname

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2018-08-28 16:21:30 +00:00
parent 4e47bf4e11
commit 1ad20afac0

View file

@ -42,7 +42,7 @@ shared-network cloud {
host rhev02 { host rhev02 {
hardware ethernet 48:4D:7E:05:4F:E2; hardware ethernet 48:4D:7E:05:4F:E2;
fixed-address 172.23.1.6; fixed-address 172.23.1.6;
option host-name "rhev01.fedoraproject.org"; option host-name "rhev02.fedoraproject.org";
next-server 172.23.1.1; next-server 172.23.1.1;
filename "pxelinux.0"; filename "pxelinux.0";
} }
@ -50,7 +50,7 @@ shared-network cloud {
host rhev03 { host rhev03 {
hardware ethernet 48:4D:7E:05:4F:5C; hardware ethernet 48:4D:7E:05:4F:5C;
fixed-address 172.23.1.7; fixed-address 172.23.1.7;
option host-name "rhev01.fedoraproject.org"; option host-name "rhev03.fedoraproject.org";
next-server 172.23.1.1; next-server 172.23.1.1;
filename "pxelinux.0"; filename "pxelinux.0";
} }