browbeat/ansible/oooq/quickstart-browbeat.yml
jkilpatr 725035ec94 Have Browbeat gather metadata for oooq
So in Joe's recent metadata commit he added a test
for regather, while this test works it does run the
entire benchmark twice, which isn't exactly ideal.
*stares at 22h old Newton build* this commit instead
stops gathering metadata as a seperate role and simply
runs Browbeat without gathering metadata, doing the same
test without taking twice the time.

Change-Id: I611c23ea683d167806f4ab88cbad93549c4dec87
2017-01-17 07:16:10 -05:00

27 lines
548 B
YAML

# This is the playbook used by the `quickstart.sh` script.
- include: quickstart-extras.yml
- name: Configure Browbeat
hosts: undercloud
roles:
- browbeat/pre-install-setup
- browbeat/oooq-metadata
- name: Install Browbeat
hosts: undercloud
vars:
results_in_httpd: false
roles:
- browbeat/common
- browbeat/browbeat
- browbeat/browbeat-network
- name: Run Browbeat
hosts: undercloud
roles:
- browbeat/collectd
- browbeat/bug-check
- browbeat/grafana-dashboard-setup
- browbeat/browbeat-run