~hduran-8/juju-ci-tools/repository

« back to all changes in this revision

Viewing changes to trusty/chaos-monkey/config.yaml

  • Committer: John George
  • Date: 2015-05-18 14:40:41 UTC
  • mfrom: (14.1.2 origin/trunk)
  • Revision ID: john.george@canonical.com-20150518144041-yw5vu0m0fc5zdlx3
Change juju-chaos-monkey to chaos-monkey.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  chaos-dir:
 
3
    type: string
 
4
    default: /home/ubuntu/chaos-monkey
 
5
    description: The chaos-monkey project directory.
 
6
  dry-run:
 
7
    type: boolean
 
8
    default: false
 
9
    description: If set to true only log what would happen.