summaryrefslogtreecommitdiffstats
path: root/autocluster
Commit message (Expand)AuthorAgeFilesLines
* Create IPv4 and IPv6 nodes filesAmitay Isaacs2014-11-251-1/+22
* Add IPv6 supportAmitay Isaacs2014-11-251-5/+9
* Remove netmask from network_mapMartin Schwenke2014-11-251-9/+11
* New function ipv4_prefix_to_netmask()Martin Schwenke2014-11-241-0/+25
* base_create: Set IPNUM=$FIRSTIPMartin Schwenke2014-11-241-1/+2
* Undefine nodes in old cluster when building a new oneMartin Schwenke2014-08-121-3/+13
* Make cluster_setup.sh use generated configuration fileMartin Schwenke2014-08-121-0/+28
* node_name_format_* functions should produce the node nameMartin Schwenke2014-07-281-12/+4
* Fix broken hosts file updatingMartin Schwenke2014-07-241-1/+18
* When exiting due to unknown node type, list valid node typesMartin Schwenke2014-07-031-2/+6
* Use a single entry-point script for post-boot setupMartin Schwenke2014-07-021-1/+1
* Rename common_nodelist_hacking() to cluster_nodelist_hacking()Martin Schwenke2014-07-021-5/+2
* Add create_node_DEFAULT, no more hack_nodes_functionsMartin Schwenke2014-07-021-10/+38
* Remove NUMNODES and WITH_TSM_NODE configuration variablesMartin Schwenke2014-07-021-32/+0
* Rework cluster_setup() to use node types instead of $CLUSTER_TYPEMartin Schwenke2014-07-021-30/+51
* Rename cluster "configure" action to "setup"Martin Schwenke2014-07-021-22/+30
* Replace external waitfor script with a functionMartin Schwenke2014-07-021-0/+25
* Add "autocluster cluster build" command shortcutMartin Schwenke2014-07-021-1/+6
* Cleanup post-boot cluster configurationMartin Schwenke2014-07-021-12/+5
* Rework package installation during post-boot configurationMartin Schwenke2014-07-021-1/+1
* Add "cluster configure" commandMartin Schwenke2014-07-021-2/+43
* Add new commands cluster [ destroy | update_hosts | boot ]Martin Schwenke2014-07-021-2/+64
* Add new function announce() to print a header for an actionMartin Schwenke2014-07-021-0/+9
* Rename some of the internal functions to NOUN_VERBMartin Schwenke2014-06-251-6/+6
* Allow command line with noun first and (potentially) multiple verbsMartin Schwenke2014-06-251-0/+46
* Make cluster name optional for "create cluster"Martin Schwenke2014-06-251-4/+18
* Remove remainder of unused --with-release codeMartin Schwenke2014-06-251-9/+1
* Generalise variables used in main case statementMartin Schwenke2014-06-251-4/+4
* Remove testproxy optionMartin Schwenke2014-06-251-6/+0
* Suggest selinux magic as well as chattr after create baseMartin Schwenke2014-06-251-0/+1
* Rename configuration variable GATEWAY to KVMHOSTMartin Schwenke2014-06-251-0/+23
* Define gateway for default route in $NETWORKSMartin Schwenke2014-06-251-0/+11
* grub: Don't use Red Hat graphical bootMartin Schwenke2014-06-251-1/+1
* Remove console=tty1 from node kernel command-lineMartin Schwenke2014-06-251-0/+1
* Handle grub2 configuration hacking in RHEL 7+Martin Schwenke2014-06-251-4/+11
* Generate 70-persistent-net.rules when configuring node networkMartin Schwenke2014-06-251-3/+10
* Remove INSTALLKEY configuration variableMartin Schwenke2014-06-251-15/+0
* RHEL 7 needs different boot options to support kickstartMartin Schwenke2014-06-251-1/+1
* 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