Re: [opencontrail-dev] Reg Contrail alarms notifications

2017-05-31 Thread Raj Reddy
Hi Pavani, The alarm notifications from analytics are done through SSE streaming interface at REST API Interface :/analytics/alarm-stream https://github.com/Juniper/contrail-controller/blob/master/src/opserver/alarm_notify.py provides an example of using SSE streaming interface to generate email

Re: [opencontrail-dev] Building Contrail 3.2 dev env errors

2017-04-18 Thread Raj Reddy
Are you building from scratch. If yes, what instructions did you follow? -Raj From: Pavani Addanki Date: Tuesday, April 18, 2017 at 7:16 AM To: Raj Reddy Cc: "dev@lists.opencontrail.org" Subject: Re: [opencontrail-dev] Building Contrail 3.2 dev env errors Dear Raj, As suggested

Re: [opencontrail-dev] Building Contrail 3.2 dev env errors

2017-04-17 Thread Raj Reddy
Make sure the ‘Build-Requires’ Packages are coming from Opencontrail PPA https://launchpad.net/~opencontrail/+archive/ubuntu/ppa/+packages In this case make sure librdkafka version is https://launchpad.net/~opencontrail/+archive/ubuntu/ppa/+files/librdkafka-dev_0.9.4-0contrail0_amd64.deb -Raj F

Re: [opencontrail-dev] Opencontrail 3.2 + Ubuntu 14.04 + Openstack Mitaka?

2017-04-10 Thread Raj Reddy
Same ‘old’ version of kafka works fine on Xenial too. So, I am not really sure what the point is. Upgrading kafka to a newer version is an orthogonal issue. Regards, Raj From: Dev on behalf of Jakub Pavlik Date: Monday, April 10, 2017 at 4:24 AM To: Dennis van Dok Cc: Opencontrail Developers

Re: [opencontrail-dev] cassandra server switchover

2016-11-29 Thread Raj Reddy
Is there any reason why you are using 2.21, better to be with newer releases. we have multiple stable releases after that. Regards Raj From: Dev on behalf of Suresh Kumar S Date: Tuesday, November 29, 2016 at 1:33 AM To: Megh Bhatt Cc: "Dev@lists.opencontrail.org" Subject: Re: [opencontrail-

Re: [opencontrail-dev] Issue with contrail 3.0

2016-09-02 Thread Raj Reddy
We would like to be as less dependent on third party websites as possible during build process.. So we keep them in github.com:Juniper/contrail-third-party-cache and pull it from there.. Sagar [Cced] is working on it and will submit a fix. -Raj From: Dev mailto:dev-boun...@lists.opencontrail.

Re: [opencontrail-dev] contrail R3.0 build issue

2016-04-22 Thread Raj Reddy
You may be missing some packages. Get the latest list from https://github.com/Juniper/contrail-packages/blob/master/rpm/contrail/contrail.spec -Raj On Apr 21, 2016, at 11:41 PM, Andy Wang mailto:wjw7...@126.com>> wrote: Hi All, Today I missed one contrail R3.0 build error issue. I use centos 7.

Re: [opencontrail-dev] why our own contrail 2.2 package is not same with the official contrail2.2 package

2015-08-17 Thread Raj Reddy
How are you building the RPMs? If you use tools/packages/rpm/contrail/contrail.spec the RPMs should be the same.. -Raj On Aug 16, 2015, at 10:19 PM, 王李明 mailto:wan...@certusnet.com.cn>> wrote: hi all: I have git clone contrail R2.20 branch and I use the packaing package all rpm packa

Re: [opencontrail-dev] Cassandra backup and restore

2015-08-11 Thread Raj Reddy
Hi Yatin, The script does not follow the full procedure of restoring from snapshot and according to http://docs.datastax.com/en/cassandra/2.0/cassandra/operations/ops_backup_restore_c.html, different things need to be done in different scenarios.. I think complex cassandra operations like adding

Re: [opencontrail-dev] Export flow to external collector

2015-07-28 Thread Raj Reddy
I don’t believe so.. regards Raj On Jul 28, 2015, at 9:12 AM, Jakub Pavlík mailto:jakub.pav...@tcpcloud.eu>> wrote: Hi all, does anybody tested export contrail flows into external flow Collector, e.g. https://www.invea.com/en/products-and-services/flowmon/flowmon-collectors Thanks

[opencontrail-dev] 2.20 release: addition of interface UVEs

2015-06-05 Thread Raj Reddy
All, In pre-2.20 release the VM UVE used to carry the interface data. We have changed that in 2.20 release. Now the interface UVE exists by itself and the VM UVE carries the names of the interfaces. The side effect of this is some of the statistics what were coming from the VM UVE (and VM stat

Re: [opencontrail-dev] Doubt about custom tables (Sandesh Messages) for collector

2015-05-07 Thread Raj Reddy
You can either select "T=" & SUM(xyz) [this gives time series values] *or* "T" & XYZ [this gives raw values] One of the below will work "select_fields": [ "T=","COUNT(dTrace)", "SUM(dtrace.val1)", "SUM(dtrace.val2)" ], or "select_fields": [ "T","COUNT(dTrace)", "dtrace.val1", "d

Re: [opencontrail-dev] analytics-api not giving proper results when queried on another IP than 127.0.0.1

2015-04-29 Thread Raj Reddy
fixed to allow to specify an arbitrary ip address to connect to >> redis. Shall I fill a >> bug in Launchpad? >> >> Best regards >> Martin >> >>> Am 29.04.2015 um 21:17 schrieb Raj Reddy : >>> >>> Hi Martin, >>> &

Re: [opencontrail-dev] analytics-api not giving proper results when queried on another IP than 127.0.0.1

2015-04-29 Thread Raj Reddy
is on the local host, albeit having >> the >> following in contrail-analytics-api.conf: >> >> [REDIS] >> server = 77.247.XXX.XXX >> redis_server_port = 6379 >> redis_query_port = 6379 >> >> What’s wrong here? :( >> >> Best re

Re: [opencontrail-dev] analytics-api not giving proper results when queried on another IP than 127.0.0.1

2015-04-29 Thread Raj Reddy
by default analytics-api listens at 0.0.0.0:8081 -- both methods should have worked without any config change.. You should look at what's the listen ip using netstat -anp | grep 8081.. regards, - Raj On Apr 29, 2015, at 7:08 AM, Martin Gerhard Loschwitz wrote: > Folks, > > I see this when t