Redeployable scripts for cockroachdb demo & teardown. Rubber-ducking ftw
Requires Powershell Core
Copy the conf/example templates to conf/target and edit to your desired configuration. Or just use all the defaults ¯\_(ツ)_/¯.
Copy-Item ./conf/example/* -Destination ./conf/target/
TODO: ¿support profiles?
Currently the module is only meant for ephemeral deployment and teardown. Finalized attributes should get dumped to conf/actual
outside git versioning. Presently this is used actively for reference and teardown
Import-Module ../blattodea
. ./make-all.ps1
Import-Module ../blattodea
. ./destroy-all.ps1
Note: The find-destroy logic is buggy atm, so check termination protection on boxes you care about