turbulence/0.7
You can find the source of this version on GitHub at cppforlife/turbulence-release. It was created based on the commit 6647c64
.
Release Notes¶
- Added Go turbulence client (./src/github.com/cppforlife/turbulence/client) and an example Ginkgo suite (./src/github.com/cppforlife/turbulence-example-test)
- Allow to stop tasks (Stress, ControlNet, Firewall)
- instead of providing preset timeout for
stress
for example, control when task stops via API
- instead of providing preset timeout for
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "turbulence" version: "0.7" url: "https://bosh.io/d/github.com/cppforlife/turbulence-release?v=0.7" sha1: "6e9d33e7372925b55a929be6852c10758c0173cb"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 6e9d33e7372925b55a929be6852c10758c0173cb \ "https://bosh.io/d/github.com/cppforlife/turbulence-release?v=0.7"