summaryrefslogtreecommitdiffstats
path: root/roles/dhcp_server
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-22 23:14:33 +0000
committerPatrick Uiterwijk <puiterwijk@redhat.com>2016-04-22 23:14:33 +0000
commite31e011719964aaf8a6e146f48a990d8dba3390a (patch)
treef9df24bd85749bd27118101a20223f9c58399664 /roles/dhcp_server
parent5fc2077b13492b2e493480e7ee98d142ea216b83 (diff)
downloadansible-e31e011719964aaf8a6e146f48a990d8dba3390a.tar.gz
ansible-e31e011719964aaf8a6e146f48a990d8dba3390a.tar.xz
ansible-e31e011719964aaf8a6e146f48a990d8dba3390a.zip
Issue ip for ppc01-int
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/dhcp_server')
-rw-r--r--roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org
index 78e2b351b..9e52a67c3 100644
--- a/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org
+++ b/roles/dhcp_server/files/dhcpd.conf.cloud-noc01.cloud.fedoraproject.org
@@ -273,6 +273,11 @@ shared-network cloud {
option host-name "fed-cloud15-int";
}
+ host fed-cloud-ppc01-int {
+ hardware ethernet 40:f2:e9:5d:53:64;
+ fixed-address 172.24.0.16;
+ option host-name "fed-cloud-ppc01-int";
+ }
}
}