Dzahn has uploaded a new change for review. (
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(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/87/339687/1
diff --git a/manifests/site.pp b/manifests/site.pp
index 61ea65d..21c9b2d 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 84faaee..7853603 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 bast3001 {
+ 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: newchange
Gerrit-Change-Id: I75c69da2731548b8f65c7686827e087b6e4da866
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits