Merge "Added functionality to upload log data"

This commit is contained in:
Zuul 2018-01-01 00:43:50 +00:00 committed by Gerrit Code Review
commit e7ce1f7a74
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@
- 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}}"