RobH has uploaded a new change for review. https://gerrit.wikimedia.org/r/142027
Change subject: setting install parameters for radon ...................................................................... setting install parameters for radon setting install parameters for radon Change-Id: Ia1b38e027b1b188a7ee8bb2d03d6990a6559d870 RT:7748 --- M modules/install-server/files/autoinstall/netboot.cfg M modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 2 files changed, 6 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/27/142027/1 diff --git a/modules/install-server/files/autoinstall/netboot.cfg b/modules/install-server/files/autoinstall/netboot.cfg index 17fb4ce..2cfeb07 100755 --- a/modules/install-server/files/autoinstall/netboot.cfg +++ b/modules/install-server/files/autoinstall/netboot.cfg @@ -67,7 +67,7 @@ mw[0-9]*|osmium|rcs[0-9]*) echo partman/mw.cfg ;; \ labsdb[1-3]|labsdb100[1-3]) echo partman/mw.cfg ;; \ labsdb100[45]) echo partman/osmlabsdb.cfg ;; \ - nickel) echo partman/raid1.cfg ;; \ + nickel|radon) echo partman/raid1.cfg ;; \ rhenium) echo partman/raid1-gpt.cfg ;; \ osm-cp*) echo partman/mw.cfg ;; \ pc100[1-3]) echo partman/mw.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 beb8ddd..46b38a0 100644 --- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 +++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 @@ -2922,6 +2922,11 @@ fixed-address praseodymium.eqiad.wmnet; } +host radon { + hardware ethernet C8:1F:66:BF:71:16; + fixed-address radon.wikimedia.org; +} + host rcs1001 { hardware ethernet 78:2B:CB:1F:18:B0; fixed-address rcs1001.eqiad.wmnet; -- To view, visit https://gerrit.wikimedia.org/r/142027 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia1b38e027b1b188a7ee8bb2d03d6990a6559d870 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: RobH <r...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits