Merge "Modify the conf in skydive" into stable/pike

This commit is contained in:
Jenkins 2017-09-20 16:34:06 +00:00 committed by Gerrit Code Review
commit 004a60c62a
2 changed files with 7 additions and 3 deletions

View File

@ -58,3 +58,6 @@ agent:
netns:
run_path: /host/run
flow:
expire: 600
update: 60

View File

@ -36,9 +36,6 @@ etcd:
analyzer:
listen: {{ api_interface_address }}:{{ skydive_analyzer_port }}
flowtable_expire: 60
flowtable_update: 5
flowtable_agent_ratio: 0.5
storage:
backend: elasticsearch
{% if groups['skydive-agent'] | length > 1 %}
@ -61,3 +58,7 @@ storage:
graph:
backend: elasticsearch
flow:
expire: 600
update: 60