Closed safchain closed 8 years ago
tested with this configuration :
ws_pong_timeout: 5
cache:
expire: 300
cleanup: 30
openstack: auth_url: http://xxx.xxx.xxx.xxx:5000/v2.0 username: admin password: password123 tenant_name: admin region_name: RegionOne
endpoint_type: public
analyzer:
listen: "[::1]:8082" flowtable_expire: 600 flowtable_update: 60 flowtable_agent_ratio: 0.5
agent:
listen: "[::1]:8081" analyzers: "[::1]:8082"
analyzer_username: admin analyzer_password: password topology:
# bridges, namespaces, etc...
# Available: netlink, netns, ovsdb, docker, neutron, opencontrail
# Default: netlink, netns
probes:
- netlink
- netns
# - ovsdb
# - docker
# - neutron
# - fabric
# - opencontrail
# Define static interfaces and links updating Skydive topology
# Can be useful to define external resources like : TOR, Router, etc.
#
# A description language similar to the dot language is used to define
# interfaces and links. An arrow (->) is used to define a link between
# two interfaces (parent -> child). Each interface described will be
# created in the topology excepted interfaces with the local prefix.
# In that specific case the interface of the local host will be used.
# Attributes of interfaces are declared using square brackets ([]).
# The following example creates a TOR1 node linked to a TOR1_PORT1 which is
# linked to the local interface eth0.
fabric:
# - TOR1[Name=tor1] -> TOR1_PORT1[Name=port1, MTU=1500]
# - TOR1_PORT1 -> local/eth0
flow:
probes:
# - ovssflow
# gopacket probe will use either pcap or afpacket according to the type of
# the capture. Default is afpacket.
# - gopacket
metadata: info: This is compute node
sflow:
ovs:
docker:
netns:
opencontrail:
storage: elasticsearch: host: "[::1]:9200" maxconns: 10 retry: 60
graph:
backend: memory
gremlin: ws://[::1]:8182
logging: default: INFO topology/probes: INFO topology/graph: WARNING
auth:
# basic:
# file: /etc/skydive/htpasswd
etcd:
http://softwarefactory-project.io/r/5214