RobH has submitted this change and it was merged.

Change subject: adding install params for kafka200[1-2]
......................................................................


adding install params for kafka200[1-2]

Add MAC address entries for kafka200[1-2]
squashed netboot update from other patchset into this one.

Bug:T121558

Change-Id: I29206e407d459a9c812d99e7de989caa15810cb3
---
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 15 insertions(+), 0 deletions(-)

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



diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 57eb696..8405934 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -81,6 +81,7 @@
                hydrogen) echo partman/raid1-1partition.cfg ;; \
                iodine) echo partman/raid1-1partition.cfg ;; \
                kafka1013|kafka1014|kafka1020) echo partman/raid1-30G.cfg ;; \
+               kafka200[1-2]) echo partman/raid10-gpt-srv-ext4.cfg ;; \
                
einsteinium|labcontrol100[1-2]|labnodepool1001|mira|neodymium|rdb200[1-4]) echo 
partman/raid1-lvm-ext4-srv.cfg ;; \
                labmon1001) echo partman/raid1-lvm.cfg ;; \
                labnet100[1-2]) echo partman/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 dfa2326..15c28d8 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -2553,6 +2553,20 @@
        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
 }
 
+host kafka2001 {
+        hardware ethernet 14:18:77:39:6F:37;
+        fixed-address kafka2001.codfw.wmnet;
+        option pxelinux.pathprefix "jessie-installer/";
+        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
+host kafka2002 {
+        hardware ethernet 14:18:77:33:50:0D;
+        fixed-address kafka2002.codfw.wmnet;
+        option pxelinux.pathprefix "jessie-installer/";
+        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
 host labcontrol1001 {
        hardware ethernet 84:2b:2b:77:cf:ca;
        fixed-address labcontrol1001.wikimedia.org;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I29206e407d459a9c812d99e7de989caa15810cb3
Gerrit-PatchSet: 6
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Papaul <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: RobH <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to