Giuseppe Lavagetto has uploaded a new change for review. https://gerrit.wikimedia.org/r/196220
Change subject: Revert "redis: use ubuntu, correct partman scheme" ...................................................................... Revert "redis: use ubuntu, correct partman scheme" This reverts commit 04cac069df7a176fef76409fedf9407eeb01023d. Change-Id: I7c6fd36f22d42b4a843c0a5d14628ef8ace2d4fa --- M modules/install-server/files/autoinstall/netboot.cfg M modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 2 files changed, 7 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/20/196220/1 diff --git a/modules/install-server/files/autoinstall/netboot.cfg b/modules/install-server/files/autoinstall/netboot.cfg index dda5b06..a951582 100755 --- a/modules/install-server/files/autoinstall/netboot.cfg +++ b/modules/install-server/files/autoinstall/netboot.cfg @@ -85,7 +85,7 @@ osm-cp*) echo partman/mw.cfg ;; \ pc100[1-3]) echo partman/mw.cfg ;; \ rdb100[1-4]|logstash100[1-3]) echo partman/mw.cfg ;; \ - rdb200[1-4]) echo partman/raid1-lvm-ext4-srv.cfg ;; \ + rdb200[1-4]) echo partman/raid1-lvm-ext4.cfg ;; \ snapshot[1-4]|snapshot100[1-4]) echo partman/snapshot.cfg ;; \ stat1002) echo partman/lvm-noraid-large.a.cfg ;; \ argon|bast4001|copper|neon|ruthenium|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 357fc8a..50709c7 100644 --- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 +++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS1-115200 @@ -5122,16 +5122,22 @@ host rdb2002 { hardware ethernet B0:83:FE:E4:37:66; fixed-address rdb2002.codfw.wmnet; + option pxelinux.pathprefix "jessie-installer/"; + filename "jessie-installer/debian-installer/amd64/pxelinux.0"; } host rdb2003 { hardware ethernet B0:83:FE:E4:38:49; fixed-address rdb2003.codfw.wmnet; + option pxelinux.pathprefix "jessie-installer/"; + filename "jessie-installer/debian-installer/amd64/pxelinux.0"; } host rdb2004 { hardware ethernet B0:83:FE:E4:5E:1A; fixed-address rdb2004.codfw.wmnet; + option pxelinux.pathprefix "jessie-installer/"; + filename "jessie-installer/debian-installer/amd64/pxelinux.0"; } host rbf1001 { -- To view, visit https://gerrit.wikimedia.org/r/196220 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7c6fd36f22d42b4a843c0a5d14628ef8ace2d4fa Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Giuseppe Lavagetto <glavage...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits