autocluster script should find $installdir even if script is a symlink
[tridge/autocluster.git] / autocluster
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...
2009-12-04 Martin SchwenkeWhen copying base templates, check if node-type-specifi...
2009-12-04 Martin SchwenkeReorganise base templates directory to allow for node...
2009-09-23 Martin SchwenkeAdd new configuration option HOSTNAME_HACKING_FUNCTION.
2009-08-18 Martin SchwenkeAdd noapic to kernel options when modifying the grub...
2009-08-13 Martin Schwenkecreate_cluster should create cluster directory before...
2009-07-24 Martin SchwenkeMerge branch 'master' into merged_kickstart
2009-07-24 Martin SchwenkeFix typo in make_public_addresses().
2009-07-24 Martin SchwenkeFix SoFS public address generation.
2009-07-24 Martin SchwenkeMerge branch 'sofs_storage'
2009-05-29 Martin SchwenkeUpdate hosts file generation to get canonical hostnames...
2009-05-28 Martin SchwenkeUpdate hosts file generation to get canonical hostnames...
2009-05-26 Martin SchwenkeAdd sofs_storage node type and clean up shared disk...
2009-05-22 Martin SchwenkeMerge branch 'multinode' into martins
2009-05-22 Martin SchwenkeGeneralise the types of nodes that can be created.
2009-04-30 Martin SchwenkeMake the default public addresses more intuitive.
2009-04-25 Martin SchwenkeReplace spaces with underscores in TIMEZONE if it is...
2009-04-21 Martin SchwenkeDynamic configuration of public addresses in conf.base...
2009-04-21 Martin SchwenkeSupport for indirect command substitution.
2009-04-21 Martin SchwenkeMake decision to create shared disks consistent.
2009-04-20 Martin SchwenkeClean up create_node().
2009-04-20 Martin SchwenkeNew -e option for debugging.
2009-04-20 Martin SchwenkeUse mktemp rather than tempfile, which is Debian-specific.
2009-04-20 Martin SchwenkeAdd support for template file variables within templates.
2009-04-03 Martin SchwenkeRework some of the postinstall logic to make it easier...
2009-03-02 Martin SchwenkeCan now set SHAREDDISKSIZE to "" to avoid creating...
2009-02-28 Martin SchwenkeRestrict cluster name to [A-Za-z0-9] to avoid GPFS...
2009-02-28 Martin SchwenkeChanged the default values for some options (including...
2009-01-28 Martin SchwenkeIn setup_network(), only setup the NFS mount on the...
2009-01-08 Andrew TridgellMerge commit 'martin/for-tridge'
2008-10-14 Martin SchwenkeMerge branch 'martins' into for-tridge
2008-10-14 Martin SchwenkeAdd --with-release option to allow kickstart and yum...
2008-10-13 Martin SchwenkeFactor common code from create_node and create_tsm...
2008-10-12 Martin SchwenkeApply Tridge's patch to set more MAC addresses.
2008-10-06 Andrew TridgellMerge commit 'svart/master'
2008-09-24 Martin SchwenkeMerge branch 'martins' into for-tridge
2008-09-19 Martin SchwenkeFix typo in setup_base.
2008-09-19 Martin Schwenkesetup_base now does more grub command-line hackery...
2008-09-18 Martin SchwenkeGUIMEM is only used on node 1 if WITH_SOFS_GUI is 1.
2008-09-17 Martin SchwenkeNew base script template /root/scripts/postinstall...
next