Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.86 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.86 KB

offswitch

No Maintenance Intended Python version range License black Imports: isort

Destroy compute nodes.

Install dependencies

pip install -r requirements.txt

Install package

pip install .

Usage

$ 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]

Roadmap

  • 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

License

Licensed under any of:

at your option.

Contribution

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.