Modify the conf in skydive
The flowtable_expire, flowtable_update and flowtable_agent_ratio are no longer use in skydive Now it uses flow.expire and flow.update Closes-Bug: #1714900 Change-Id: I4f7724be87997fe9e62e53e3141419709fd4efaf
This commit is contained in:
parent
8c30163853
commit
5f2d3214fe
@ -58,3 +58,6 @@ agent:
|
||||
netns:
|
||||
run_path: /host/run
|
||||
|
||||
flow:
|
||||
expire: 600
|
||||
update: 60
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user