GomJabbar
GomJabbar copied to clipboard
Chaos Monkey for your private cloud
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.26 to 2.0. Commits c98ffba issue 561: add negative test case e2ca740 Use Maven wrapper on github 49d91a1 Fix target for github 19e331d Disable toolchain for github...
Allow injecting faults to more than a single target. For example, kill a percentage of some service instances in a random DC.
Scheduling must be configurable to allow time intervals for periodic drills and overrides for times where we want to skip drills. An auto scheduling drill will randomly select targets and...
Current implementations require ansible or rundeck installation. An SSH based solution will make this project more accessible to most companies.
Current audit implementation is file based, and revert commands must be idempotent.. Implement a persistent shared audit log, and at least some sort of marking for done / reverted fault...
Implement additional TargetsCollector based on etcd / ZK / static files / etc