Rush has uploaded a new change for review.

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

Change subject: autoinstall setup for labs-hosts1-b-codfw
......................................................................

autoinstall setup for labs-hosts1-b-codfw

Bug: T115491
Change-Id: Ia0a8704eb51dda98770520dd2d9c736c81403faa
---
M modules/install_server/files/autoinstall/netboot.cfg
A modules/install_server/files/autoinstall/subnets/labs-hosts1-b-codfw.cfg
2 files changed, 16 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/44/251644/1

diff --git a/modules/install_server/files/autoinstall/netboot.cfg 
b/modules/install_server/files/autoinstall/netboot.cfg
index f508082..f55cf48 100755
--- a/modules/install_server/files/autoinstall/netboot.cfg
+++ b/modules/install_server/files/autoinstall/netboot.cfg
@@ -36,6 +36,7 @@
                10.128.0.1) echo subnets/private1-ulsfo.cfg ;; \
                10.192.0.1) echo subnets/private1-a-codfw.cfg ;; \
                10.192.16.1) echo subnets/private1-b-codfw.cfg ;; \
+               10.192.20.1) echo subnets/labs-hosts1-b-codfw.cfg ;; \
                10.192.21.1) echo subnets/labs-support1-b-codfw.cfg ;; \
                10.192.32.1) echo subnets/private1-c-codfw.cfg ;; \
                10.192.48.1) echo subnets/private1-d-codfw.cfg ;; \
diff --git 
a/modules/install_server/files/autoinstall/subnets/labs-hosts1-b-codfw.cfg 
b/modules/install_server/files/autoinstall/subnets/labs-hosts1-b-codfw.cfg
new file mode 100644
index 0000000..6189576
--- /dev/null
+++ b/modules/install_server/files/autoinstall/subnets/labs-hosts1-b-codfw.cfg
@@ -0,0 +1,15 @@
+# subnet specific configuration settings
+
+# get_domain should be set, get_hostname is overwritten by DHCP
+d-i    netcfg/get_domain       string  codfw.wmnet
+
+# ip address is taken from DHCP, rest is set here
+d-i    netcfg/get_netmask      string  255.255.255.0
+d-i    netcfg/get_gateway      string  10.192.20.1
+d-i    netcfg/get_nameservers  string  208.80.154.239 208.80.153.254
+d-i    netcfg/confirm_static   boolean true
+
+d-i    mirror/http/proxy       string  http://webproxy.codfw.wmnet:8080
+
+# NTP
+d-i    clock-setup/ntp-server  string  ntp.codfw.wikimedia.org

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia0a8704eb51dda98770520dd2d9c736c81403faa
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Rush <r...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to