Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: 2 Analyzer 1 Agent #1223

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

nplanel
Copy link
Member

@nplanel nplanel commented Jul 27, 2018

skip skydive-cdd-overview-tests skip skydive-coverage skip skydive-devstack-tests skip skydive-helm-tests skip skydive-kolla-tests skip skydive-skydive-release skip skydive-create-binaries skip skydive-compile-tests skip skydive-functional-tests-backend-elasticsearch skip skydive-functional-tests-backend-orientdb skip skydive-go-fmt skip skydive-k8s-tests skip skydive-packaging-tests skip skydive-python-tests skip skydive-scale-tests skip skydive-selenium-tests skip skydive-unit-tests skip skydive-ppc64le-tests skip skydive-functional-hw-tests skip skydive-export-sa-tests

@nplanel nplanel added the wip label Jul 27, 2018
@nplanel
Copy link
Member Author

nplanel commented Jul 27, 2018

run vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 0714f4d to 3d4da0e Compare July 27, 2018 16:32
@nplanel
Copy link
Member Author

nplanel commented Jul 27, 2018

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Jul 27, 2018

@lebauce
in the agent1 config

analyzers:
- 192.168.50.10:8082
- 192.168.50.20:8082
agent:
  capture: null
  metadata:
    mydict:
      value: 123
  topology:
    metrics_update: 5
    netlink:
      metrics_update: 5
    neutron:
      domain_name: Default
      endpoint_type: internal
      password: skydive
      region_name: RegionOne
      tenant_name: service
      username: skydive
    probes: netlink netns ovsdb docker
analyzer:
  flow:
    backend: elasticsearch
  replication: null
  startup:
    capture_gremlin: g.V().Has('Name','startup-vm2')
  topology:
    backend: elasticsearch
    fabric: null
    probes: null
analyzers:
- 192.168.50.10:8082
- 192.168.50.20:8082
auth:
  basic: null
  keystone: null
docker: null
dpdk:
  ports: null
etcd:
  peers: null
  servers: null
flow:
  application_ports:
    tcp: null
    udp: null
  expire: 600
  protocol: udp
  update: 10
host_id: agent1
http:
  cookie: null
  rest: null
  ws:
    pong_timeout: 10
k8s:
  probes:
  - cluster
  - container
  - deployment
  - ingress
  - job
  - namespace
  - networkpolicy
  - node
  - persistentvolume
  - persistentvolumeclaim
  - pod
  - replicaset
  - replicationcontroller
  - service
  - statefulset
  - storageclass
logging:
  backends: null
  file: null
  level: DEBUG
netns: null
opencontrail: null
ovs:
  oflow:
    address: null
    enable: true
rbac:
  model: null
  policy: null
sflow: null
storage:
  elasticsearch:
    host: 192.168.50.10:9200
  myelasticsearch: null
  mymemory: null
  myorientdb: null
ui:
  bandwidth_absolute_active: 1
  bandwidth_absolute_alert: 100
  bandwidth_absolute_warning: 10
  bandwidth_relative_active: 0.1
  bandwidth_relative_alert: 0.8
  bandwidth_relative_warning: 0.4
  bandwidth_threshold: absolute
  bandwidth_update_rate: 5
  bpf:
    favorites: null
  topology:
    favorites: null

@lebauce
Copy link
Member

lebauce commented Jul 28, 2018

@nplanel Thanks. Could you please do a request on /api/status on the 3 machines ?

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 3d4da0e to 64b8fe8 Compare July 30, 2018 10:17
@nplanel
Copy link
Member Author

nplanel commented Jul 30, 2018

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Jul 30, 2018

all seems correct

