725035ec94
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
27 lines
548 B
YAML
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
|