d773f23484
Added this switch yesterday, should speed up my CI work in general. Needs some quick testing to make sure we don't run into that timed out waiting for sudo error that came up earlier. Change-Id: I7cc64a48fe0e26427fed01260d232de22cf91a90
31 lines
635 B
YAML
31 lines
635 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
|
|
- browbeat/no-sshd-dns
|
|
|
|
- name: Run Browbeat
|
|
hosts: undercloud
|
|
roles:
|
|
- browbeat/collectd
|
|
- browbeat/gather-metadata
|
|
- browbeat/bug-check
|
|
- browbeat/grafana-dashboard-setup
|
|
- browbeat/browbeat-run
|