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

Change subject: adding in dumpsdata00[12] install params
......................................................................

adding in dumpsdata00[12] install params

setting dhcp and partitioning scheme
system has hw raid, not sw raid

Bug:T165173
Change-Id: I2312edd55fdef3fb869c4d9207e2e31d07a5fbb4
---
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 11 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/49/357949/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 900a731..42de62d 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -132,7 +132,7 @@
         labservices1001|labservices1002|radium|silver|uranium) echo 
partman/raid1.cfg ;; \
         osm-cp*) echo partman/mw.cfg ;; \
         ores200[1-9]) echo partman/raid1-lvm-ext4-srv-noswap.cfg;; \
-        oresrdb2001) echo partman/lvm-ext-srv.cfg virtual.cfg;; \
+        oresrdb2001|dumpsdata100[12]) echo partman/lvm-ext-srv.cfg 
virtual.cfg;; \
         pc100[4-6]|pc200[4-6]) echo partman/raid0-lvm-srv.cfg ;; \
         poolcounter1001) echo partman/flat.cfg virtual.cfg ;; \
         poolcounter1002) echo partman/raid1-lvm-ext4-srv.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 5e08ca8..3a400ed 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -1825,6 +1825,16 @@
     fixed-address druid1003.eqiad.wmnet;
 }
 
+host dumpsdata1001 {
+    hardware ethernet 18:66:DA:FA:5E:A0;
+    fixed-address dumpsdata1001.eqiad.wmnet;
+}
+
+host dumpsdata1002 {
+    hardware ethernet 18:66:DA:FA:5E:A8;
+    fixed-address dumpsdata1002.eqiad.wmnet;
+}
+
 host eeden {
     hardware ethernet a4:ba:db:30:d8:80;
     fixed-address eeden.wikimedia.org;

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2312edd55fdef3fb869c4d9207e2e31d07a5fbb4
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