Sanjay Chari 96aff26d80 Shift-on-stack kube-burner dynamic workloads
This patch introduces the following changes.
1. benchmark-operator is deployed during browbeat installation if install_e2e_benchmarking
is set to true in group_vars/all.yml. This is because the same operator can be used for
multiple Rally iterations.
2. A rally plugin to run kube-burner workloads has been created.

Change-Id: I4fb67c4e986a8be589cf1eca615b2bb2748cba55
2021-09-13 12:22:47 +00:00

15 lines
366 B
YAML

---
- name: Clone e2e-benchmarking
git:
repo: 'http://github.com/cloud-bulldozer/e2e-benchmarking.git'
dest: "{{ browbeat_path }}/ansible/gather/e2e-benchmarking"
version: master
force: yes
- name: Deploy benchmark operator and make changes to scripts
shell: |
./install_e2e_benchmarking.sh
args:
chdir: "{{ browbeat_path }}/ansible"