Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewrite autocluster in Python | Martin Schwenke | 2019-03-25 | 1 | -0/+34 |
Reads a YAML configuration, with defaults in defaults.yml. This replaces the bash version. Currently does the following actions for cluster <cluster>: defaults, dump, status, generate, destroy, create, ssh_config, setup, build. update_hosts is replaced by ssh_update. If necessary, hosts file can be updated by hand using hosts file in state directory. Update build/packaging and example configuration file. Signed-off-by: Martin Schwenke <martin@meltin.net> |