d4bb0a95a7
This patch adds support for multiple Openshift clusters in kube-burner dynamic workloads. Change-Id: I15a629c43fe359e40a28a75493fe27483e31d1d2
17 lines
489 B
YAML
17 lines
489 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: |
|
|
export KUBECONFIG={{item}}
|
|
./install_e2e_benchmarking.sh
|
|
loop: "{{ lookup('file', '{{ browbeat_path }}/ansible/kubeconfig_paths').splitlines() }}"
|
|
args:
|
|
chdir: "{{ browbeat_path }}/ansible"
|