0b56097272
This would facilitate browbeat users to take advantage of work being done wrt browbench utilities. To use stockpile just update metadata_playbook to ansible/gather/stockpile_gather.yml Change-Id: I4c12920007f66bc3378439b437676e4cb162b082
18 lines
382 B
YAML
18 lines
382 B
YAML
---
|
|
- name: Install Browbeat
|
|
hosts: undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
statsd_host: "{{ graphite_host }}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/stockpile
|
|
- browbeat/browbeat
|
|
- browbeat/firewall
|
|
- browbeat/perfkitbenchmarker
|
|
- browbeat/rally
|
|
- browbeat/shaker
|
|
- browbeat/flavors
|
|
- browbeat/images
|
|
- browbeat/template-configs
|