Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236035

Change subject: Introduce mendelevium to the cluster
......................................................................

Introduce mendelevium to the cluster

TODO: Add the MAC address of the VM

Bug: T111532
Change-Id: I213a17c126b2f6e437a4adf6a7349d68e4fb682b
---
M manifests/site.pp
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
3 files changed, 20 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/35/236035/1

diff --git a/manifests/site.pp b/manifests/site.pp
index d9a6121..feb414a 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -1770,6 +1770,16 @@
     salt::grain { 'debdeploy-memcached': value => 'true' }
 }
 
+# OTRS evaluation upgrade
+node 'mendelevium.eqiad.wmnet' {
+    include base::firewall
+    role otrs
+
+    interface::add_ip6_mapped { 'main':
+        interface => 'eth0',
+    }
+}
+
 # codfw deployment host (pending set up)
 node 'mira.codfw.wmnet' {
 
diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index b9653cf..62b0440 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -67,7 +67,7 @@
                eeden|hooft|maerlant|multatuli|nescio) echo 
partman/raid1-1partition.cfg ;; \
                einsteinium) echo partman/raid1-lvm-ext4.cfg;; \
                elastic10[0-2][0-9]|elastic103[0-1]) echo 
partman/elasticsearch.cfg ;; \
-               bromine|etherpad[12]001|fermium|krypton|planet1001) echo 
partman/flat.cfg virtual.cfg ;; \
+               bromine|etherpad[12]001|fermium|krypton|mendelevium|planet1001) 
echo partman/flat.cfg virtual.cfg ;; \
                eventlog[1-2]001|labcontrol2001|ocg100[1-3]|sc[ab]100[1-2]) 
echo partman/raid1.cfg ;; \
                francium|tungsten) echo partman/raid10-gpt.cfg ;; \
                ganeti100[1-9]) echo partman/ganeti-raid1.cfg ;; \
diff --git a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200 
b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
index b2e5961..8bfc547 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
@@ -19,7 +19,7 @@
        fixed-address analytics1010.eqiad.wmnet;
 }
 
-host bromine.eqaid.wmnet {
+host bromine.eqiad.wmnet {
        hardware ethernet aa:00:00:f1:36:3a;
        fixed-address bromine.eqiad.wmnet;
        option pxelinux.pathprefix "jessie-installer/";
@@ -33,7 +33,7 @@
        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
 }
 
-host krypton.eqaid.wmnet {
+host krypton.eqiad.wmnet {
        hardware ethernet aa:00:00:7e:e0:22;
        fixed-address krypton.eqiad.wmnet;
        option pxelinux.pathprefix "jessie-installer/";
@@ -55,6 +55,13 @@
        fixed-address labsdb1003.eqiad.wmnet;
 }
 
+host mendelevium.eqiad.wmnet {
+       hardware ethernet ; #TODO: Add this
+       fixed-address mendelevium.eqiad.wmnet;
+       option pxelinux.pathprefix "jessie-installer/";
+       filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
 host etherpad1001 {
        hardware ethernet AA:00:00:EE:AD:01;
        fixed-address etherpad1001.eqiad.wmnet;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I213a17c126b2f6e437a4adf6a7349d68e4fb682b
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>

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

Reply via email to