
after running browbeat tests, the newly added ansible script is invoked and the ocp metrics from prometheus are fetched and indexed in given ES. the indexing is leveraging kube-burner Change-Id: Ic193ee023c44ecc7f750a2cfbb77327c79baed82
6 lines
73 B
YAML
6 lines
73 B
YAML
---
|
|
- hosts: localhost
|
|
gather_facts: yes
|
|
roles:
|
|
- index-ocp-data
|