Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

41 lines (25 loc) · 1.06 KB

blattodea

🦆 cockroachdb deployment scratchpad

Redeployable scripts for cockroachdb demo & teardown. Rubber-ducking ftw

Usage

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

Cleanup

Import-Module ../blattodea

. ./destroy-all.ps1

Note: The find-destroy logic is buggy atm, so check termination protection on boxes you care about