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

Change subject: dhcp/site: add bast3002
......................................................................


dhcp/site: add bast3002

(re-) add the server formerly known as hooft
as bast3002 in DHCP config.

add to puppet site.pp with the general bastion server
roles but not yet ganglia and prometheus.

Bug: T156506
Change-Id: I75c69da2731548b8f65c7686827e087b6e4da866
---
M manifests/site.pp
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 15 insertions(+), 0 deletions(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 9907a41..acb67e7 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -175,6 +175,12 @@
     }
 }
 
+node 'bast3002.wikimedia.org' {
+    role(bastionhost::general)
+
+    interface::add_ip6_mapped { 'main': interface => 'eth0', }
+}
+
 # Bastion in California
 node 'bast4001.wikimedia.org' {
     role(bastionhost::general,
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 b48d154..dcfd7b5 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -326,6 +326,15 @@
     filename "pxelinux.0";
 }
 
+host bast3002 {
+    hardware ethernet a4:ba:db:30:d7:70;
+    fixed-address bast3002.wikimedia.org;
+
+    next-server 208.80.154.86; # install1002 (tftp server)
+    option pxelinux.pathprefix 
"http://apt.wikimedia.org/tftpboot/jessie-installer/";;
+    filename "pxelinux.0";
+}
+
 host bast4001 {
     hardware ethernet 90:b1:1c:4d:42:49;
     fixed-address bast4001.wikimedia.org;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I75c69da2731548b8f65c7686827e087b6e4da866
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to