autocluster.py: Remove state directory on cluster destroy
[martins/autocluster.git] / autocluster.py
2022-02-16 Martin Schwenkeautocluster.py: Remove state directory on cluster destroy
2022-02-16 Martin Schwenkeautocluster.py: Simplify creation of state directory
2022-02-16 Martin Schwenkeautocluster.py: Use filter() to find timezone in clock...
2022-02-16 Martin Schwenkeautocluster.py: Improve INSTALL_DIR default when run...
2020-08-13 Martin Schwenkeautocluster: Add tbuild node type
2020-06-25 Martin Schwenkeautocluster: Add copyright message to main script
2020-06-25 Martin Schwenkeautocluster: Only retry "create" and "setup" steps...
2020-05-26 Martin Schwenkeansible/node: Switch group names from <type>-nodes...
2020-05-26 Martin Schwenkeautocluster: Retry setup stage
2020-05-26 Martin Schwenkeautocluster: Avoid an error if no are repositories...
2020-05-26 Martin Schwenkeautocluster: Use Python 3
2019-10-08 Martin Schwenkeautocluster: Do not run destroy if generated config... autocluster-1.3
2019-10-08 Martin Schwenkeautocluster: Factor out construction of generated confi...
2019-10-08 Martin Schwenkeautocluster: Fix typo in usage message
2019-10-08 Martin Schwenkeautocluster: Run ssh setup during host setup
2019-03-25 Martin SchwenkeAdd host setup command
2019-03-25 Martin SchwenkeRewrite autocluster in Python