summaryrefslogtreecommitdiffstats
path: root/autocluster
Commit message (Expand)AuthorAgeFilesLines
* Add a hook to allow the network name to be hackedMartin Schwenke2013-07-161-0/+8
* Allow --dump and -e options to ignore errorsMartin Schwenke2013-03-121-4/+8
* Fix NETWORKS configuration to support non-standard interface namesMartin Schwenke2013-03-121-11/+48
* New configuration variable NETWORKS - IPBASE, IPNET* no longer usedMartin Schwenke2013-03-051-46/+19
* New hook hack_disk_hooks to customise the value of $DISKautocluster-0.7Martin Schwenke2013-02-191-9/+31
* Allow hooks to take arguments that are specified when they are runMartin Schwenke2013-02-191-1/+2
* Backward incompatible: rename/extend rm_f diskimage function to be rm_rfMartin Schwenke2012-08-151-1/+1
* Remove --with_release and with_release()Martin Schwenke2012-05-221-35/+0
* Update public address generation function make_public_addresses()Martin Schwenke2012-05-091-43/+2
* New option DISK_FOLLOW_SYMLINKSMartin Schwenke2012-05-071-6/+15
* Merge remote-tracking branch 'amitay/master'Martin Schwenke2012-03-281-1/+16
|\
| * Change public addresses output format from make_public_addresses()Amitay Isaacs2012-03-051-1/+16
* | Add support for SYSTEM_DISK_FORMAT="mmclone"Martin Schwenke2012-03-281-0/+7
|/
* Allow umount as well as unmount.Martin Schwenke2012-03-021-2/+2
* autocluster script should find $installdir even if script is a symlinkMartin Schwenke2012-02-091-3/+6
* Fix NFS mount line in /etc/fstabAmitay Isaacs2012-02-011-1/+1
* Add hooks to remove files and remove 70-persistent-net.rulesAmitay Isaacs2012-02-011-0/+2
* Fix subsitute_vars() so it doesn't corrupt binary files.Martin Schwenke2011-05-271-15/+32
* Move sanity check for qcow2 images requiring NBD out of main script.Martin Schwenke2011-05-031-4/+0
* Call "diskimage f args ..." rather than "diskimage_f args ...".Martin Schwenke2011-05-021-34/+27
* copy_base_dir_substitute_templates() should ignore .svn/ subdirectories.Martin Schwenke2011-04-291-1/+1
* Add diskimage_mv().Martin Schwenke2011-03-091-1/+1
* Log files being installed from base/ .Martin Schwenke2011-03-031-1/+2
* Merge branch 'guestfish'Martin Schwenke2011-02-151-132/+42
|\
| * Stop copy_base_dir_substitute_templates() chmod-ing existing directories.Martin Schwenke2011-02-141-0/+4
| * Undo __ super-locationisation of variables in call_func().Martin Schwenke2011-02-111-6/+6
| * Implement diskimage_is-file() for loopback and guestfish.Martin Schwenke2011-02-111-1/+1
| * Implement diskimage_grep() for loopback and guestfish.Martin Schwenke2011-02-111-1/+2
| * Abstract out qemu-nbd/NBD/loopback mount of disk image.Martin Schwenke2011-02-101-138/+43
* | Produce more useful error message when create base times out.Martin Schwenke2011-02-111-1/+5
|/
* Support new SYSTEM_DISK_FORMAT=reflink.Martin Schwenke2011-01-251-5/+10
* New hook post_config_hooks.Martin Schwenke2011-01-181-2/+8
* Optimise newline subsitution during template expansion.Martin Schwenke2011-01-111-2/+3
* Make 3rd octet of IP addresses configurable.Martin Schwenke2010-09-231-3/+3
* New -E options needs "shift 2" - oops!Martin Schwenke2010-08-251-1/+1
* Add new -E option like -e but doesn't exit.Martin Schwenke2010-08-251-2/+5
* Rework the code that finds the list of variables in a template.Martin Schwenke2010-06-291-6/+7
* Fix the template substitution in certain corner cases.Martin Schwenke2010-06-281-1/+2
* Move the "cluster created" message back into create_cluster().Martin Schwenke2010-06-181-1/+4
* Put /etc/hosts editing suggestion into cluster_created_hooks.Martin Schwenke2010-06-181-2/+7
* Add $node_type to the UUID map.Martin Schwenke2010-05-281-1/+1
* Modify create_node_COMMON() to pull the UUID for this node out of the map.Martin Schwenke2010-05-281-1/+3
* Build a UUID map file in common_nodelist_hacking.Martin Schwenke2010-05-281-0/+8
* Fix a typo causing as syntax error.Martin Schwenke2010-05-241-2/+3
* Support SYSTEM_DISK_MOUNTS in unmount_disk().Martin Schwenke2010-05-241-1/+12
* New configuration variable SYSTEM_DISK_MOUNTS.Martin Schwenke2010-05-241-11/+17
* New configuration variables BASE_PER_NODE_TYPE.Martin Schwenke2010-05-211-0/+4
* Add a comment to explain the previous commit.Martin Schwenke2010-05-211-2/+3
* Fold setup_network() into setup_base().Martin Schwenke2010-05-211-2/+10
* New config variable KS_DONE_MESSAGE, used to find end of kickstart install.Martin Schwenke2010-05-211-1/+1