analyzer1
{"Agents":{"agent1":{"ServiceType":"agent","ClientProtocol":"protobuf","Addr":"192.168.50.30","Port":43506,"IsConnected":true,"ConnectTime":"2018-07-30T10:35:53.419081269Z"}},"Peers":{"Incomers":{"analyzer2":{"ServiceType":"analyzer","ClientProtocol":"protobuf","Addr":"192.168.50.20","Port":38916,"IsConnected":true,"ConnectTime":"2018-07-30T10:35:53.425460016Z"}},"Outgoers":{}},"Publishers":{},"Subscribers":{},"Alerts":{"IsMaster":true},"Captures":{"IsMaster":true},"Probes":["fabric","peering"]}

analyzer2
{"Agents":{"agent1":{"ServiceType":"agent","ClientProtocol":"protobuf","Addr":"192.168.50.30","Port":33974,"IsConnected":true,"ConnectTime":"2018-07-30T10:35:53.513163894Z"}},"Peers":{"Incomers":{},"Outgoers":{"analyzer1":{"ServiceType":"analyzer","ClientProtocol":"protobuf","Addr":"192.168.50.10","Port":8082,"IsConnected":true,"ConnectTime":"2018-07-30T10:35:53.418143864Z"}}},"Publishers":{},"Subscribers":{},"Alerts":{"IsMaster":false},"Captures":{"IsMaster":false},"Probes":["fabric","peering"]}

agent1
{"Clients":{},"Analyzers":{"agent1":{"ServiceType":"agent","ClientProtocol":"protobuf","Addr":"192.168.50.20","Port":8082,"IsConnected":true,"ConnectTime":"2018-07-30T10:35:26.330439946Z","IsMaster":false}},"TopologyProbes":["netlink","netns","ovsdb","docker"],"FlowProbes":["ovssflow","sflow","afpacket","pcap","ovsmirror","pcapsocket"]}

@nplanel
Copy link
Member Author

nplanel commented Jul 30, 2018

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 99857e9 to 898296d Compare July 30, 2018 16:15
@nplanel
Copy link
Member Author

nplanel commented Jul 30, 2018

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 898296d to 01f0c28 Compare July 30, 2018 17:29
@nplanel
Copy link
Member Author

nplanel commented Jul 30, 2018

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 01f0c28 to 384e4f4 Compare August 1, 2018 13:04
@nplanel
Copy link
Member Author

nplanel commented Aug 1, 2018

run skydive-vagrant-tests

1 similar comment
@nplanel
Copy link
Member Author

nplanel commented Aug 1, 2018

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch 2 times, most recently from e4fc200 to 2f0064e Compare August 2, 2018 10:26
@nplanel
Copy link
Member Author

nplanel commented Aug 2, 2018

run skydive-vagrant-tests

@safchain
Copy link
Collaborator

@nplanel we need to have this one otherwise we do not have test for multiple analyzers. Can you please rebase it

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch 3 times, most recently from abaed58 to e7ff6c0 Compare March 30, 2019 22:49
@nplanel
Copy link
Member Author

nplanel commented Mar 30, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch 2 times, most recently from 85174cb to 80323d7 Compare April 1, 2019 21:37
@nplanel
Copy link
Member Author

nplanel commented Apr 1, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 80323d7 to ee2cce7 Compare April 1, 2019 21:57
@nplanel
Copy link
Member Author

nplanel commented Apr 1, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 847822e to f42292f Compare April 2, 2019 12:26
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from f42292f to d2526c0 Compare April 2, 2019 12:54
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from d2526c0 to cd8c54b Compare April 2, 2019 13:19
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch 2 times, most recently from 47283fa to 091ac08 Compare April 2, 2019 13:56
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

2 similar comments
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel nplanel force-pushed the ci-vagrant-2analyzers1agent branch from 091ac08 to 51fad3c Compare April 2, 2019 17:13
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

3 similar comments
@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Apr 2, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Sep 12, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Sep 16, 2019

run skydive-vagrant-tests

3 similar comments
@nplanel
Copy link
Member Author

nplanel commented Sep 16, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Sep 16, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Sep 16, 2019

run skydive-vagrant-tests

@nplanel
Copy link
Member Author

nplanel commented Sep 17, 2019

run skydive-vagrant-tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants