RobH has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/348104 )

Change subject: setting naos install and site parameters
......................................................................

setting naos install and site parameters

update to install_server for installing naos and adding naos to the
site.pp stanza for the deployment systems.

Bug:T162900
Change-Id: I935ce008cca229be725010e3e3e8471ddac31281
---
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, 7 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/04/348104/1

diff --git a/manifests/site.pp b/manifests/site.pp
index fe9c5e0..8373768 100644
--- a/manifests/site.pp
+++ b/manifests/site.pp
@@ -2684,7 +2684,7 @@
 }
 
 # deployment servers
-node 'tin.eqiad.wmnet', 'mira.codfw.wmnet' {
+node 'tin.eqiad.wmnet', 'mira.codfw.wmnet' 'naos.codfw.wmnet' {
     role(deployment::server)
     include ::base::firewall
 
diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index a1eab88..8d35600 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -88,7 +88,7 @@
         kafka1013|kafka1014|kafka1020) echo partman/raid1-30G.cfg ;; \
         kafka100[1-3]|kafka200[1-3]|stat1004) echo 
partman/raid10-gpt-srv-ext4.cfg ;; \
         kubernetes100[1-4]) echo partman/docker-host.cfg ;; \
-        
auth[1-2]001|contint[12]001|einsteinium|labcontrol100[1-2]|labnodepool1001|mira|neodymium|oresrdb100[1-2]|oresrdb2002|phab2001|rdb200[1-6])
 echo partman/raid1-lvm-ext4-srv.cfg ;; \
+        
auth[1-2]001|contint[12]001|einsteinium|labcontrol100[1-2]|labnodepool1001|naos|neodymium|oresrdb100[1-2]|oresrdb2002|phab2001|rdb200[1-6])
 echo partman/raid1-lvm-ext4-srv.cfg ;; \
         labnet100[1-2]) echo partman/lvm.cfg ;; \
         labsdb100[45]) echo partman/osmlabsdb.cfg ;; \
         labsdb100[67]) echo partman/raid5-gpt-lvm.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 14b2839..10acf3c 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -5341,6 +5341,11 @@
     fixed-address mw2260.codfw.wmnet;
 }
 
+host naos {
+    hardware ethernet 14:18:77:5B:29:2A;
+    fixed-address naos.codfw.wmnet;
+}
+
 host neodymium {
     hardware ethernet 90:B1:1C:2D:79:8C;
     fixed-address neodymium.eqiad.wmnet;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I935ce008cca229be725010e3e3e8471ddac31281
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[email protected]>

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

Reply via email to