Destroy compute nodes.
pip install -r requirements.txt
pip install .
$ python -m offswitch -h
usage: __main__.py [-h] [-s STRATEGY]
Destroy compute nodes
optional arguments:
-h, --help show this help message and exit
-s STRATEGY, --strategy STRATEGY
strategy file [strategy.sample.json]
- Glob removals, e.g.:
python -m offswitch -g /unclustered/any-cluster*
- Provider removals, e.g.:
python -m offswitch -p SOFTLAYER
- Improved success output and handling of provider errors
Licensed under any of:
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
- CC0 license (LICENSE-CC0 or https://creativecommons.org/publicdomain/zero/1.0/legalcode)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.