Dzahn has uploaded a new change for review.

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

Change subject: installserver: add cygnus.codfw.wmnet
......................................................................

installserver: add cygnus.codfw.wmnet

DHCP and partman config for cygnus.codfw.wmnet.

Bug:T118763
Change-Id: Ibf0226a4b6774b383884b7fd10b535949042d06d
---
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
2 files changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/97/258497/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index d356f8d..0219209 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -71,7 +71,7 @@
                eeden|hooft|maerlant|multatuli|nescio) echo 
partman/raid1-1partition.cfg ;; \
                elastic10[0-2][0-9]|elastic103[0-1]) echo 
partman/elasticsearch-raid0.cfg ;; \
                elastic20[0-2][0-9]|elastic203[0-1]) echo 
partman/elasticsearch-raid1.cfg ;; \
-               
bromine|dubnium|etherpad[12]001|fermium|krypton|mendelevium|planet1001|pollux|rutherfordium|seaborgium|serpens|technetium)
 echo partman/flat.cfg virtual.cfg ;; \
+               
bromine|dubnium|etherpad[12]001|fermium|krypton|mendelevium|planet1001|pollux|rutherfordium|seaborgium|serpens|technetium|cygnus)
 echo partman/flat.cfg virtual.cfg ;; \
                eventlog[1-2]001|labcontrol2001|ocg100[1-3]|sc[ab]100[1-2]) 
echo partman/raid1.cfg ;; \
                francium|nobelium) 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 bcb22f1..546dc43 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
@@ -10,6 +10,13 @@
        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
 }
 
+host cygnus.codfw.wmnet {
+       hardware ethernet ;
+       fixed-address cygnus.codfw.wmnet;
+       option pxelinux.pathprefix "jessie-installer/";
+       filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
 host dubnium {
        hardware ethernet aa:00:00:2f:d8:57;
        fixed-address dubnium.wikimedia.org;

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

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

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

Reply via email to