put in all the mac address for cloud boxes
This commit is contained in:
parent
8563819678
commit
ed862a2e02
1 changed files with 16 additions and 16 deletions
|
@ -40,7 +40,7 @@ shared-network cloud {
|
|||
}
|
||||
|
||||
host control02 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:80:B2;
|
||||
fixed-address 172.23.1.6;
|
||||
option host-name "control02.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
|
@ -48,7 +48,7 @@ shared-network cloud {
|
|||
}
|
||||
|
||||
host cn-x86-64-01-03 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:80:2C;
|
||||
fixed-address 172.23.1.11;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
|
@ -56,41 +56,41 @@ shared-network cloud {
|
|||
}
|
||||
|
||||
host cn-x86-64-01-04 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:86:6A;
|
||||
fixed-address 172.23.1.12;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-01-04.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cn-x86-64-01-05 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:7F:DE;
|
||||
fixed-address 172.23.1.13;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-01-05.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cn-x86-64-01-06 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:82:20;
|
||||
fixed-address 172.23.1.14;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-01-06.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cn-x86-64-01-07 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:80:46;
|
||||
fixed-address 172.23.1.15;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-01-07.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cn-x86-64-01-08 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 40:5C:FD:A5:87:D8;
|
||||
fixed-address 172.23.1.16;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-01-08.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
@ -98,15 +98,15 @@ shared-network cloud {
|
|||
host cn-x86-64-02-01 {
|
||||
hardware ethernet 48:4D:7E:05:4E:F4;
|
||||
fixed-address 172.23.1.17;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-02-01.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
||||
host cn-x86-64-02-02 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
hardware ethernet 48:4D:7E:05:4F:E2;
|
||||
fixed-address 172.23.1.18;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-02-02.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
@ -114,7 +114,7 @@ shared-network cloud {
|
|||
host cn-x86-64-02-03 {
|
||||
hardware ethernet aa:aa:aa:aa:aa:aa;
|
||||
fixed-address 172.23.1.19;
|
||||
option host-name "cn-x86-64-01-03.cloud.fedoraproject.org";
|
||||
option host-name "cn-x86-64-03-03.cloud.fedoraproject.org";
|
||||
next-server 172.23.1.1;
|
||||
filename "pxelinux.0";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue