summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2012-05-22 15:25:52 +1000
committerMartin Schwenke <martin@meltin.net>2012-05-22 15:25:52 +1000
commit59b4a60efd75de0555b997bc431ee3609ce900c9 (patch)
tree4f678afb95212ba44deed640972d05143b484b4e
parentf6196b0cb489d6251e0fc8bf37eaeba67a8850a8 (diff)
downloadautocluster-59b4a60efd75de0555b997bc431ee3609ce900c9.tar.gz
autocluster-59b4a60efd75de0555b997bc431ee3609ce900c9.tar.xz
autocluster-59b4a60efd75de0555b997bc431ee3609ce900c9.zip
Update example configuration file
Signed-off-by: Martin Schwenke <martin@meltin.net>
-rw-r--r--examples/example.autocluster27
1 files changed, 16 insertions, 11 deletions
diff --git a/examples/example.autocluster b/examples/example.autocluster
index 30c873b..0a771af 100644
--- a/examples/example.autocluster
+++ b/examples/example.autocluster
@@ -1,14 +1,19 @@
-# Please see config.default for default options, then override options
-# in your own config file
+# Please run "autocluster --dump" to see default options, then
+# override options in your own config file
-# for example, a simple config might be:
+# For example, a simple config might be:
-# FIRSTIP=50
-#
-# BASENAME="SoFS-1.5-xx"
-# KVM="/usr/bin/qemu-system-x86_64"
-# ISO="/virtual/ISO/RHEL5.2/RHEL5.2-Server-20080430.0-x86_64-DVD.iso"
-# DNSSEARCH="vsofs1.com mydomain.com"
-# NUMNODES=3
-# WEBPROXY=http://myproxy:3128/
+# FIRSTIP=30
+# YUM_TEMPLATE="|rhel_gen_yum_repos myrepo"
+# BASENAME="mybase"
+# NODES="sofs_front:0-3 rhel_base:4,5"
+# When using an active directory server, you probably want to set
+# these too...
+
+# DOMAIN="lindom.example.local"
+# WORKGROUP="LINDOM"
+# DNSSEARCH="lindom.example.local"
+# NAMESERVER="10.0.0.50"
+# KDC_NAME="a0n1"
+# AUTH_METHOD="winbind"