/turbulence-release

Turbulence release is used for injecting failure scenarios into a BOSH deployed system.

Primary LanguageGoApache License 2.0Apache-2.0

Turbulence

Turbulence release is used for injecting different failure scenarios into a BOSH deployed system. Currently following scenarios are supported:

  • VM termination on BOSH supported IaaSes
  • impose CPU/RAM/IO load
  • network partitioning
  • packet loss and delay

Release contains two jobs: turbulence_api and turbulence_agent.

API job is a server that provides management UI and accepts API requests to schedule and execute failure scenarios.

Agent job is a daemon that periodically retrieves instructions from the API server. It should be placed onto participating VMs.

Next steps:

--