f82e467c2e
This patch adds an option to clone the e2e-benchmarking repo during browbeat installation, so that we can use it to run shift-on-stack workloads in browbeat. Change-Id: I56f0b7e2e1e7d214cbed10b06f8c8d7a0f0f2395
27 lines
665 B
YAML
27 lines
665 B
YAML
---
|
|
#
|
|
# Playbook to install Browbeat (Rally + Shaker) on undercloud
|
|
#
|
|
|
|
- hosts: Browbeat
|
|
remote_user: "{{ browbeat_user }}"
|
|
roles:
|
|
- common
|
|
- osp_version
|
|
- browbeat
|
|
- stockpile
|
|
- { role: browbeat-results, when: browbeat_results_in_httpd}
|
|
- firewall
|
|
- rally
|
|
- shaker
|
|
- { role: flavors, when: browbeat_create_flavors}
|
|
- { role: images, when: browbeat_upload_guest_images}
|
|
- { role: workloads, when: install_browbeat_workloads}
|
|
- { role: e2e-benchmarking, when: install_e2e_benchmarking}
|
|
environment: "{{proxy_env}}"
|
|
|
|
- hosts: Controller, Compute
|
|
remote_user: "{{ host_remote_user }}"
|
|
roles:
|
|
- no-sshd-dns
|