78f830beba
- Remove hard-coded stack user - Fix playbook when: condition - Use pip versions if already installed - Add conditionals based on zuul user - Fix Generate host script - Check if image_exists var exists before continuing - Removing ci-network playbook usage in browbeat-ci - Disabling updating browbeat_guest_images dict when running thru zuul - Updated browbeat config file to not run cinder workload Change-Id: I276ec1e44861d2d9c89e6b6a482143742259899e
17 lines
357 B
YAML
17 lines
357 B
YAML
---
|
|
- name: Install Browbeat
|
|
hosts: undercloud
|
|
vars:
|
|
results_in_httpd: false
|
|
statsd_host: "{{ graphite_host }}"
|
|
roles:
|
|
- browbeat/common
|
|
- browbeat/browbeat
|
|
- browbeat/firewall
|
|
- browbeat/perfkitbenchmarker
|
|
- browbeat/rally
|
|
- browbeat/shaker
|
|
- browbeat/flavors
|
|
- browbeat/images
|
|
- browbeat/template-configs
|