summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2010-09-23 13:14:37 +1000
committerMartin Schwenke <martin@meltin.net>2010-09-23 13:14:37 +1000
commit06b4fc8da4a5711ce873cbb847c85171d5c0fa11 (patch)
tree246da88f50849ab14c86a3d2b24ad45c29e6326b /README
parent7d7c72ceb50c17e21b88285d9a7c88f92c4bdcf4 (diff)
downloadautocluster-06b4fc8da4a5711ce873cbb847c85171d5c0fa11.tar.gz
autocluster-06b4fc8da4a5711ce873cbb847c85171d5c0fa11.tar.xz
autocluster-06b4fc8da4a5711ce873cbb847c85171d5c0fa11.zip
Make 3rd octet of IP addresses configurable.
This introduces new variables IPNET0, IPNET1, IPNET2. These default to 0, 1, 2 respectively. That is, this change is backward compatible. Signed-off-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 5ca4443..1fa7b2b 100644
--- a/README
+++ b/README
@@ -133,6 +133,10 @@ clusters generated by autocluster.
rsync -av --delete host_setup/etc/libvirt/qemu/networks/ /etc/libvirt/qemu/networks/
+ Note that you'll need to edit the installed files to reflect any
+ changes to IPBASE, IPNET0, IPNET1, IPNET2 away from the defaults.
+ This is also true for named.conf.local and squid.conf (see below).
+
After this you might need to reload libvirt:
/etc/init.d/libvirt reload