summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Update READMEMartin Schwenke2014-07-281-10/+12
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Default to virtio system disksMartin Schwenke2014-07-281-7/+19
| | | | | | The qcow2 + virtio + writeback problem seems to be fixed. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove NUMNODES and WITH_TSM_NODE configuration variablesMartin Schwenke2014-07-021-12/+0
| | | | | | The backward compatibility hacking is horrible! Signed-off-by: Martin Schwenke <martin@meltin.net>
* Rename node type "sofs_front" to "nas"Martin Schwenke2014-07-021-3/+4
| | | | | | Rename 50.sofs.defconf too. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update README to reflect latest development and testingMartin Schwenke2014-07-021-63/+72
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Replace external waitfor script with a functionMartin Schwenke2014-07-021-2/+2
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Remove SoFS GUI supportMartin Schwenke2014-07-021-1/+1
| | | | | | This hasn't been used in a long time. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update git URLMartin Schwenke2014-06-171-1/+1
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* New configuration variable NETWORKS - IPBASE, IPNET* no longer usedMartin Schwenke2013-03-051-13/+6
| | | | | | | | | Much more flexible network configuration. Replace canned host_setup/etc/libvirt/qemu/networks/*.xml with setup_networks.sh script. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Default WEBPROXY setting is nullMartin Schwenke2012-05-221-6/+12
| | | | | | We always have an install server close by. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update READMEMartin Schwenke2012-05-221-107/+44
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update README for guestfish support.Martin Schwenke2011-02-151-38/+89
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Make 3rd octet of IP addresses configurable.Martin Schwenke2010-09-231-0/+4
| | | | | | | 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>
* Document how to use autocluster with RHEL5 KVM package.Martin Schwenke2010-03-241-8/+81
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update README to document dependency on "expect" and to blame firewalls.Martin Schwenke2009-11-091-2/+12
| | | | | | | | | | | The "waitfor" script uses expect - this wasn't documented. Installation problems can be blamed on firewalls. This has been seem on the current Fedora Core version, which installs a friendly firewall that won't allow connections to squid. Add a blame paragraph to the section on squid. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Make README more useful.Martin Schwenke2009-09-231-53/+230
| | | | | | | Divide README into more logical sections, explain more things, provide more examples, ... Signed-off-by: Martin Schwenke <martin@meltin.net>
* Updates to README to document the NODES configuration variable.Martin Schwenke2009-05-261-0/+42
| | | | | | | Also add table of contents to README to encourage readers to look at the "configuration" section. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Updates to README.Martin Schwenke2009-05-141-6/+30
| | | | | | | Better advice on libvirt configuration and constructing a autocluster configuration file. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Add introduction to README so that people know what autocluster is.Martin Schwenke2009-04-281-0/+7
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* Update README to be more distribution-centric.Martin Schwenke2009-04-241-39/+73
| | | | | | | | | | Describe where to find packages for kvm, libvirt, qemu-nbd and nbd-client for RHEL/CentOS, Fedora Core and Ubuntu. Defer to web sites for kvm and libvirt for source-based installs. Gratuitous whitespace and spelling cleanups. Signed-off-by: Martin Schwenke <martin@meltin.net>
* New -e option for debugging.Martin Schwenke2009-04-211-0/+16
| | | | | | | | | | | | | | The new -e option accepts a bash expression, which is evaluated and then autocluster exits. This option is like --dump in that it can be given only once because it triggers an immediate exit. The -e option is most useful for debugging template substitution - see the example in README. Remove extra variable NODEMEM from create_node() and node.xml - just use MEM instead. The body of create_node() is now in a subshell to contain changes to MEM. Signed-off-by: Martin Schwenke <martin@meltin.net>
* conf.base updates and memory limit tweaks.Martin Schwenke2009-04-171-2/+3
| | | | | | | | | | | | | | | | | | | Rename conf.base to conf.base-SoFS, since it is SoFS-specific. Add conf.base-SoFS-1.5.3 and modify setup_samba.sh to look for a version-specific file if it exists. Revert default value of MEM to 256MB and add 128MB to it in any release files (SoFS-1.5.2, SoFS-1.5.3) that tell the kernel to reserve 128MB for kdump. This introduces more order dependencies when using release files... but there are obvious advantages. Updated GUIMEM to be a nice round 704MB and set it to 1GB in recent release files (SoFS-1.5.2, SoFS-1.5.3) since it now seems much easier to run out of memory. Update note in README about configuration order being important when using release files. Add new file TODO. Signed-off-by: Martin Schwenke <martin@meltin.net>
* Updated README.Martin Schwenke2009-03-031-3/+49
| | | | Signed-off-by: Martin Schwenke <martin@meltin.net>
* make config less IBM specificAndrew Tridgell2008-07-231-4/+3
|
* added section on kvm network setupAndrew Tridgell2008-07-161-0/+5
|
* new config systemAndrew Tridgell2008-07-161-18/+3
|
* switched to a single autostart scriptAndrew Tridgell2008-07-111-5/+7
|
* added gpfs setup scriptAndrew Tridgell2008-07-111-1/+3
|
* updated READMEAndrew Tridgell2008-07-101-4/+2
|
* added comments on base/ directoryAndrew Tridgell2008-07-101-0/+16
|
* moved to template based configurationroot2008-07-101-5/+13
|
* added some iMacros for automating the GUIAndrew Tridgell2008-07-081-17/+35
|
* added squid testAndrew Tridgell2008-07-081-0/+4
|
* Merge branch 'master' of ↵Andrew Tridgell2008-07-081-12/+6
|\ | | | | | | git+ssh://tridge@git.samba.org/data/git/tridge/autocluster
| * allow totally automatic installAndrew Tridgell2008-07-071-12/+6
| |
* | added comment on libvirt versionAndrew Tridgell2008-07-081-0/+10
|/
* updated READMEAndrew Tridgell2008-07-071-0/+4
|
* updated READMEAndrew Tridgell2008-07-071-1/+7
|
* added a READMEAndrew Tridgell2008-07-071-0/+77