Skip to content

🦆 cockroachdb deployment rubber-ducking and POC

License

Notifications You must be signed in to change notification settings

petervandivier/blattodea

Repository files navigation

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

About

🦆 cockroachdb deployment rubber-ducking and POC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published