Update example configuration file
authorMartin Schwenke <martin@meltin.net>
Tue, 22 May 2012 05:25:52 +0000 (15:25 +1000)
committerMartin Schwenke <martin@meltin.net>
Tue, 22 May 2012 05:25:52 +0000 (15:25 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
examples/example.autocluster

index 30c873bd5996978305577a2361b27ba3749c0202..0a771af844e5c4357eb5bb465acb2e553eeea8a4 100644 (file)
@@ -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"