RobH has submitted this change and it was merged.

Change subject: labcontrol1001 install-server updates
......................................................................


labcontrol1001 install-server updates

adding mac address and partitioning info

Change-Id: Ib9e8289f1154bf7155c539b4d654928cc5fd7197
---
M modules/install-server/files/autoinstall/netboot.cfg
M modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
2 files changed, 8 insertions(+), 1 deletion(-)

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 1770c40..28fd8ff 100755
--- a/modules/install-server/files/autoinstall/netboot.cfg
+++ b/modules/install-server/files/autoinstall/netboot.cfg
@@ -89,7 +89,7 @@
                osm-cp*) echo partman/mw.cfg ;; \
                pc100[1-3]) echo partman/mw.cfg ;; \
                rdb100[1-4]|logstash100[1-3]) echo partman/mw.cfg ;; \
-               labnodepool1001|mira|rdb200[1-4]) echo 
partman/raid1-lvm-ext4-srv.cfg ;; \
+               labcontrol1001|labnodepool1001|mira|rdb200[1-4]) echo 
partman/raid1-lvm-ext4-srv.cfg ;; \
                snapshot[1-4]|snapshot100[1-4]) echo partman/snapshot.cfg ;; \
                stat1002) echo partman/lvm-noraid-large.a.cfg ;; \
                
argon|bast4001|copper|neon|ruthenium|subra|suhail|titanium|ytterbium|zirconium) 
echo partman/raid1-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 293dc0f..c49300d 100644
--- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
+++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200
@@ -2195,6 +2195,13 @@
        fixed-address iron.wikimedia.org;
 }
 
+host labcontrol1001 {
+       hardware ethernet 84:2b:2b:77:cf:ca;
+       fixed-address labcontrol1001.wikimedia.org;
+       option pxelinux.pathprefix "jessie-installer/";
+       filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
 host labcontrol2001 {
        hardware ethernet 90:B1:1C:2D:7F:19;
        fixed-address labcontrol2001.wikimedia.org;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9e8289f1154bf7155c539b4d654928cc5fd7197
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: RobH <[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