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
36 lines
692 B
YAML
36 lines
692 B
YAML
---
|
|
- include: baremetal-prep-virthost.yml
|
|
|
|
- name: Configure Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/pre-install-setup
|
|
- browbeat/oooq-metadata
|
|
- browbeat/collectd-undercloud
|
|
|
|
- include: baremetal-quickstart-extras.yml
|
|
|
|
- name: Install Browbeat
|
|
hosts: undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/browbeat
|
|
- browbeat/browbeat-network
|
|
|
|
- name: Disable sshd dns
|
|
hosts: overcloud
|
|
vars:
|
|
disable_ssh_dns: true
|
|
roles:
|
|
- browbeat/no-sshd-dns
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/collectd
|
|
- browbeat/bug-check
|
|
- browbeat/grafana-dashboard-setup
|
|
- browbeat/browbeat-run
|