aboutsummaryrefslogtreecommitdiffstats
path: root/group_vars/master
diff options
context:
space:
mode:
Diffstat (limited to 'group_vars/master')
-rw-r--r--group_vars/master9
1 files changed, 6 insertions, 3 deletions
diff --git a/group_vars/master b/group_vars/master
index fae6302..8f2e02f 100644
--- a/group_vars/master
+++ b/group_vars/master
@@ -17,10 +17,11 @@ wan_if: eth1
# Interface attached to the cluster LAN
lan_if: eth0
# LAN IP for the master
-lan_ip: 192.168.1.254
+lan_ip: 192.168.233.254
-lan_dhcp_begin: 192.168.1.1
-lan_dhcp_end: 192.168.1.200
+lan_dhcp_begin: 192.168.233.1
+lan_dhcp_end: 192.168.233.200
+lan_network: 192.168.233.0/24
lan_netmask: 255.255.255.0
#
@@ -30,6 +31,8 @@ lan_netmask: 255.255.255.0
tftp_root: /srv/tftp
# Mirror from where to install packages (HTTP), and security updates.
+# This mirror will also be used as the "upstream" of the APT proxy
+# for LAN nodes.
apt_mirror: ftp.sjtu.edu.cn
# vim: set ft=yaml sw=2: