Index: trunk/ubuntu/autoinstall/private1-b-eqiad.cfg |
— | — | @@ -0,0 +1,28 @@ |
| 2 | +# pmtpa specific configuration settings |
| 3 | + |
| 4 | +# Select interface that has a link |
| 5 | +d-i netcfg/choose_interface select auto |
| 6 | + |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string eqiad.wmnet |
| 10 | + |
| 11 | +d-i netcfg/disable_dhcp boolean true |
| 12 | +# ip address is taken from DHCP, rest is set here |
| 13 | +d-i netcfg/get_netmask string 255.255.252.0 |
| 14 | +d-i netcfg/get_gateway string 10.64.16.1 |
| 15 | +d-i netcfg/get_nameservers string 208.80.152.131 208.80.152.132 |
| 16 | +d-i netcfg/confirm_static boolean true |
| 17 | + |
| 18 | +d-i netcfg/wireless_wep string |
| 19 | + |
| 20 | +d-i mirror/country string enter information manually |
| 21 | +d-i mirror/http/hostname string ubuntu.wikimedia.org |
| 22 | +d-i mirror/http/directory string /ubuntu/ |
| 23 | +d-i mirror/http/proxy string http://brewster.wikimedia.org:8080 |
| 24 | + |
| 25 | +d-i apt-setup/security_host string security.ubuntu.com |
| 26 | +d-i apt-setup/security-updates-failed note |
| 27 | + |
| 28 | +# NTP |
| 29 | +d-i clock-setup/ntp-server string ntp.eqiad.wmnet |
Index: trunk/ubuntu/autoinstall/public1-a-eqiad.cfg |
— | — | @@ -0,0 +1,27 @@ |
| 2 | +# pmtpa specific configuration settings |
| 3 | + |
| 4 | +# Select interface that has a link |
| 5 | +d-i netcfg/choose_interface select auto |
| 6 | + |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string wikimedia.org |
| 10 | + |
| 11 | +d-i netcfg/disable_dhcp boolean true |
| 12 | +# ip address is taken from DHCP, rest is set here |
| 13 | +d-i netcfg/get_netmask string 255.255.255.192 |
| 14 | +d-i netcfg/get_gateway string 208.80.154.1 |
| 15 | +d-i netcfg/get_nameservers string 208.80.152.131 208.80.152.132 |
| 16 | +d-i netcfg/confirm_static boolean true |
| 17 | + |
| 18 | +d-i netcfg/wireless_wep string |
| 19 | + |
| 20 | +d-i mirror/country string enter information manually |
| 21 | +d-i mirror/http/hostname string ubuntu.wikimedia.org |
| 22 | +d-i mirror/http/directory string /ubuntu/ |
| 23 | +d-i mirror/http/proxy string |
| 24 | + |
| 25 | +d-i apt-setup/security_host string security.ubuntu.com |
| 26 | + |
| 27 | +# NTP |
| 28 | +d-i clock-setup/ntp-server string ntp.eqiad.wmnet |
Index: trunk/ubuntu/autoinstall/public1-b-eqiad.cfg |
— | — | @@ -0,0 +1,27 @@ |
| 2 | +# pmtpa specific configuration settings |
| 3 | + |
| 4 | +# Select interface that has a link |
| 5 | +d-i netcfg/choose_interface select auto |
| 6 | + |
| 7 | +# get_domain should be set, get_hostname is overwritten by DHCP |
| 8 | +#d-i netcfg/get_hostname string unassigned-hostname |
| 9 | +d-i netcfg/get_domain string wikimedia.org |
| 10 | + |
| 11 | +d-i netcfg/disable_dhcp boolean true |
| 12 | +# ip address is taken from DHCP, rest is set here |
| 13 | +d-i netcfg/get_netmask string 255.255.255.192 |
| 14 | +d-i netcfg/get_gateway string 208.80.152.129 |
| 15 | +d-i netcfg/get_nameservers string 208.80.152.131 208.80.152.132 |
| 16 | +d-i netcfg/confirm_static boolean true |
| 17 | + |
| 18 | +d-i netcfg/wireless_wep string |
| 19 | + |
| 20 | +d-i mirror/country string enter information manually |
| 21 | +d-i mirror/http/hostname string ubuntu.wikimedia.org |
| 22 | +d-i mirror/http/directory string /ubuntu/ |
| 23 | +d-i mirror/http/proxy string |
| 24 | + |
| 25 | +d-i apt-setup/security_host string security.ubuntu.com |
| 26 | + |
| 27 | +# NTP |
| 28 | +d-i clock-setup/ntp-server string ntp.eqiad.wmnet |