BBlack has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/393936 )

Change subject: bast4002: use as ulsfo tftp
......................................................................


bast4002: use as ulsfo tftp

... and also amend its own dhcp entry to use codfw for any future
re-install, since bast4001 will be gone by then.

Change-Id: I0362b61fe9dff1de385c93d9d0d21be09befb5fb
---
M modules/install_server/files/dhcpd/dhcpd.conf
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  BBlack: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/modules/install_server/files/dhcpd/dhcpd.conf 
b/modules/install_server/files/dhcpd/dhcpd.conf
index 82bb5dd..b33e00a 100644
--- a/modules/install_server/files/dhcpd/dhcpd.conf
+++ b/modules/install_server/files/dhcpd/dhcpd.conf
@@ -401,7 +401,7 @@
     option routers 198.35.26.1;
     option domain-name "wikimedia.org";
 
-    next-server 198.35.26.5; # bast4001 (tftp server)
+    next-server 198.35.26.6; # bast4002 (tftp server)
 }
 
 # private1-ulsfo subnet
@@ -413,7 +413,7 @@
     option routers 10.128.0.1;
     option domain-name "ulsfo.wmnet";
 
-    next-server 198.35.26.5; # bast4001 (tftp server)
+    next-server 198.35.26.6; # bast4002 (tftp server)
 }
 
 #
diff --git a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200 
b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
index bfbb08f..e867a54 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -313,7 +313,7 @@
 host bast4002 {
     hardware ethernet F4:E9:D4:BA:EE:D0;
     fixed-address bast4002.wikimedia.org;
-    next-server 198.35.26.5; # bast4001 (tftp server)
+    next-server 208.80.153.53; # install2002 (tftp server)
     option pxelinux.pathprefix "stretch-installer/";
     filename "stretch-installer/debian-installer/amd64/pxelinux.0";
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/393936
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0362b61fe9dff1de385c93d9d0d21be09befb5fb
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: BBlack <[email protected]>
Gerrit-Reviewer: BBlack <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to