browbeat/ansible/oooq/quickstart-browbeat.yml
jkilpatr c964919a21 Add oooq Ansible Role Support
This adds support for Browbeat to run as a oooq role
none of the playbooks or the roles located in ansible/oooq
are usable if called without oooq, so maybe they should go
in the ci-scripts folder.

Change-Id: Iefcae69af591a790bdeb4acc3c85e75292b6b8ce
2016-11-30 20:34:31 +00:00

28 lines
579 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/gather-metadata
- browbeat/bug-check
- browbeat/grafana-dashboard-setup
- browbeat/browbeat-run