Jcrespo has uploaded a new change for review.
https://gerrit.wikimedia.org/r/276716
Change subject: [WIP]Fix labs-support vlan dhcp-install config on eqiad
......................................................................
[WIP]Fix labs-support vlan dhcp-install config on eqiad
DHCP fails to assign an ip for installation for labsdb1008 with:
no free leases for 14:02:ec:3d:5d:cc
This is probably because no ips are offered on that vlan. Either
we are using the wrong vlan (according to Chris, all other similar
hosts are there) or we do not have a range defined for those.
I currently do not have access to librenms to check the actual ip
ranges, please help me fill in the "X"s.
Bug: T128753
Change-Id: Id8f99c5586ad037811cbb1888bc84efbef3955fe
---
M modules/install_server/files/dhcpd/dhcpd.conf
1 file changed, 11 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/16/276716/1
diff --git a/modules/install_server/files/dhcpd/dhcpd.conf
b/modules/install_server/files/dhcpd/dhcpd.conf
index e02e797..aca1ad0 100644
--- a/modules/install_server/files/dhcpd/dhcpd.conf
+++ b/modules/install_server/files/dhcpd/dhcpd.conf
@@ -317,6 +317,17 @@
next-server 208.80.154.10; # carbon (tftp server)
}
+# labs-support1-X-eqiad subnet
+subnet 10.192.X.0 netmask 255.255.255.0 {
+ authoritative;
+
+ option subnet-mask 255.255.255.0;
+ option broadcast-address 10.64.X.255;
+ option routers 10.192.X.1;
+ option domain-name "eqiad.wmnet";
+
+ next-server 208.80.154.10; # carbon (tftp server)
+}
# analytics1-a-eqiad subnet
subnet 10.64.5.0 netmask 255.255.255.0 {
--
To view, visit https://gerrit.wikimedia.org/r/276716
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Id8f99c5586ad037811cbb1888bc84efbef3955fe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Jcrespo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits