Rename cluster "configure" action to "setup"
[autocluster.git] / autocluster
2014-07-02 Martin SchwenkeRename cluster "configure" action to "setup"
2014-07-02 Martin SchwenkeReplace external waitfor script with a function
2014-07-02 Martin SchwenkeAdd "autocluster cluster build" command shortcut
2014-07-02 Martin SchwenkeCleanup post-boot cluster configuration
2014-07-02 Martin SchwenkeRework package installation during post-boot configuration
2014-07-02 Martin SchwenkeAdd "cluster configure" command
2014-07-02 Martin SchwenkeAdd new commands cluster [ destroy | update_hosts ...
2014-07-02 Martin SchwenkeAdd new function announce() to print a header for an...
2014-06-25 Martin SchwenkeRename some of the internal functions to NOUN_VERB
2014-06-25 Martin SchwenkeAllow command line with noun first and (potentially...
2014-06-25 Martin SchwenkeMake cluster name optional for "create cluster"
2014-06-25 Martin SchwenkeRemove remainder of unused --with-release code
2014-06-25 Martin SchwenkeGeneralise variables used in main case statement
2014-06-25 Martin SchwenkeRemove testproxy option
2014-06-25 Martin SchwenkeSuggest selinux magic as well as chattr after create...
2014-06-25 Martin SchwenkeRename configuration variable GATEWAY to KVMHOST
2014-06-25 Martin SchwenkeDefine gateway for default route in $NETWORKS
2014-06-25 Martin Schwenkegrub: Don't use Red Hat graphical boot
2014-06-25 Martin SchwenkeRemove console=tty1 from node kernel command-line
2014-06-25 Martin SchwenkeHandle grub2 configuration hacking in RHEL 7+
2014-06-25 Martin SchwenkeGenerate 70-persistent-net.rules when configuring node...
2014-06-25 Martin SchwenkeRemove INSTALLKEY configuration variable
2014-06-25 Martin SchwenkeRHEL 7 needs different boot options to support kickstart
2013-07-16 Martin SchwenkeAdd a hook to allow the network name to be hacked
2013-03-12 Martin SchwenkeAllow --dump and -e options to ignore errors
2013-03-12 Martin SchwenkeFix NETWORKS configuration to support non-standard...
2013-03-05 Martin SchwenkeNew configuration variable NETWORKS - IPBASE, IPNET...
2013-02-19 Martin SchwenkeNew hook hack_disk_hooks to customise the value of... autocluster-0.7
2013-02-19 Martin SchwenkeAllow hooks to take arguments that are specified when...
2012-08-28 Martin SchwenkeMerge remote-tracking branch 'amitay/master'
2012-08-15 Martin SchwenkeBackward incompatible: rename/extend rm_f diskimage...
2012-05-22 Martin SchwenkeRemove --with_release and with_release()
2012-05-22 Martin SchwenkeMerge remote-tracking branch 'amitay/master'
2012-05-09 Martin SchwenkeUpdate public address generation function make_public_a...
2012-05-07 Martin SchwenkeNew option DISK_FOLLOW_SYMLINKS
2012-03-28 Martin SchwenkeMerge remote-tracking branch 'amitay/master'
2012-03-28 Martin SchwenkeAdd support for SYSTEM_DISK_FORMAT="mmclone"
2012-03-05 Amitay IsaacsChange public addresses output format from make_public_...
2012-03-02 Martin SchwenkeAllow umount as well as unmount.
2012-02-09 Martin Schwenkeautocluster script should find $installdir even if...
2012-02-09 Martin SchwenkeMerge remote-tracking branch 'amitay/master'
2012-02-01 Amitay IsaacsFix NFS mount line in /etc/fstab
2012-02-01 Amitay IsaacsAdd hooks to remove files and remove 70-persistent...
2011-05-27 Martin SchwenkeFix subsitute_vars() so it doesn't corrupt binary files.
2011-05-03 Martin SchwenkeMove sanity check for qcow2 images requiring NBD out...
2011-05-02 Martin SchwenkeCall "diskimage f args ..." rather than "diskimage_f...
2011-04-28 Martin Schwenkecopy_base_dir_substitute_templates() should ignore...
2011-03-08 Martin SchwenkeAdd diskimage_mv().
2011-03-02 Martin SchwenkeLog files being installed from base/ .
2011-02-15 Martin SchwenkeMerge branch 'guestfish'
2011-02-14 Martin SchwenkeStop copy_base_dir_substitute_templates() chmod-ing...
2011-02-11 Martin SchwenkeUndo __ super-locationisation of variables in call_func().
2011-02-11 Martin SchwenkeImplement diskimage_is-file() for loopback and guestfish.
2011-02-11 Martin SchwenkeImplement diskimage_grep() for loopback and guestfish.
2011-02-11 Martin SchwenkeProduce more useful error message when create base...
2011-02-10 Martin SchwenkeAbstract out qemu-nbd/NBD/loopback mount of disk image.
2011-01-25 Martin SchwenkeSupport new SYSTEM_DISK_FORMAT=reflink.
2011-01-18 Martin SchwenkeNew hook post_config_hooks.
2011-01-11 Martin SchwenkeOptimise newline subsitution during template expansion.
2010-09-23 Martin SchwenkeMake 3rd octet of IP addresses configurable.
2010-08-25 Martin SchwenkeNew -E options needs "shift 2" - oops!
2010-08-25 Martin SchwenkeAdd new -E option like -e but doesn't exit.
2010-06-29 Martin SchwenkeRework the code that finds the list of variables in...
2010-06-28 Martin SchwenkeFix the template substitution in certain corner cases.
2010-06-18 Martin SchwenkeMove the "cluster created" message back into create_clu...
2010-06-18 Martin SchwenkePut /etc/hosts editing suggestion into cluster_created_...
2010-05-28 Martin SchwenkeAdd $node_type to the UUID map.
2010-05-28 Martin SchwenkeModify create_node_COMMON() to pull the UUID for this...
2010-05-28 Martin SchwenkeBuild a UUID map file in common_nodelist_hacking.
2010-05-24 Martin SchwenkeFix a typo causing as syntax error.
2010-05-24 Martin SchwenkeSupport SYSTEM_DISK_MOUNTS in unmount_disk().
2010-05-24 Martin SchwenkeNew configuration variable SYSTEM_DISK_MOUNTS.
2010-05-21 Martin SchwenkeNew configuration variables BASE_PER_NODE_TYPE.
2010-05-21 Martin SchwenkeAdd a comment to explain the previous commit.
2010-05-21 Martin SchwenkeFold setup_network() into setup_base().
2010-05-21 Martin SchwenkeNew config variable KS_DONE_MESSAGE, used to find end...
2010-05-21 Martin SchwenkeAdd new function clear_hooks() to clear the value of...
2010-05-21 Martin SchwenkeMove SSH key and grub config hacks to functions for...
2010-05-12 Martin SchwenkeNew hook kickstart_floppy_create_hooks.
2010-05-12 Martin SchwenkeOnly print message about creating a disk when actually...
2010-05-12 Martin SchwenkeNew value for SYSTEM_DISK_FORMAT: "none".
2010-05-12 Martin SchwenkeNew function create_node_configure_image() to do the...
2010-04-30 Martin Schwenkenbd-client is also optional if SYSTEM_DISK_FORMAT is...
2010-04-29 Martin SchwenkeAllow releases of the form <product>-<version> to use...
2010-04-29 Martin SchwenkeMake with_release() pass args $2.. to the release file...
2010-03-23 Martin SchwenkeOnly check for QEMU_NBD command if SYSTEM_DISK_FORMAT...
2010-03-17 Martin SchwenkeIf $SYSTEM_DISK_FORMAT is raw then just do a loopback...
2010-03-17 Martin SchwenkeIf SYSTEM_DISK_FORMAT is "raw" then BASE_FORMAT must...
2010-03-17 Martin SchwenkeBase image filename now ends in $BASE_FORMAT.
2010-03-17 Martin SchwenkeNew configuration option SYSTEM_DISK_FORMAT.
2010-03-16 Martin SchwenkeMerge branch 'iscsi'
2010-03-15 Martin SchwenkeAdd new hook cluster_created_hook.
2010-03-15 Martin SchwenkeRework handling of existing hooks.
2010-03-15 Martin SchwenkeNew infrastructure functions register_hook and run_hooks.
2010-03-12 Martin Schwenkesetup_base now calls commands in $setup_base_hooks.
2010-02-18 Martin SchwenkeSensible handling for YUM repositories.
2010-02-04 Martin SchwenkeNew configuration variable CREATE_BASE_TIMEOUT.
2010-01-05 Martin SchwenkeAdd create node help to usage message.
2009-12-10 Martin SchwenkeReinstate "autocluster create node" functionality.
2009-12-04 Martin SchwenkeCopying a non-existent base template node-type-specific...
next