Updated bml pointer and branch

Browbeat-ML has been fixed to run with elastic5 and
also to store log_summaries
Change-Id: I90cfd5a86c86f9b55a04eab043024954c21a8bdf
This commit is contained in:
agopi 2018-04-06 16:24:05 -04:00
parent 7d2de55b45
commit c155f578ab
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
- name: Clone and Install Browbeat-ML dependencies
pip:
name: "git+https://github.com/redhat-performance/Browbeat-ML#egg=bml"
name: "git+https://github.com/aakarshg/Browbeat-ML.git@elastic5#egg=bml"
virtualenv: "{{ ansible_env.HOME }}/browbeat-venv"
- name: Run Browbeat-ML on uuid
@ -23,5 +23,5 @@
- name: Upload timeseries data summaries to cockroach db
shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --upload-timesummary {{browbeat_uuid.stdout}}"
#- name: Upload log data summaries to cockroach db
# shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --upload-logsummary {{browbeat_uuid.stdout}}"
- name: Upload log data summaries to cockroach db
shell: "source {{ ansible_env.HOME }}/browbeat-venv/bin/activate; bml --upload-logsummary {{browbeat_uuid.stdout}}"