mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-02-02 20:59:02 +08:00
dhcp: fix mgmt ips for rdu2-cc mgmt
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -1524,7 +1524,7 @@ host vmhost-p09-copr01.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-copr01.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet f4:02:70:d3:15:92;
|
||||
fixed-address 10.16.160.11;
|
||||
fixed-address 10.16.160.23;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-copr01.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1543,7 +1543,7 @@ host vmhost-x86-copr01.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-copr02.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet f4:02:70:d5:12:a6;
|
||||
fixed-address 10.16.160.12;
|
||||
fixed-address 10.16.160.24;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-copr02.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1563,7 +1563,7 @@ host vmhost-x86-copr02.mgmt.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-copr03.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet f4:02:70:d3:fa:58;
|
||||
fixed-address 10.16.160.13;
|
||||
fixed-address 10.16.160.25;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-copr03.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1582,7 +1582,7 @@ host vmhost-x86-copr03.rdu3.fedoraproject.org {
|
||||
|
||||
host vmhost-x86-copr04.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet f4:02:70:d7:52:ae;
|
||||
fixed-address 10.16.160.14;
|
||||
fixed-address 10.16.160.26;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "vmhost-x86-copr04.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1601,7 +1601,7 @@ host vmhost-x86-copr04.rdu3.fedoraproject.org {
|
||||
|
||||
host storinator01.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet ac:1f:6b:b6:32:27;
|
||||
fixed-address 10.16.160.15;
|
||||
fixed-address 10.16.160.27;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "storinator01.mgmt.rdu3.fedoraproject.org";
|
||||
@@ -1673,7 +1673,7 @@ host vmhost-x86-iso04.rdu3.fedoraproject.org {
|
||||
|
||||
host retrace03.mgmt.rdu3.fedoraproject.org {
|
||||
hardware ethernet f4:02:70:fa:79:7e;
|
||||
fixed-address 10.16.160.19;
|
||||
fixed-address 10.16.160.28;
|
||||
option routers 10.16.160.254;
|
||||
option subnet-mask 255.255.255.0;
|
||||
option host-name "retrace03.mgmt.rdu3.fedoraproject.org";
|
||||
|
||||
Reference in New Issue
Block a user