Alexandros Kosiaris has submitted this change and it was merged.

Change subject: Introduce etherpad1001.eqiad.wmnet
......................................................................


Introduce etherpad1001.eqiad.wmnet

A VM on ganeti01.svc.eqiad.wmnet cluster. Serial speed is what the
cluster configuration provides. VMs get only one serial right now on
ganeti so ttyS0. Finally, this will be a small Jessie host, flat
partitioning

Change-Id: I04bb24a51b0de3bac9359de04dcfc4d3fd873122
---
M modules/install-server/files/autoinstall/netboot.cfg
M modules/install-server/files/dhcpd/linux-host-entries.ttyS0-115200
2 files changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Alexandros Kosiaris: 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 9545e63..338666e 100755
--- a/modules/install-server/files/autoinstall/netboot.cfg
+++ b/modules/install-server/files/autoinstall/netboot.cfg
@@ -68,6 +68,7 @@
                eeden|hooft|maerlant|multatuli|nescio) echo 
partman/raid1-1partition.cfg ;; \
                einsteinium) echo partman/raid1-lvm-ext4.cfg;; \
                elastic10[0-2][0-9]|elastic103[0-1]) echo 
partman/elasticsearch.cfg ;; \
+               etherpad[12]001) echo partman/flat.cfg ;; \
                iodine) echo partman/raid1-1partition.cfg ;; \
 #              sodium) echo partman/mailserver.cfg ;; \
                mc[1-9]*) echo partman/mc.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 5d0fa06..a2ed680 100644
--- a/modules/install-server/files/dhcpd/linux-host-entries.ttyS0-115200
+++ b/modules/install-server/files/dhcpd/linux-host-entries.ttyS0-115200
@@ -39,6 +39,13 @@
        fixed-address labsdb1003.eqiad.wmnet;
 }
 
+host etherpad1001 {
+       hardware ethernet AA:00:00:EE:AD:01;
+       fixed-address etherpad1001.eqiad.wmnet;
+       option pxelinux.pathprefix "jessie-installer/";
+       filename "jessie-installer/ubuntu-installer/amd64/pxelinux.0";
+}
+
 host pc1001 {
        hardware ethernet 00:22:bd:d3:38:62;
        fixed-address pc1001.eqiad.wmnet;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I04bb24a51b0de3bac9359de04dcfc4d3fd873122
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to