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

Change subject: eventlog1002 install params
......................................................................


eventlog1002 install params

setting install params for new eventlog1002 system

Bug: T185667
Change-Id: Ibe64b5fe9db9e603295a9c347bc770f7e2a5b35e
---
M manifests/site.pp
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
3 files changed, 10 insertions(+), 1 deletion(-)

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



diff --git a/manifests/site.pp b/manifests/site.pp
index 2ca7f64..9669574 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -834,6 +834,10 @@
     role(eventlogging::analytics)
 }
 
+node 'eventlog1002.eqiad.wmnet' {
+    role(spare::system)
+}
+
 # virtual machine for mailman list server
 node 'fermium.wikimedia.org' {
     role(lists)
diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index fb5043a..93a821b 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -75,7 +75,7 @@
         dumpsdata100[12]|labstore100[67]) echo partman/dumpsdata100X.cfg ;; \
         eeden|maerlant|multatuli|nescio) echo partman/raid1-1partition.cfg ;; \
         elastic101[7-9]|elastic102[0-9]|elastic103[0-1]) echo 
partman/elasticsearch-raid0.cfg ;; \
-        elastic103[2-9]|elastic104[0-9]|elastic105[0-2]) echo 
partman/raid1-lvm-ext4-srv-noswap.cfg ;; \
+        elastic103[2-9]|elastic104[0-9]|elastic105[0-2]|eventlog1002) echo 
partman/raid1-lvm-ext4-srv-noswap.cfg ;; \
         elastic20[0-2][0-9]|elastic203[0-6]) echo 
partman/raid1-lvm-ext4-srv-noswap.cfg ;; \
         
labcontrol100[34]|labmon100[12]|mwlog[12]001|relforge100[12]|scb200[1-6]|stat100[56])
 echo partman/raid10-gpt-srv-lvm-ext4.cfg ;; \
         analytics1003|cobalt|thorium) echo partman/raid10-gpt-srv-lvm-ext4.cfg 
;; \
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 fa58c44..5c8fced 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -2964,6 +2964,11 @@
     filename "lpxelinux.0";
 }
 
+host eventlog1002 {
+    hardware ethernet 14:18:77:5B:0D:42;
+    fixed-address eventlog1001.eqiad.wmnet;
+}
+
 host flerovium {
     hardware ethernet F4:E9:D4:CD:90:30;
     fixed-address flerovium.eqiad.wmnet;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ibe64b5fe9db9e603295a9c347bc770f7e2a5b35e
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <r...@wikimedia.org>
Gerrit-Reviewer: RobH <r...@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