thelastpickle / tlp-cluster

tlp-cluster, a tool for launching Cassandra clusters in AWS
http://thelastpickle.com/tlp-cluster/
Other
21 stars 11 forks source link

Added the ability to use custom AZ lists during init invocation #96

Closed rustyrazorblade closed 5 years ago

rustyrazorblade commented 5 years ago

Added the AZ converter and --azs flag in the Init class. Added the mock library to enable us to do better testing on the init subcommand. Reworked code to separate the directory initialization and terraform call to make mocking easier.

Closes #87