github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/chaos-monkey/config.yaml (about) 1 options: 2 chaos-dir: 3 type: string 4 default: /home/ubuntu/chaos-monkey 5 description: | 6 The top level directory for storing runtime files and logs. 7 chaos-source: 8 type: string 9 default: https://github.com/juju/chaos-monkey/archive/master.tar.gz 10 description: | 11 The URL to Chaos Monkey source as a gzip'd compressed tar archive. 12 dry-run: 13 type: boolean 14 default: false 15 description: If set to true only log what would happen.