Dzahn has uploaded a new change for review.

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

Change subject: dhcp: add install server config for technetium.eqiad
......................................................................

dhcp: add install server config for technetium.eqiad

Bug:T118763
Change-Id: I5da6f4786f682e1a986d0120fe6928a6383754d4
---
R modules/contint/manifests/zuul/git_daemon.pp
M modules/install_server/files/autoinstall/netboot.cfg
M modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
3 files changed, 8 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/77/258077/1

diff --git a/modules/contint/manifests/zuul/git-daemon.pp 
b/modules/contint/manifests/zuul/git_daemon.pp
similarity index 100%
rename from modules/contint/manifests/zuul/git-daemon.pp
rename to modules/contint/manifests/zuul/git_daemon.pp
diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index 0101497..cb78528 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)
 echo partman/flat.cfg virtual.cfg ;; \
+               
bromine|dubnium|etherpad[12]001|fermium|krypton|mendelevium|planet1001|pollux|rutherfordium|seaborgium|serpens|technetium)
 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 1d3af4f..bcb22f1 100644
--- a/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
+++ b/modules/install_server/files/dhcpd/linux-host-entries.ttyS0-115200
@@ -146,6 +146,13 @@
        filename "jessie-installer/debian-installer/amd64/pxelinux.0";
 }
 
+host technetium.eqiad.wmnet {
+       hardware ethernet aa:00:00:91:c6:9f;
+       fixed-address technetium.eqiad.wmnet;
+       option pxelinux.pathprefix "jessie-installer/";
+       filename "jessie-installer/debian-installer/amd64/pxelinux.0";
+}
+
 # ganeti VM used for d-i testing
 host d-i-test {
        hardware ethernet aa:00:00:3b:60:cb;

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

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