Re: [opencontrail-dev] [TSC] Analytics and web ui on OC 5.0 and beyond

2017-09-24 Thread Van Leeuwen, Robert
Sorry about the previous empty message. Keyboard-shortcut booboo. > To your comment on analytics it is a mistake to think of Contrail or Nuage or > Calico as detached solutions. > They are part of entire end to end network and just like it is today with WAN > routers, with DC underlay, > with I

Re: [opencontrail-dev] [TSC] Analytics and web ui on OC 5.0 and beyond

2017-09-24 Thread Van Leeuwen, Robert
> To your comment on analytics it is a mistake to think of Contrail or Nuage or > Calico as detached solutions. > They are part of entire end to end network and just like it is today with WAN > routers, with DC underlay, > with Internet ASBRs in any company the analytics should be exported and

Re: [opencontrail-dev] [TSC] Analytics and web ui on OC 5.0 and beyond

2017-09-21 Thread Van Leeuwen, Robert
> 3. Hidden dependencies on analytics in OC > >AFAIK, svc-monitor relies (or used to rely) on analytics data to learn >which vRouters are live and able to receive a service instance. Chances >are, there are other places like this in the code. If we make analytics >pluggable,

Re: [opencontrail-dev] OpenContrail virtual DNS with Openstack resize/migration

2017-09-04 Thread Van Leeuwen, Robert
> Appropriate bug is filed in Launchpad > https://bugs.launchpad.net/opencontrail/+bug/1702856

Re: [opencontrail-dev] Keeping contrail-dns in sync

2017-08-28 Thread Van Leeuwen, Robert
of your Contrail) If you can get away with not supporting that I would highly recommend looking at Designate. Cheers, Robert van Leeuwen On 8/28/17, 3:02 PM, "Dev on behalf of Van Leeuwen, Robert" wrote: > Consider you have a cluster with >=3 control nodes run

Re: [opencontrail-dev] Keeping contrail-dns in sync

2017-08-28 Thread Van Leeuwen, Robert
> Consider you have a cluster with >=3 control nodes running (let's call >them Cn). Think you also have a Virtual DNS configured which allows > dynamic records from a vRouter agent (that's the default). > > >I would expect all of C1, C2 and C3 to resolve both "foo" and "bar". >H

Re: [opencontrail-dev] [Users] Configuring EVPN and VXLAN with MX80

2017-03-20 Thread Van Leeuwen, Robert
Not exactly what you are asking for but this might help: We are using MPLS over GRE not VXLAN (Not sure if VXLAN is supported with the MX and Contrail. I think it was not when we implemented contrail) Tunneling for GRE is configured like this: set routing-options dynamic-tunnels contrail gre set

Re: [opencontrail-dev] cassandra server switchover

2016-11-29 Thread Van Leeuwen, Robert
> cassandra_server_list = 10.10.10.5:9160 10.10.10.4:9160 As with all clustered software: you would want to run with at least 3 (Cassandra) nodes for quorum reasons. There are probably some Cassandra settings you can tweak to make it functioning when doing a 2 node cluster but I would not recom

Re: [opencontrail-dev] 答复: 答复: contrail-api too many open file

2016-01-18 Thread Van Leeuwen, Robert
Hi, IIRC you (also) need to set minfds in the supervisord config file [supervisord] section. (e.g. supervisord_config.conf) E.g. minfds=100 ; You can check if it is properly set by looking at the proc filesystem: cat /proc/$PID_OF_CONTRAILAPI/limits Cheers, Robert van Leeuwen On 1/18/