Re: [Openstack] [Swift] Is it possible to collect metrics from Swift without Statsd?

2016-08-09 Thread Alexandr Porunov
But If I use statsd logs then I won't have an opportunity to choose which stats I want to send. Also I will not have an ability to change the name of stats. I want to have some ability to use the simple script on each swift node which will get stats throug the cli and send it to OpenTSDB. On Tue,

[Openstack] Long delays applying security group changes in nova Liberty

2016-08-09 Thread Andrew Bogott
Since upgrading to liberty, we've noticed some very dramatic lags in the application of security group updates. Experience shows that it takes somewhere between 15 minutes and forever for changes to take effect. For example, I just now added a source group rule to a project: Ingress -

Re: [Openstack] [Sahara] Jobs get marked as "failed" immediately on Spark cluster

2016-08-09 Thread Vitaly Gridnev
I'm not quite sure but actually Liberty branch is open only for critical and security issues right now, so I think that we can't include that to liberty branch right now. Manual patching I think is best option for you, I think. On Tue, Aug 9, 2016 at 6:15 PM, Jeremy Freudberg wrote: > Hey Vitaly

Re: [Openstack] [Swift] Is it possible to collect metrics from Swift without Statsd?

2016-08-09 Thread John Dickinson
Any way we could get the stats you need upstream in swift (emitted via statsd) and then use something like https://github.com/danslimmon/statsd-opentsdb-backend to get it in to opentsdb? --John On 9 Aug 2016, at 8:59, Alexandr Porunov wrote: > Hello, > > I need to collect different metrics

[Openstack] [Swift] Is it possible to collect metrics from Swift without Statsd?

2016-08-09 Thread Alexandr Porunov
Hello, I need to collect different metrics from swift servers and store those metrics into OpenTSDB. I found that there is way to collect metrics with statsd and graphite but it isn't suitable for me because I have to store metrics into OpenTSDB. Is there any way to store metrics from openstack sw

Re: [Openstack] [Sahara] Jobs get marked as "failed" immediately on Spark cluster

2016-08-09 Thread Jeremy Freudberg
Hey Vitaly, I solved the issue. As you pointed out, https://github.com/openstack/sahara/blob/master/sahara/service/edp/job_manager.py#L124 was quite relevant. However, you linked to version of this file on master branch. Liberty branch file looks a little different: https://github.com/openstack/s

Re: [Openstack] Customize app for Murano

2016-08-09 Thread Kirill Zaitsev
$._environment.reporter.report($this, ''Done!) should probably be $._environment.reporter.report($this, ''Done!") (note the missing double-quote). I have 2 suggestions: 1) please do not use io.murano namespace — it was only intended to be used for core murano classes. We’ve recently renamed all

Re: [Openstack] [Sahara]Cloudera-Manager generate empty Hadoop/HDFS configration

2016-08-09 Thread fuguangping
This way solves my problem, thanks Vitaly. -- Original -- From: "Vitaly Gridnev"; Date: Mon, Aug 8, 2016 06:44 PM To: "fuguangping"; Cc: "openstack"; Subject: Re: [Openstack] [Sahara]Cloudera-Manager generate empty Hadoop/HDFS configration Hello. Seems l

[Openstack] Can somebody tell me where and how the nova-api call nova-cells? I can not find it in the source code, thanks!

2016-08-09 Thread ch...@foxmail.com
ch...@foxmail.com ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

[Openstack] Volume Filter Option in Horizon

2016-08-09 Thread ankit agrawal
Hi, I am currently exploring the horizon code in Openstack. Just like, we have filter options for Instances (filtering instances through key-value pairs. eg: Instance Name) in Horizon, is there any plan to add the same for Volumes section as well? (The volume section currently has a search bar. Wo