[Openstack] Grizzly- Add NFS server to store all Instances and templates

2013-06-20 Thread Jake G.
Hi all,

I just finshed installing Grizzly on one node (CentOS 6.4) via the RDO method. 
I would like to add a primary NFS server to store all Objects, Instances and 
templates. How can I do this? 
Documentation links would be very helpful.

Thanks!
Jake___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum is changing its name to...

2013-06-20 Thread Gary Kotton

On 06/19/2013 07:13 PM, Mark McClain wrote:

All-

The OpenStack Networking team is happy to announce that the Quantum project 
will be changing its name to Neutron. You'll soon see Neutron in lots of places 
as we work to implement the name change within OpenStack.


I hope that Nickelodeon does not get upset with us - 
http://en.wikipedia.org/wiki/Jimmy_Neutron_%28character%29





mark
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly- Configure networking on a single node installation with 3 NICs

2013-06-20 Thread Jake G.
Hi all,



I just finished installing Grizzly on one node (CentOS 6.4) via the RDO method. 
I have 3 NICs on the single node installation and would like to configure 
Openstack networking in the following way:

NIC1 - Management  Storage Network 192.168.1.0/32
NIC2 - Public Network 45.65.110.0/32 
NIC3 - Private Network 10.10.4.0/32
(These are fake IP ranges for my example)


How can I configure Openstack this way?
Documentation links would be very helpful.

I am having a really hard time putting each part together.Thank you for your 
help!

Jake
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Narayanan, Krishnaprasad
Hallo All,

I am using OpenStack ESSEX and want to download an image from glance to my 
local hard drive. Can I get to know any commands in glance (in ESSEX) using 
which I can perform this operation?

Thanks
Krishnaprasad

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Michael Still
On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad
naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from glance to my
 local hard drive. Can I get to know any commands in glance (in ESSEX) using
 which I can perform this operation?

Take a look at the image-download command to the glance command line client.

Cheers,
Michael

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide
given herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
However, I am having trouble getting data from it. When I do a ceilometer
meter-list, all I get is a table with 4 rows with the names: image and
image.size and its parameters; no CPU, vCPU and memory.

When I query using curl, I get some data regarding images installed and
their sizes and ID and date of creation, etc.; no nova-specific data. This
is how I query ceilometer using curl:

curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources/resource_id;

This returns a 404 Not Found error.

These are my primary concerns:

1) How do I query to get the CPU resources utilized by my virtual machines?

2) How do I decide on which port I have to pass this query? There are some
documents which have v1 instead of v2 in the URL, I would like to have
clarification on that too.

Thanks for your patience.

-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Narayanan, Krishnaprasad
Hi Michael,

Is this command valid in OpenStack ESSEX?

Thanks
Krishnaprasad

-Original Message-
From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of Michael 
Still
Sent: Donnerstag, 20. Juni 2013 11:46
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Download a specific image from Glance to local hard 
drive

On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from glance 
 to my local hard drive. Can I get to know any commands in glance (in 
 ESSEX) using which I can perform this operation?

Take a look at the image-download command to the glance command line client.

Cheers,
Michael

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Swift cleaning tenant after deletion on Keystone

2013-06-20 Thread Heiko Krämer
Heyho guys,

I've a short question because I can't find anything in the docs.

Will Swift cleanup himself if I delete a tenant on Keystone ?

Or do I need to ensure that all files and all buckets/containers are
deleted on Swift before the tenant will be deleted on Keystone?

Greetings and thx
Heiko

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Michael Still
I'm not sure. Essex is very old now. Try running glance help and see
what happens?

Michael

On Thu, Jun 20, 2013 at 7:49 PM, Narayanan, Krishnaprasad
naray...@uni-mainz.de wrote:
 Hi Michael,

 Is this command valid in OpenStack ESSEX?

 Thanks
 Krishnaprasad

 -Original Message-
 From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of Michael 
 Still
 Sent: Donnerstag, 20. Juni 2013 11:46
 To: Narayanan, Krishnaprasad
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to local hard 
 drive

 On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from glance
 to my local hard drive. Can I get to know any commands in glance (in
 ESSEX) using which I can perform this operation?

 Take a look at the image-download command to the glance command line client.

 Cheers,
 Michael

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift cleaning tenant after deletion on Keystone

2013-06-20 Thread Kuo Hugo
Hi Heiko,

All objects won't be deleted if the tenant been deleted in Keystone.

Hugo

+Hugo Kuo+
h...@swiftstack.com
tonyt...@gmail.com
+886 935004793


2013/6/20 Heiko Krämer i...@honeybutcher.de

 Heyho guys,

 I've a short question because I can't find anything in the docs.

 Will Swift cleanup himself if I delete a tenant on Keystone ?

 Or do I need to ensure that all files and all buckets/containers are
 deleted on Swift before the tenant will be deleted on Keystone?

 Greetings and thx
 Heiko

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift cleaning tenant after deletion on Keystone

2013-06-20 Thread Heiko Krämer
Hey Hugo,

ok, thx for your quick answer!

Greetings
Heiko

On 20.06.2013 11:56, Kuo Hugo wrote:
 Hi Heiko, 

 All objects won't be deleted if the tenant been deleted in Keystone. 

 Hugo

 +Hugo Kuo+
 h...@swiftstack.com mailto:h...@swiftstack.com
 tonyt...@gmail.com
 mailto:tonyt...@gmail.com
 +886 935004793

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Hi Jobin
I think that your Curl command is not right. Look into this page for more info 
about meters from ceilometer. 
http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max
Cheers
Date: Thu, 20 Jun 2013 15:19:44 +0530
From: jobin...@gmail.com
To: openstack@lists.launchpad.net
Subject: [Openstack] How to query ceilometer to get nova-specific data

Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide 
given here. However, I am having trouble getting data from it. When I do a 
ceilometer meter-list, all I get is a table with 4 rows with the names: image 
and image.size and its parameters; no CPU, vCPU and memory.


When I query using curl, I get some data regarding images installed and their 
sizes and ID and date of creation, etc.; no nova-specific data. This is how I 
query ceilometer using curl:

curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources/resource_id;


This returns a 404 Not Found error.

These are my primary concerns:

1) How do I query to get the CPU resources utilized by my virtual machines?


2) How do I decide on which port I have to pass this query? There are some 
documents which have v1 instead of v2 in the URL, I would like to have 
clarification on that too.


Thanks for your patience.
-- 

Thanks and regards,


Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in








___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp   
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Hey, Claudio!

The command I executed is the second command in the page that you
gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
is also the one I am referring to). Can you please pin-point what is the
mistake in the command or counsel what is the right one to get
nova-specific data? By the way, I replaced resource_id with the actual ID
of the resource I wanted.


On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation guide
 given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual machines?

 2) How do I decide on which port I have to pass this query? There are some
 documents which have v1 instead of v2 in the URL, I would like to have
 clarification on that too.

 Thanks for your patience.

 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Ceilometer problem: virDomainLookupByName must not be NULL

2013-06-20 Thread Juha Tynninen
Hello,

I get an error libvir:  error : name in virDomainLookupByName must not be
NULL when trying to collect nova compute counters for VMs:

Problem seems to occur inside
ceilometer/compute/pollsters.py's _instance_name() method
where OS-EXT-SRV-ATTR:instance_name can't be retrieved:

def _instance_name(instance):
Shortcut to get instance name.

# my modifications start
LOG.debug(HEEHO _instance_name 1:  + str(instance))
name = getattr(instance, 'OS-EXT-SRV-ATTR:instance_name', None)
LOG.debug(HEEHO _instance_name 2:  + str(name))
# my modifications end

return getattr(instance, 'OS-EXT-SRV-ATTR:instance_name', None)

Log:

2013-06-20 21:16:57 INFO [ceilometer.compute.manager] Polling pollster
cpu
2013-06-20 21:16:57 INFO [ceilometer.compute.pollsters.cpu] checking
instance 6dcd9975-66c9-48ed-8ad1-e2174a94c99e
2013-06-20 21:16:57DEBUG [ceilometer.compute.pollsters] MYLOG
_instance_name 1: Server: simpletest.MySimpleApp
2013-06-20 21:16:57DEBUG [ceilometer.compute.pollsters] MYLOG
_instance_name 2: None
libvir:  error : name in virDomainLookupByName must not be NULL
2013-06-20 21:16:57ERROR [ceilometer.compute.pollsters.cpu] could not
get CPU time for 6dcd9975-66c9-48ed-8ad1-e2174a94c99e: Error from libvirt
while looking up None: [Error Code 8] name in virDomainLookupByName must
not be NULL
2013-06-20 21:16:57ERROR [ceilometer.compute.pollsters.cpu] Error from
libvirt while looking up None: [Error Code 8] name in virDomainLookupByName
must not be NULL
Traceback (most recent call last):
  File
/usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/pollsters.py,
line 176, in get_counters
cpu_info = manager.inspector.inspect_cpus(instance_name)
  File
/usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/virt/libvirt/inspector.py,
line 103, in inspect_cpus
domain = self._lookup_by_name(instance_name)
  File
/usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/virt/libvirt/inspector.py,
line 87, in _lookup_by_name
raise virt_inspector.InstanceNotFoundException(msg)
InstanceNotFoundException: Error from libvirt while looking up None: [Error
Code 8] name in virDomainLookupByName must not be NULL

Any ideas what causes this behaviour? I have grizzly in use.

Any help is much appreciated.

Thanks,
-Juha
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Ceilometer problem: virDomainLookupByName must not be NULL

2013-06-20 Thread Jobin Raju George
I had this exact problem yesterday which, when I restarted the server,
seems to have been resolved(I can't see the ERROR message again logged
after restarting). You can see the conversation I had about this
herehttps://ask.openstack.org/question/1480/compute-usage-meters-from-ceilometer/.
See the comments to the answer by Ruslan Kiianchuk.


On Thu, Jun 20, 2013 at 4:06 PM, Juha Tynninen tyk...@gmail.com wrote:

 Hello,

 I get an error libvir:  error : name in virDomainLookupByName must not be
 NULL when trying to collect nova compute counters for VMs:

 Problem seems to occur inside
 ceilometer/compute/pollsters.py's _instance_name() method
 where OS-EXT-SRV-ATTR:instance_name can't be retrieved:

 def _instance_name(instance):
 Shortcut to get instance name.

 # my modifications start
 LOG.debug(HEEHO _instance_name 1:  + str(instance))
 name = getattr(instance, 'OS-EXT-SRV-ATTR:instance_name', None)
 LOG.debug(HEEHO _instance_name 2:  + str(name))
 # my modifications end

 return getattr(instance, 'OS-EXT-SRV-ATTR:instance_name', None)

 Log:

 2013-06-20 21:16:57 INFO [ceilometer.compute.manager] Polling pollster
 cpu
 2013-06-20 21:16:57 INFO [ceilometer.compute.pollsters.cpu] checking
 instance 6dcd9975-66c9-48ed-8ad1-e2174a94c99e
 2013-06-20 21:16:57DEBUG [ceilometer.compute.pollsters] MYLOG
 _instance_name 1: Server: simpletest.MySimpleApp
 2013-06-20 21:16:57DEBUG [ceilometer.compute.pollsters] MYLOG
 _instance_name 2: None
 libvir:  error : name in virDomainLookupByName must not be NULL
 2013-06-20 21:16:57ERROR [ceilometer.compute.pollsters.cpu] could not
 get CPU time for 6dcd9975-66c9-48ed-8ad1-e2174a94c99e: Error from libvirt
 while looking up None: [Error Code 8] name in virDomainLookupByName must
 not be NULL
 2013-06-20 21:16:57ERROR [ceilometer.compute.pollsters.cpu] Error from
 libvirt while looking up None: [Error Code 8] name in virDomainLookupByName
 must not be NULL
 Traceback (most recent call last):
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/pollsters.py,
 line 176, in get_counters
 cpu_info = manager.inspector.inspect_cpus(instance_name)
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/virt/libvirt/inspector.py,
 line 103, in inspect_cpus
 domain = self._lookup_by_name(instance_name)
   File
 /usr/local/lib/python2.7/dist-packages/ceilometer-2013.1.1.a16.g93ea469-py2.7.egg/ceilometer/compute/virt/libvirt/inspector.py,
 line 87, in _lookup_by_name
 raise virt_inspector.InstanceNotFoundException(msg)
 InstanceNotFoundException: Error from libvirt while looking up None:
 [Error Code 8] name in virDomainLookupByName must not be NULL

 Any ideas what causes this behaviour? I have grizzly in use.

 Any help is much appreciated.

 Thanks,
 -Juha


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Sylvain Bauza

Hi,

While I was working on Essex, I was simply looking at the image UUID and 
copying it from /var/lib/glance/images, that's it.


I was not aware of glance image-download, which is great (same command 
for all Glance backends).


-Sylvain

Le 20/06/2013 11:53, Michael Still a écrit :

I'm not sure. Essex is very old now. Try running glance help and see
what happens?

Michael

On Thu, Jun 20, 2013 at 7:49 PM, Narayanan, Krishnaprasad
naray...@uni-mainz.de wrote:

Hi Michael,

Is this command valid in OpenStack ESSEX?

Thanks
Krishnaprasad

-Original Message-
From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of Michael 
Still
Sent: Donnerstag, 20. Juni 2013 11:46
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Download a specific image from Glance to local hard 
drive

On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.de wrote:

Hallo All,

I am using OpenStack ESSEX and want to download an image from glance
to my local hard drive. Can I get to know any commands in glance (in
ESSEX) using which I can perform this operation?

Take a look at the image-download command to the glance command line client.

Cheers,
Michael

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Hi
Well, i am also trying to decode all the meters that ceilometer can return, and 
how to do most of the queries, but, to query some specific data, what I am 
doing is:Firs get the resource id number and then query using parameters in the 
curl command.
This is what I already tested:Get the resource id from what you want to query 
ceilometer
$ curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources | python -mjson.tool   
And then query with: 
$curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/cpu?q.field=resource_idq.value=resource_id_here
 | python -mjson.tool
Remember that option q is to filter rules for the resources to be returned, 
and try to use python mjson.tool, just for having something legible in your 
terminal.
Good luck :)
Cláudio Marques
claudio@onesource.pthttp://www.onesource.pt/

Date: Thu, 20 Jun 2013 16:03:00 +0530
From: jobin...@gmail.com
To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

Hey, Claudio!

The command I executed is the second command in the page that you gave(which
 is also the one I am referring to). Can you please pin-point what is 
the mistake in the command or counsel what is the right one to get 
nova-specific data? By the way, I replaced resource_id with the actual ID of 
the resource I wanted.



On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.pt wrote:




Hi Jobin
I think that your Curl command is not right. Look into this page for more info 
about meters from ceilometer. 
http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

Cheers
Date: Thu, 20 Jun 2013 15:19:44 +0530
From: jobin...@gmail.com
To: openstack@lists.launchpad.net

Subject: [Openstack] How to query ceilometer to get nova-specific data

Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide 
given here. However, I am having trouble getting data from it. When I do a 
ceilometer meter-list, all I get is a table with 4 rows with the names: image 
and image.size and its parameters; no CPU, vCPU and memory.



When I query using curl, I get some data regarding images installed and their 
sizes and ID and date of creation, etc.; no nova-specific data. This is how I 
query ceilometer using curl:

curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources/resource_id;



This returns a 404 Not Found error.

These are my primary concerns:

1) How do I query to get the CPU resources utilized by my virtual machines?



2) How do I decide on which port I have to pass this query? There are some 
documents which have v1 instead of v2 in the URL, I would like to have 
clarification on that too.



Thanks for your patience.
-- 






Thanks and regards,



Jobin Raju George


Third Year, Information Technology


College of Engineering Pune


Alternate e-mail: georgejr10...@coep.ac.in










___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp   
  

___

Mailing list: https://launchpad.net/~openstack

Post to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstack

More help   : https://help.launchpad.net/ListHelp




-- 

Thanks and regards,


Jobin Raju George


Third Year, Information Technology


College of Engineering Pune


Alternate e-mail: georgejr10...@coep.ac.in








___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp   
  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Thanks Claudio for your detailed explanation, but the query returns me an
empty list: [] Is something wrong with my nova-* or ceilometer-*?


On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation guide
 given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual machines?

 2) How do I decide on which port I have to pass this query? There are some
 documents which have v1 instead of v2 in the URL, I would like to have
 clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Brent Roskos
Jobin,

Please ensure that the token you are using was obtained with a user having
the admin role.

Regards,
Brent


On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me an
 empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation
 guide given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual
 machines?

 2) How do I decide on which port I have to pass this query? There are
 some documents which have v1 instead of v2 in the URL, I would like to
 have clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in


 ___
 Mailing 

Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Narayanan, Krishnaprasad
Hi,

If I get it correctly, the folder /var/lib/glance/images has only the UUID 
inside it. Where will I able to see the complete image (.img or .tar.gz)?

Thanks
Krishnaprasad

-Original Message-
From: Sylvain Bauza [mailto:sylvain.ba...@digimind.com] 
Sent: Donnerstag, 20. Juni 2013 12:53
To: Michael Still
Cc: Narayanan, Krishnaprasad; openstack@lists.launchpad.net
Subject: Re: [Openstack] Download a specific image from Glance to local hard 
drive

Hi,

While I was working on Essex, I was simply looking at the image UUID and 
copying it from /var/lib/glance/images, that's it.

I was not aware of glance image-download, which is great (same command for all 
Glance backends).

-Sylvain

Le 20/06/2013 11:53, Michael Still a écrit :
 I'm not sure. Essex is very old now. Try running glance help and see 
 what happens?

 Michael

 On Thu, Jun 20, 2013 at 7:49 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hi Michael,

 Is this command valid in OpenStack ESSEX?

 Thanks
 Krishnaprasad

 -Original Message-
 From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of 
 Michael Still
 Sent: Donnerstag, 20. Juni 2013 11:46
 To: Narayanan, Krishnaprasad
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to 
 local hard drive

 On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from glance 
 to my local hard drive. Can I get to know any commands in glance (in
 ESSEX) using which I can perform this operation?
 Take a look at the image-download command to the glance command line client.

 Cheers,
 Michael
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Swift cleaning tenant after deletion on Keystone

2013-06-20 Thread Brent Roskos
The account-reaper generally takes care of this.  Have you seen this?

http://docs.openstack.org/developer/swift/overview_reaper.html


Regards,
Brent


On Thu, Jun 20, 2013 at 6:06 AM, Heiko Krämer i...@honeybutcher.de wrote:

  Hey Hugo,

 ok, thx for your quick answer!

 Greetings
 Heiko


 On 20.06.2013 11:56, Kuo Hugo wrote:

 Hi Heiko,

  All objects won't be deleted if the tenant been deleted in Keystone.

  Hugo

  +Hugo Kuo+
 h...@swiftstack.com
  tonyt...@gmail.com
  +886 935004793



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Hey, Brent!

Yes, I am using admin as the user for querying and keystone
user-role-listhas admin as one of its roles.


On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user having
 the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me an
 empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific
 data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques 
 clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for
 more info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation
 guide given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual
 machines?

 2) How do I decide on which port I have to pass this query? There are
 some documents which have v1 instead of v2 in the URL, I would like to
 have clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks 

Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Brent Roskos
Ok - good, sometimes that trips folks up.  I think most of the instance
specific data, like CPU is accumulated by the ceilometer-agent-compute  is
this running properly on your compute node(s)?  Anything interesting in the
logs for that service on the compute node(s)?

Brent


On Thu, Jun 20, 2013 at 8:17 AM, Jobin Raju George jobin...@gmail.comwrote:

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone user-role-listhas 
 admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user
 having the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me
 an empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques 
 clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having
 something legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific
 data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques 
 clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for
 more info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation
 guide given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual
 machines?

 2) How do I decide on which port I have to pass this query? There are
 some documents which have v1 instead of v2 in the URL, I would like to
 have clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to :
 openstack@lists.launchpad.net Unsubscribe :
 https://launchpad.net/~openstack More help :
 https://help.launchpad.net/ListHelp

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 --

 Thanks and regards,

 Jobin Raju George

 Third Year, Information Technology

 College of Engineering Pune

 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to :
 

Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Hi
Try to see if your daemons (api, collector, central agent, compute agent) are 
working without having issues. (see logs)!Have you configured your 
ceilometer.conf file or is the default one? Are shore that you are filing your 
data base?
Cheers
Claudio Marques

claudio@onesource.pthttp://www.onesource.pt/

Date: Thu, 20 Jun 2013 17:47:45 +0530
From: jobin...@gmail.com
To: brent.ros...@solinea.com
CC: clau...@onesource.pt; openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

Hey, Brent!

Yes, I am using admin as the user for querying and keystone user-role-list has 
admin as one of its roles.



On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.com wrote:

Jobin,

Please ensure that the token you are using was obtained with a user having the 
admin role.

Regards,Brent



On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.com wrote:


Thanks Claudio for your detailed explanation, but the query returns me an empty 
list: [] Is something wrong with my nova-* or ceilometer-*?




On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.pt wrote:






Hi
Well, i am also trying to decode all the meters that ceilometer can return, and 
how to do most of the queries, but, to query some specific data, what I am 
doing is:Firs get the resource id number and then query using parameters in the 
curl command.



This is what I already tested:Get the resource id from what you want to query 
ceilometer
$ curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources | python -mjson.tool   



And then query with: 
$curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/cpu?q.field=resource_idq.value=resource_id_here
 | python -mjson.tool



Remember that option q is to filter rules for the resources to be returned, 
and try to use python mjson.tool, just for having something legible in your 
terminal.



Good luck :)
Cláudio Marques



clau...@onesource.pt


http://www.onesource.pt/

Date: Thu, 20 Jun 2013 16:03:00 +0530
From: jobin...@gmail.com



To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data




Hey, Claudio!

The command I executed is the second command in the page that you gave(which
 is also the one I am referring to). Can you please pin-point what is 
the mistake in the command or counsel what is the right one to get 
nova-specific data? By the way, I replaced resource_id with the actual ID of 
the resource I wanted.



On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.pt wrote:




Hi Jobin
I think that your Curl command is not right. Look into this page for more info 
about meters from ceilometer. 
http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max




Cheers
Date: Thu, 20 Jun 2013 15:19:44 +0530
From: jobin...@gmail.com
To: openstack@lists.launchpad.net




Subject: [Openstack] How to query ceilometer to get nova-specific data

Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide 
given here. However, I am having trouble getting data from it. When I do a 
ceilometer meter-list, all I get is a table with 4 rows with the names: image 
and image.size and its parameters; no CPU, vCPU and memory.






When I query using curl, I get some data regarding images installed and their 
sizes and ID and date of creation, etc.; no nova-specific data. This is how I 
query ceilometer using curl:

curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources/resource_id;






This returns a 404 Not Found error.

These are my primary concerns:

1) How do I query to get the CPU resources utilized by my virtual machines?






2) How do I decide on which port I have to pass this query? There are some 
documents which have v1 instead of v2 in the URL, I would like to have 
clarification on that too.






Thanks for your patience.
-- 






Thanks and regards,



Jobin Raju George


Third Year, Information Technology


College of Engineering Pune


Alternate e-mail: georgejr10...@coep.ac.in













___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp   
  

___

Mailing list: https://launchpad.net/~openstack

Post to : openstack@lists.launchpad.net

Unsubscribe : https://launchpad.net/~openstack

More help   : https://help.launchpad.net/ListHelp




-- 






Thanks and regards,



Jobin Raju George



Third Year, Information Technology



College of Engineering Pune



Alternate e-mail: georgejr10...@coep.ac.in












___
Mailing list: https://launchpad.net/~openstack

Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Nothing special since I restarted my server this morning. Yesterday I had
an ERROR message which said it had a virDomainLookupByName error which must
not be NULL.

I restarted the machine after which there have not been any errors,
thankfully. I raised a question regarding this on
ask.openstack.orghttps://ask.openstack.org/question/2345/libvirt-error-in-ceilometer-agent-compute-logs/,
but have not got any response as such. Can anything else be responsible?
And is using admin user for querying ceilometer fine?


On Thu, Jun 20, 2013 at 6:09 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Ok - good, sometimes that trips folks up.  I think most of the instance
 specific data, like CPU is accumulated by the ceilometer-agent-compute  is
 this running properly on your compute node(s)?  Anything interesting in the
 logs for that service on the compute node(s)?

 Brent


 On Thu, Jun 20, 2013 at 8:17 AM, Jobin Raju George jobin...@gmail.comwrote:

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone
 user-role-list has admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos 
 brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user
 having the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George 
 jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me
 an empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques 
 clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having
 something legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific
 data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.pt
  wrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for
 more info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation
 guide given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed
 and their sizes and ID and date of creation, etc.; no nova-specific data.
 This is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual
 machines?

 2) How do I decide on which port I have to pass this query? There are
 some documents which have v1 instead of v2 in the URL, I would like
 to have clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to :
 openstack@lists.launchpad.net Unsubscribe :
 

Re: [Openstack] Issues with openvswitch agent on Quantum/network node

2013-06-20 Thread Sreerekha Shenoy (sresheno)
Hi,
What are the good to know tools and networking concepts for me to be able to 
debug connectivity issues inside Openstack VLAN mode of OVS?

Thanks,
Best Regards,
Rekha

From: Sreerekha Shenoy (sresheno)
Sent: Friday, June 14, 2013 2:23 PM
To: openstack@lists.launchpad.net
Subject: Issues with openvswitch agent on Quantum/network node

Hi,
I have a multi node grizzly setup using the following guide:
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
My network topology is as attached and is using GRE tunnel based VLAN.

I have VMs spawning on compute for cirros images.
However, inter-VM ping works (e.g. 50.50.1.4 can ping 50.50.1.5), but the 
following DON'T work:

a)  VM cannot ping 50.50.1.1

b)  VM cannot ping Compute ETH1 (data n/w) , 10.20.20.53

c)   VM cannot be reachable from IP Namespace either (ip netns exec 
qrouter- ping 50.50.1.4 does NOT work)

Apart from the same, my network node has the following issue AFTER a reboot:

·  On network node the following agent is not running i.e. 
quantum-plugin-openvswitch-agent

· Logs of this agent indicates it needs the plugin upgradedont have 
the precise error log..

o   ovs-vswitchd.log indicates the following:

§  Apr 16 22:08:39|00482|netdev|WARN|Dropped 233 log messages in last 12 
seconds (most recently, 1 seconds ago) due to excessive rate

§  Apr 16 22:08:39|00483|netdev|WARN|failed to get flags for network device 
qr-12091c58-8a: No such device

§  Apr 16 22:08:43|00484|netdev_linux|WARN|Dropped 35 log messages in last 15 
seconds (most recently, 5 seconds ago) due to excessive rate

· The version of OSK-plugin-ovs-agent is 2013.1.1-0ubuntu1

· The result of the above being that br-tun DOES NOT have gre-2 / 
gre-1 port on it for both compute and network..

Please let me know what could be done to:

1.   get the ovs-agent running on compute

2.   have VMs pingable

compute Node output:
root@computenode:~# ovs-vsctl show
4aad5da2-861d-4190-a50b-37dfc5ca237a
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-int
Port qvo47a58f32-be
Interface qvo47a58f32-be
Port qvo19e7cd4c-c0
tag: 1
Interface qvo19e7cd4c-c0
Port qvobaa01ac1-69
tag: 1
Interface qvobaa01ac1-69
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
ovs_version: 1.4.0+build0



Network node output:

root@networknode:~# ovs-vsctl show
9e17bb8c-d69d-48ab-9333-b22447c0c268
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-int
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Port qr-a7ab3f7c-8e
Interface qr-a7ab3f7c-8e
type: internal
Port tap6a322215-f0
tag: 1
Interface tap6a322215-f0
type: internal
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port qg-1d552cbd-a0
Interface qg-1d552cbd-a0
type: internal
Port eth2
Interface eth2
ovs_version: 1.4.0+build0


Thanks and Regards,
Rashmi S N

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Balamurugan V G
Those are your complete/actual image files. They are named by the
UUIDs they use. You can copy these and rename to appropriate name with
the suitable extension, .img or .qcow2 etc depending on what format
they actually are.

Regards,
Balu

On Thu, Jun 20, 2013 at 5:17 PM, Narayanan, Krishnaprasad
naray...@uni-mainz.de wrote:
 Hi,

 If I get it correctly, the folder /var/lib/glance/images has only the UUID 
 inside it. Where will I able to see the complete image (.img or .tar.gz)?

 Thanks
 Krishnaprasad

 -Original Message-
 From: Sylvain Bauza [mailto:sylvain.ba...@digimind.com]
 Sent: Donnerstag, 20. Juni 2013 12:53
 To: Michael Still
 Cc: Narayanan, Krishnaprasad; openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to local hard 
 drive

 Hi,

 While I was working on Essex, I was simply looking at the image UUID and 
 copying it from /var/lib/glance/images, that's it.

 I was not aware of glance image-download, which is great (same command for 
 all Glance backends).

 -Sylvain

 Le 20/06/2013 11:53, Michael Still a écrit :
 I'm not sure. Essex is very old now. Try running glance help and see
 what happens?

 Michael

 On Thu, Jun 20, 2013 at 7:49 PM, Narayanan, Krishnaprasad
 naray...@uni-mainz.de wrote:
 Hi Michael,

 Is this command valid in OpenStack ESSEX?

 Thanks
 Krishnaprasad

 -Original Message-
 From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf Of
 Michael Still
 Sent: Donnerstag, 20. Juni 2013 11:46
 To: Narayanan, Krishnaprasad
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to
 local hard drive

 On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from glance
 to my local hard drive. Can I get to know any commands in glance (in
 ESSEX) using which I can perform this operation?
 Take a look at the image-download command to the glance command line client.

 Cheers,
 Michael
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Issues with openvswitch agent on Quantum/network node

2013-06-20 Thread Sreerekha Shenoy (sresheno)
Hi,
It's been a week since we are stuck in getting this setup working
Any pointers on tools / document to move further would be really appreciated.

(currently we are lagging in getting our hands onto tools that can help tracing 
the packets inside OVS to and from VMs)

Thanks,
Best Regards,
Rekha

From: Sreerekha Shenoy (sresheno)
Sent: Thursday, June 20, 2013 6:19 PM
To: openstack@lists.launchpad.net
Subject: RE: Issues with openvswitch agent on Quantum/network node

Hi,
What are the good to know tools and networking concepts for me to be able to 
debug connectivity issues inside Openstack VLAN mode of OVS?

Thanks,
Best Regards,
Rekha

From: Sreerekha Shenoy (sresheno)
Sent: Friday, June 14, 2013 2:23 PM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Issues with openvswitch agent on Quantum/network node

Hi,
I have a multi node grizzly setup using the following guide:
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
My network topology is as attached and is using GRE tunnel based VLAN.

I have VMs spawning on compute for cirros images.
However, inter-VM ping works (e.g. 50.50.1.4 can ping 50.50.1.5), but the 
following DON'T work:

a)  VM cannot ping 50.50.1.1

b)  VM cannot ping Compute ETH1 (data n/w) , 10.20.20.53

c)   VM cannot be reachable from IP Namespace either (ip netns exec 
qrouter- ping 50.50.1.4 does NOT work)

Apart from the same, my network node has the following issue AFTER a reboot:

·  On network node the following agent is not running i.e. 
quantum-plugin-openvswitch-agent

· Logs of this agent indicates it needs the plugin upgradedont have 
the precise error log..

o   ovs-vswitchd.log indicates the following:

§  Apr 16 22:08:39|00482|netdev|WARN|Dropped 233 log messages in last 12 
seconds (most recently, 1 seconds ago) due to excessive rate

§  Apr 16 22:08:39|00483|netdev|WARN|failed to get flags for network device 
qr-12091c58-8a: No such device

§  Apr 16 22:08:43|00484|netdev_linux|WARN|Dropped 35 log messages in last 15 
seconds (most recently, 5 seconds ago) due to excessive rate

· The version of OSK-plugin-ovs-agent is 2013.1.1-0ubuntu1

· The result of the above being that br-tun DOES NOT have gre-2 / 
gre-1 port on it for both compute and network..

Please let me know what could be done to:

1.   get the ovs-agent running on compute

2.   have VMs pingable

compute Node output:
root@computenode:~# ovs-vsctl show
4aad5da2-861d-4190-a50b-37dfc5ca237a
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-int
Port qvo47a58f32-be
Interface qvo47a58f32-be
Port qvo19e7cd4c-c0
tag: 1
Interface qvo19e7cd4c-c0
Port qvobaa01ac1-69
tag: 1
Interface qvobaa01ac1-69
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
ovs_version: 1.4.0+build0



Network node output:

root@networknode:~# ovs-vsctl show
9e17bb8c-d69d-48ab-9333-b22447c0c268
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-int
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Port qr-a7ab3f7c-8e
Interface qr-a7ab3f7c-8e
type: internal
Port tap6a322215-f0
tag: 1
Interface tap6a322215-f0
type: internal
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port qg-1d552cbd-a0
Interface qg-1d552cbd-a0
type: internal
Port eth2
Interface eth2
ovs_version: 1.4.0+build0


Thanks and Regards,
Rashmi S N

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Have you have single node, devstack or multi-node openstack architecture ?


claudio@onesource.pthttp://www.onesource.pt/Date: Thu, 20 Jun 2013 18:35:49 
+0530
From: jobin...@gmail.com
To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

The logs presently don't have ERROR's or WARNING's, so I presume they are 
running well and as for the config file, I have customized it a bit. Please 
have a look at it here. Thank you so much for your patience! :)



On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.pt wrote:




Hi
Try to see if your daemons (api, collector, central agent, compute agent) are 
working without having issues. (see logs)!Have you configured your 
ceilometer.conf file or is the default one? 
Are shore that you are filing your data base?
Cheers
Claudio Marques

clau...@onesource.pt
http://www.onesource.pt/

Date: Thu, 20 Jun 2013 17:47:45 +0530
From: jobin...@gmail.com

To: brent.ros...@solinea.com
CC: clau...@onesource.pt; openstack@lists.launchpad.net

Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

Hey, Brent!

Yes, I am using admin as the user for querying and keystone user-role-list has 
admin as one of its roles.




On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.com wrote:

Jobin,

Please ensure that the token you are using was obtained with a user having the 
admin role.

Regards,Brent




On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.com wrote:


Thanks Claudio for your detailed explanation, but the query returns me an empty 
list: [] Is something wrong with my nova-* or ceilometer-*?




On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.pt wrote:







Hi
Well, i am also trying to decode all the meters that ceilometer can return, and 
how to do most of the queries, but, to query some specific data, what I am 
doing is:Firs get the resource id number and then query using parameters in the 
curl command.




This is what I already tested:Get the resource id from what you want to query 
ceilometer
$ curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources | python -mjson.tool   




And then query with: 
$curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/cpu?q.field=resource_idq.value=resource_id_here
 | python -mjson.tool




Remember that option q is to filter rules for the resources to be returned, 
and try to use python mjson.tool, just for having something legible in your 
terminal.




Good luck :)
Cláudio Marques




clau...@onesource.pt



http://www.onesource.pt/

Date: Thu, 20 Jun 2013 16:03:00 +0530
From: jobin...@gmail.com




To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data





Hey, Claudio!

The command I executed is the second command in the page that you gave(which
 is also the one I am referring to). Can you please pin-point what is 
the mistake in the command or counsel what is the right one to get 
nova-specific data? By the way, I replaced resource_id with the actual ID of 
the resource I wanted.



On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.pt wrote:




Hi Jobin
I think that your Curl command is not right. Look into this page for more info 
about meters from ceilometer. 
http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max





Cheers
Date: Thu, 20 Jun 2013 15:19:44 +0530
From: jobin...@gmail.com
To: openstack@lists.launchpad.net





Subject: [Openstack] How to query ceilometer to get nova-specific data

Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide 
given here. However, I am having trouble getting data from it. When I do a 
ceilometer meter-list, all I get is a table with 4 rows with the names: image 
and image.size and its parameters; no CPU, vCPU and memory.







When I query using curl, I get some data regarding images installed and their 
sizes and ID and date of creation, etc.; no nova-specific data. This is how I 
query ceilometer using curl:

curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources/resource_id;







This returns a 404 Not Found error.

These are my primary concerns:

1) How do I query to get the CPU resources utilized by my virtual machines?







2) How do I decide on which port I have to pass this query? There are some 
documents which have v1 instead of v2 in the URL, I would like to have 
clarification on that too.







Thanks for your patience.
-- 






Thanks and regards,



Jobin Raju George


Third Year, Information Technology


College of Engineering Pune


Alternate e-mail: georgejr10...@coep.ac.in














___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : 

Re: [Openstack] Issues with openvswitch agent on Quantum/network node

2013-06-20 Thread Balamurugan V G
Run a ping in your VM to its network gateway and do the following:

root@openstack-network:~# quantum router-list
+--+--++
| id   | name |
external_gateway_info  |
+--+--++
| 2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 | auto_router_1 |
{network_id: d7d40dba-6d14-4ba5-89dd-972fde4361ab} |
+--+--++
root@openstack-network:~# ip netns exec
qrouter-2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 1.1.1.1   0.0.0.0 UG0  00
qg-ec4cd5f1-e6
1.1.1.0   0.0.0.0 255.255.255.0   U 0  00
qg-ec4cd5f1-e6
2.2.2.0 0.0.0.0 255.255.255.0   U 0  00
qr-272f8aec-37
root@openstack-network:~# ip netns exec
qrouter-2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 tcpdump -i qr-272f8aec-37
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on qr-272f8aec-37, link-type EN10MB (Ethernet), capture size
65535 bytes
^C18:44:26.406660 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008,
seq 56, length 64
18:44:26.406692 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
56, length 64
18:44:27.406690 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
57, length 64
18:44:27.406724 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
57, length 64
18:44:28.406695 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
58, length 64
18:44:28.406721 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
58, length 64
18:44:29.406683 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
59, length 64
18:44:29.406716 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
59, length 64
18:44:30.406668 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
60, length 64
18:44:30.406690 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
60, length 64
18:44:31.40 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
61, length 64
18:44:31.406701 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
61, length 64
18:44:32.406688 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
62, length 64
18:44:32.406709 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
62, length 64
18:44:32.461101 IP 2.2.2.4.627  10.203.15.14.31995: UDP, length 100
18:44:33.406671 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
63, length 64
18:44:33.406704 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
63, length 64
18:44:34.40 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
64, length 64
18:44:34.406692 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
64, length 64
18:44:35.406674 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
65, length 64
18:44:35.406708 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
65, length 64
18:44:36.406687 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
66, length 64
18:44:36.406719 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
66, length 64
18:44:37.406672 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
67, length 64
18:44:37.406698 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
67, length 64
18:44:38.406669 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
68, length 64
18:44:38.406695 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
68, length 64
18:44:39.406712 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq
69, length 64
18:44:39.406747 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq
69, length 64

29 packets captured
29 packets received by filter
0 packets dropped by kernel
root@openstack-network:~#

2.2.2.0/24 is my VM's network.

You should see that the packets are reaching the the network node from
the compute node where your VM is running. This might help to narrow
down.

Hope this helps. I do not know of any tools as such except general
linux commands to debug the issues.

Regards,
Balu



On Thu, Jun 20, 2013 at 6:36 PM, Sreerekha Shenoy (sresheno)
sresh...@cisco.com wrote:
 Hi,

 It’s been a week since we are stuck in getting this setup working

 Any pointers on tools / document to move further would be really
 appreciated.



 (currently we are lagging in getting our hands onto tools that can help
 tracing the packets inside OVS to and from VMs….)



 Thanks,

 Best Regards,

 Rekha



 From: Sreerekha Shenoy (sresheno)
 Sent: Thursday, June 20, 2013 6:19 PM
 To: openstack@lists.launchpad.net
 Subject: RE: Issues with openvswitch agent on Quantum/network node



 Hi,

 What are the good to know tools and networking concepts for me to be able to
 debug connectivity issues inside Openstack VLAN mode of OVS?



 Thanks,

 Best Regards,

 Rekha



 

Re: [Openstack] Download a specific image from Glance to local hard drive

2013-06-20 Thread Narayanan, Krishnaprasad
Hi Balu,

Thanks for the explanation. 

Cheers,
Krishnaprasad

-Original Message-
From: Balamurugan V G [mailto:balamuruga...@gmail.com] 
Sent: Donnerstag, 20. Juni 2013 15:08
To: Narayanan, Krishnaprasad
Cc: Sylvain Bauza; openstack@lists.launchpad.net
Subject: Re: [Openstack] Download a specific image from Glance to local hard 
drive

Those are your complete/actual image files. They are named by the UUIDs they 
use. You can copy these and rename to appropriate name with the suitable 
extension, .img or .qcow2 etc depending on what format they actually are.

Regards,
Balu

On Thu, Jun 20, 2013 at 5:17 PM, Narayanan, Krishnaprasad 
naray...@uni-mainz.de wrote:
 Hi,

 If I get it correctly, the folder /var/lib/glance/images has only the UUID 
 inside it. Where will I able to see the complete image (.img or .tar.gz)?

 Thanks
 Krishnaprasad

 -Original Message-
 From: Sylvain Bauza [mailto:sylvain.ba...@digimind.com]
 Sent: Donnerstag, 20. Juni 2013 12:53
 To: Michael Still
 Cc: Narayanan, Krishnaprasad; openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to 
 local hard drive

 Hi,

 While I was working on Essex, I was simply looking at the image UUID and 
 copying it from /var/lib/glance/images, that's it.

 I was not aware of glance image-download, which is great (same command for 
 all Glance backends).

 -Sylvain

 Le 20/06/2013 11:53, Michael Still a écrit :
 I'm not sure. Essex is very old now. Try running glance help and 
 see what happens?

 Michael

 On Thu, Jun 20, 2013 at 7:49 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hi Michael,

 Is this command valid in OpenStack ESSEX?

 Thanks
 Krishnaprasad

 -Original Message-
 From: mikalst...@gmail.com [mailto:mikalst...@gmail.com] On Behalf 
 Of Michael Still
 Sent: Donnerstag, 20. Juni 2013 11:46
 To: Narayanan, Krishnaprasad
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Download a specific image from Glance to 
 local hard drive

 On Thu, Jun 20, 2013 at 7:33 PM, Narayanan, Krishnaprasad 
 naray...@uni-mainz.de wrote:
 Hallo All,

 I am using OpenStack ESSEX and want to download an image from 
 glance to my local hard drive. Can I get to know any commands in 
 glance (in
 ESSEX) using which I can perform this operation?
 Take a look at the image-download command to the glance command line client.

 Cheers,
 Michael
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
It is a single node architecture, installed on Ubuntu 12.04 which is a
Virtual Machine. I installed openstack using the manual instructions, not
using devstack. I haven't installed quantum, since I don't need networking
for the moment. And yes, I see that mongodb has a database ceilometer
(size:203.125 MB) which has 5 collections: meter, project, resource,
system.indexes and user, none of which have nova-specific data in them.


On Thu, Jun 20, 2013 at 6:46 PM, claudio marques clau...@onesource.ptwrote:

 Have you have single node, devstack or multi-node openstack architecture ?


 clau...@onesource.pt
 http://www.onesource.pt/
 --
 Date: Thu, 20 Jun 2013 18:35:49 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 The logs presently don't have ERROR's or WARNING's, so I presume they are
 running well and as for the config file, I have customized it a bit. Please
 have a look at it here http://pastebin.ubuntu.com/5783592/. Thank you
 so much for your patience! :)


 On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Try to see if your daemons *(api, collector, central agent, compute agent)
 * are working without having issues. *(see logs)*!
 Have you configured your ceilometer.conf file or is the default one?
 Are shore that you are filing your data base?

 Cheers

 Claudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 17:47:45 +0530
 From: jobin...@gmail.com
 To: brent.ros...@solinea.com
 CC: clau...@onesource.pt; openstack@lists.launchpad.net

 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone user-role-listhas 
 admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user having
 the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me an
 empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation guide
 given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. 

Re: [Openstack] Issues with openvswitch agent on Quantum/network node

2013-06-20 Thread Sreerekha Shenoy (sresheno)
Thanks much Balu.
For me currently even the GRE tunnels are amiss from the br-tun. So would just 
add-port be ok to add them back?

Do you mind sharing the guide that you may have followed to setup your multi 
node Openstack setup? 
(is it using VLAN mode?)

Thanks,
Best Regards,
Rekha

-Original Message-
From: Balamurugan V G [mailto:balamuruga...@gmail.com] 
Sent: Thursday, June 20, 2013 6:50 PM
To: Sreerekha Shenoy (sresheno)
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Issues with openvswitch agent on Quantum/network node

Run a ping in your VM to its network gateway and do the following:

root@openstack-network:~# quantum router-list
+--+--++
| id   | name |
external_gateway_info  |
+--+--++
| 2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 | auto_router_1 |
{network_id: d7d40dba-6d14-4ba5-89dd-972fde4361ab} |
+--+--++
root@openstack-network:~# ip netns exec
qrouter-2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 route -n Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse Iface
0.0.0.0 1.1.1.1   0.0.0.0 UG0  00
qg-ec4cd5f1-e6
1.1.1.0   0.0.0.0 255.255.255.0   U 0  00
qg-ec4cd5f1-e6
2.2.2.0 0.0.0.0 255.255.255.0   U 0  00
qr-272f8aec-37
root@openstack-network:~# ip netns exec
qrouter-2abf6d6d-b2ac-4fad-99e5-ebf96e1ce167 tcpdump -i qr-272f8aec-37
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode 
listening on qr-272f8aec-37, link-type EN10MB (Ethernet), capture size
65535 bytes
^C18:44:26.406660 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 56, 
length 64
18:44:26.406692 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 56, length 
64
18:44:27.406690 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 57, 
length 64
18:44:27.406724 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 57, length 
64
18:44:28.406695 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 58, 
length 64
18:44:28.406721 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 58, length 
64
18:44:29.406683 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 59, 
length 64
18:44:29.406716 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 59, length 
64
18:44:30.406668 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 60, 
length 64
18:44:30.406690 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 60, length 
64
18:44:31.40 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 61, 
length 64
18:44:31.406701 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 61, length 
64
18:44:32.406688 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 62, 
length 64
18:44:32.406709 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 62, length 
64
18:44:32.461101 IP 2.2.2.4.627  10.203.15.14.31995: UDP, length 100
18:44:33.406671 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 63, 
length 64
18:44:33.406704 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 63, length 
64
18:44:34.40 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 64, 
length 64
18:44:34.406692 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 64, length 
64
18:44:35.406674 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 65, 
length 64
18:44:35.406708 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 65, length 
64
18:44:36.406687 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 66, 
length 64
18:44:36.406719 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 66, length 
64
18:44:37.406672 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 67, 
length 64
18:44:37.406698 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 67, length 
64
18:44:38.406669 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 68, 
length 64
18:44:38.406695 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 68, length 
64
18:44:39.406712 IP 2.2.2.4  2.2.2.1: ICMP echo request, id 38008, seq 69, 
length 64
18:44:39.406747 IP 2.2.2.1  2.2.2.4: ICMP echo reply, id 38008, seq 69, length 
64

29 packets captured
29 packets received by filter
0 packets dropped by kernel
root@openstack-network:~#

2.2.2.0/24 is my VM's network.

You should see that the packets are reaching the the network node from the 
compute node where your VM is running. This might help to narrow down.

Hope this helps. I do not know of any tools as such except general linux 
commands to debug the issues.

Regards,
Balu



On Thu, Jun 20, 2013 at 6:36 PM, Sreerekha Shenoy (sresheno) 
sresh...@cisco.com wrote:
 Hi,

 It's been a week since we are stuck in getting this setup working

 Any pointers on tools / 

[Openstack] Share Storage Statistics

2013-06-20 Thread Ray Sun
This is happend when I use a shared storage for two compute nodes. My
purpose is to know how much space I used for my VM root storage and how
much I can still use.

Unfortunately, when I use nova hypervisor-stats, it returns me the total of
two local hard disks. For example, We have compute-node1 with 320G local
drive and compute-node2with 320G local drive, and they have a shared
storage Storage1 with 500G. when I use nova hypervisor-stats, it returns me
640G instead of 500G.

Is there any way to get my shared storage information for my cluster? This
is very useful to tell user the real usage of resource pool.

Thanks.

Best Regards
-- Ray
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Okay.
You don't have your rabbit configuration on your ceilometer.conf file.
rabbit_host=localhostrabbit_port=5672rabbit_userid=guestrabbit_password=guestrabbit_retry_backoff=2rabbit_max_retries=0rabbit_use_ssl=False
See if this helps
claudio@onesource.pthttp://www.onesource.pt/
Date: Thu, 20 Jun 2013 18:53:34 +0530
From: jobin...@gmail.com
To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

It is a single node architecture, installed on Ubuntu 12.04 which is a Virtual 
Machine. I installed openstack using the manual instructions, not using 
devstack. I haven't installed quantum, since I don't need networking for the 
moment. And yes, I see that mongodb has a database ceilometer (size:203.125 MB) 
which has 5 collections: meter, project, resource, system.indexes and user, 
none of which have nova-specific data in them.



On Thu, Jun 20, 2013 at 6:46 PM, claudio marques clau...@onesource.pt wrote:




Have you have single node, devstack or multi-node openstack architecture ?


clau...@onesource.pt
http://www.onesource.pt/Date: Thu, 20 Jun 2013 18:35:49 +0530
From: jobin...@gmail.com

To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


The logs presently don't have ERROR's or WARNING's, so I presume they are 
running well and as for the config file, I have customized it a bit. Please 
have a look at it here. Thank you so much for your patience! :)




On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.pt wrote:




Hi
Try to see if your daemons (api, collector, central agent, compute agent) are 
working without having issues. (see logs)!Have you configured your 
ceilometer.conf file or is the default one? 

Are shore that you are filing your data base?
Cheers
Claudio Marques

clau...@onesource.pt

http://www.onesource.pt/

Date: Thu, 20 Jun 2013 17:47:45 +0530
From: jobin...@gmail.com


To: brent.ros...@solinea.com
CC: clau...@onesource.pt; openstack@lists.launchpad.net


Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

Hey, Brent!

Yes, I am using admin as the user for querying and keystone user-role-list has 
admin as one of its roles.





On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.com wrote:

Jobin,

Please ensure that the token you are using was obtained with a user having the 
admin role.

Regards,Brent





On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.com wrote:


Thanks Claudio for your detailed explanation, but the query returns me an empty 
list: [] Is something wrong with my nova-* or ceilometer-*?




On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.pt wrote:








Hi
Well, i am also trying to decode all the meters that ceilometer can return, and 
how to do most of the queries, but, to query some specific data, what I am 
doing is:Firs get the resource id number and then query using parameters in the 
curl command.





This is what I already tested:Get the resource id from what you want to query 
ceilometer
$ curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources | python -mjson.tool   





And then query with: 
$curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/cpu?q.field=resource_idq.value=resource_id_here
 | python -mjson.tool





Remember that option q is to filter rules for the resources to be returned, 
and try to use python mjson.tool, just for having something legible in your 
terminal.





Good luck :)
Cláudio Marques





clau...@onesource.pt




http://www.onesource.pt/

Date: Thu, 20 Jun 2013 16:03:00 +0530
From: jobin...@gmail.com





To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data






Hey, Claudio!

The command I executed is the second command in the page that you gave(which
 is also the one I am referring to). Can you please pin-point what is 
the mistake in the command or counsel what is the right one to get 
nova-specific data? By the way, I replaced resource_id with the actual ID of 
the resource I wanted.



On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.pt wrote:




Hi Jobin
I think that your Curl command is not right. Look into this page for more info 
about meters from ceilometer. 
http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max






Cheers
Date: Thu, 20 Jun 2013 15:19:44 +0530
From: jobin...@gmail.com
To: openstack@lists.launchpad.net






Subject: [Openstack] How to query ceilometer to get nova-specific data

Hey, all!


I installed ceilometer on Ubuntu 12.04 using the manual installation guide 
given here. However, I am having trouble getting data from it. When I do a 
ceilometer meter-list, all I get is a table with 4 rows with the names: image 
and image.size and its 

Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
The logs presently don't have ERROR's or WARNING's, so I presume they are
running well and as for the config file, I have customized it a bit. Please
have a look at it here http://pastebin.ubuntu.com/5783592/. Thank you so
much for your patience! :)


On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Try to see if your daemons *(api, collector, central agent, compute agent)
 * are working without having issues. *(see logs)*!
 Have you configured your ceilometer.conf file or is the default one?
 Are shore that you are filing your data base?

 Cheers

 Claudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 17:47:45 +0530
 From: jobin...@gmail.com
 To: brent.ros...@solinea.com
 CC: clau...@onesource.pt; openstack@lists.launchpad.net

 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone user-role-listhas 
 admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user having
 the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me an
 empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about meters from ceilometer.


 http://docs.openstack.org/developer/ceilometer/webapi/v2.html#ceilometer.api.controllers.v2.Statistics.max

 Cheers

 --
 Date: Thu, 20 Jun 2013 15:19:44 +0530
 From: jobin...@gmail.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] How to query ceilometer to get nova-specific data


 Hey, all!


 I installed ceilometer on Ubuntu 12.04 using the manual installation guide
 given 
 herehttp://docs.openstack.org/developer/ceilometer/install/manual.html.
 However, I am having trouble getting data from it. When I do a ceilometer
 meter-list, all I get is a table with 4 rows with the names: image and
 image.size and its parameters; no CPU, vCPU and memory.

 When I query using curl, I get some data regarding images installed and
 their sizes and ID and date of creation, etc.; no nova-specific data. This
 is how I query ceilometer using curl:

 curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources/resource_id;

 This returns a 404 Not Found error.

 These are my primary concerns:

 1) How do I query to get the CPU resources utilized by my virtual machines?

 2) How do I decide on which port I have to pass this query? There are some
 documents which have v1 instead of v2 in the URL, I would like to have
 clarification on that too.

 Thanks for your patience.

 --





 Thanks and regards,
 Jobin Raju George
 Third Year, Information Technology
 College of Engineering Pune
 Alternate e-mail: georgejr10...@coep.ac.in






 ___ Mailing list:
 https://launchpad.net/~openstack Post to : 
 openstack@lists.launchpad.netUnsubscribe :
 https://launchpad.net/~openstack More help :
 

Re: [Openstack] Issues with openvswitch agent on Quantum/network node

2013-06-20 Thread Maciej Gałkiewicz
On 20 June 2013 15:06, Sreerekha Shenoy (sresheno) sresh...@cisco.comwrote:

 It’s been a week since we are stuck in getting this setup working

 Any pointers on *tools / document* to move further would be really
 appreciated.

 ** **

 (currently we are lagging in * getting our hands onto tools that can help
 tracing the packets inside OVS to and from VMs*….)


Because you are using gre try:
ovs-ofctl dump-flows br-int/br-tun
ovs-dpctl dump-flows br-int/br-tun

If you can upgrade to more recent openvswitch there is a great trace
function implemented.
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=tutorial/Tutorial;hb=HEAD

I have also experienced problems with quantum and gre:
https://bugs.launchpad.net/quantum/+bug/1187827

I will review your configuration and let you know whether I see any
potential issues.

regards
Maciej Galkiewicz
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Hey, Claudio!


That was a nice catch! But I don't know why I ceilometer continues to
behave the same way. I have posted the query and the output for your
reference here http://pastebin.ubuntu.com/5783805/. I am indebted for
your patience! :-)


On Thu, Jun 20, 2013 at 7:06 PM, claudio marques clau...@onesource.ptwrote:

 Okay.

 You don't have your rabbit configuration on your ceilometer.conf file.

 rabbit_host=localhost
 rabbit_port=5672
 rabbit_userid=guest
 rabbit_password=guest
 rabbit_retry_backoff=2
 rabbit_max_retries=0
 rabbit_use_ssl=False

 See if this helps

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 18:53:34 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 It is a single node architecture, installed on Ubuntu 12.04 which is a
 Virtual Machine. I installed openstack using the manual instructions, not
 using devstack. I haven't installed quantum, since I don't need networking
 for the moment. And yes, I see that mongodb has a database ceilometer
 (size:203.125 MB) which has 5 collections: meter, project, resource,
 system.indexes and user, none of which have nova-specific data in them.


 On Thu, Jun 20, 2013 at 6:46 PM, claudio marques clau...@onesource.ptwrote:

 Have you have single node, devstack or multi-node openstack architecture ?


 clau...@onesource.pt
 http://www.onesource.pt/
 --
 Date: Thu, 20 Jun 2013 18:35:49 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 The logs presently don't have ERROR's or WARNING's, so I presume they are
 running well and as for the config file, I have customized it a bit. Please
 have a look at it here http://pastebin.ubuntu.com/5783592/. Thank you
 so much for your patience! :)


 On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Try to see if your daemons *(api, collector, central agent, compute agent)
 * are working without having issues. *(see logs)*!
 Have you configured your ceilometer.conf file or is the default one?
 Are shore that you are filing your data base?

 Cheers

 Claudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 17:47:45 +0530
 From: jobin...@gmail.com
 To: brent.ros...@solinea.com
 CC: clau...@onesource.pt; openstack@lists.launchpad.net

 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone user-role-listhas 
 admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user having
 the admin role.

 Regards,
 Brent


 On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.comwrote:

 Thanks Claudio for your detailed explanation, but the query returns me an
 empty list: [] Is something wrong with my nova-* or ceilometer-*?


 On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Well, i am also trying to decode all the meters that ceilometer can
 return, and how to do most of the queries, but, to query some specific
 data, what I am doing is:
 Firs get the resource id number and then query using parameters in the
 curl command.

 This is what I already tested:
 Get the resource id from what you want to query ceilometer

 *$ curl -X GET -H 'X-Auth-Token:my_token_here' 
 http://localhost:8777/v2/resources **| python -mjson.tool**   *

 And then query with:

 *$curl -X GET -H 'X-Auth-Token:my_token_here' http://localhost:8777/v2/
 meters/cpu?q.field=resource_idq.value=resource_id_here | python
 -mjson.tool*

 Remember that option q is to filter rules for the resources to be
 returned, and try to use *python mjson.tool,* just for having something
 legible in your terminal.

 Good luck :)

 Cláudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 16:03:00 +0530
 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!

 The command I executed is the second command in the page that you 
 gavehttp://docs.openstack.org/developer/ceilometer/webapi/v2.html(which
 is also the one I am referring to). Can you please pin-point what is the
 mistake in the command or counsel what is the right one to get
 nova-specific data? By the way, I replaced resource_id with the actual ID
 of the resource I wanted.


 On Thu, Jun 20, 2013 at 3:50 PM, claudio marques clau...@onesource.ptwrote:

 Hi Jobin

 I think that your Curl command is not right. Look into this page for more
 info about 

[Openstack] [Murano] Release 0.1 announcement

2013-06-20 Thread Georgy Okrokvertskhov
Hi Community,

The first release of Murano - Windows DataCenter as a Service
implementation for OpenStack is published. A distribution package is
available on Launchpad. From the functionality standpoint it has all the
features targeted for 0.1 version.

The key features are:

   -

   Active Directory Service roll-out. Deploys multiple Domain Controllers
   per Active Directory Domain.
   -

   IIS Server Instance. Provisions a Windows Server 2012 VM with IIS
   service installed. The machine could be automatically added to the domain
   if AD Service is configured in the environment.
   -

   IIS Cluster. Provisions multiple Windows VMs with IIS which are added to
   LoadBalancer (HAProxy instance).
   -

   ASP. NET application. Provisions IIS Instance or IIS Cluster and
   installs ASP.NET application from a git repository to all IIS instances.


During last  two weeks Murano team worked on bug fixing, release
stabilization and documentation update.

We’ve populated all currently known issues on Launchpad.

Murano Launchpad links: https://launchpad.net/murano

Project Blueprint: https://wiki.openstack.org/wiki/Murano

Thanks

Murano Team


-- 
Georgy Okrokvertskhov
Technical Program Manager,
Cloud and Infrastructure Services,
Mirantis
http://www.mirantis.com
Tel. +1 650 963 9828
Mob. +1 650 996 3284
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread claudio marques
Does this query returns anything?

curl -X GET -H 'X-Auth-Token:token' http://localhost:8777/v2/meters

===Just a comment:I notice that you have something wrong to. 
kvm requires that your CPU supports hardware-assisted virtualization (HVM) such 
as Intel VT-x or AMD-V. Because you are running openstack in a virtual machine, 
you should have used  nova-compute-qemu package instead off nova-compute-kvm in 
order to install the compute services correctly. (This package provides 
software-based virtualization). Probably on your installation you have 
installed kvm package instead. (don't know if it help's on your current problem 
in ceilometer). 
You probably should change libvirt_type=kvm to qemu on 
ceilolemeter.confCheers
claudio@onesource.pthttp://www.onesource.pt/
Date: Thu, 20 Jun 2013 19:53:31 +0530
From: jobin...@gmail.com
To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


Hey, Claudio!


That was a nice catch! But I don't know why I ceilometer continues to behave 
the same way. I have posted the query and the output for your reference here. I 
am indebted for your patience! :-)



On Thu, Jun 20, 2013 at 7:06 PM, claudio marques clau...@onesource.pt wrote:




Okay.

You don't have your rabbit configuration on your ceilometer.conf file.

rabbit_host=localhostrabbit_port=5672rabbit_userid=guestrabbit_password=guest
rabbit_retry_backoff=2rabbit_max_retries=0rabbit_use_ssl=False
See if this helps

clau...@onesource.pt
http://www.onesource.pt/
Date: Thu, 20 Jun 2013 18:53:34 +0530
From: jobin...@gmail.com

To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


It is a single node architecture, installed on Ubuntu 12.04 which is a Virtual 
Machine. I installed openstack using the manual instructions, not using 
devstack. I haven't installed quantum, since I don't need networking for the 
moment. And yes, I see that mongodb has a database ceilometer (size:203.125 MB) 
which has 5 collections: meter, project, resource, system.indexes and user, 
none of which have nova-specific data in them.




On Thu, Jun 20, 2013 at 6:46 PM, claudio marques clau...@onesource.pt wrote:




Have you have single node, devstack or multi-node openstack architecture ?


clau...@onesource.pt

http://www.onesource.pt/Date: Thu, 20 Jun 2013 18:35:49 +0530
From: jobin...@gmail.com


To: clau...@onesource.pt
CC: openstack@lists.launchpad.net
Subject: Re: [Openstack] How to query ceilometer to get nova-specific data



The logs presently don't have ERROR's or WARNING's, so I presume they are 
running well and as for the config file, I have customized it a bit. Please 
have a look at it here. Thank you so much for your patience! :)





On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.pt wrote:




Hi
Try to see if your daemons (api, collector, central agent, compute agent) are 
working without having issues. (see logs)!Have you configured your 
ceilometer.conf file or is the default one? 


Are shore that you are filing your data base?
Cheers
Claudio Marques

clau...@onesource.pt


http://www.onesource.pt/

Date: Thu, 20 Jun 2013 17:47:45 +0530
From: jobin...@gmail.com



To: brent.ros...@solinea.com
CC: clau...@onesource.pt; openstack@lists.launchpad.net



Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

Hey, Brent!

Yes, I am using admin as the user for querying and keystone user-role-list has 
admin as one of its roles.






On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.com wrote:

Jobin,

Please ensure that the token you are using was obtained with a user having the 
admin role.

Regards,Brent






On Thu, Jun 20, 2013 at 7:29 AM, Jobin Raju George jobin...@gmail.com wrote:


Thanks Claudio for your detailed explanation, but the query returns me an empty 
list: [] Is something wrong with my nova-* or ceilometer-*?




On Thu, Jun 20, 2013 at 4:53 PM, claudio marques clau...@onesource.pt wrote:









Hi
Well, i am also trying to decode all the meters that ceilometer can return, and 
how to do most of the queries, but, to query some specific data, what I am 
doing is:Firs get the resource id number and then query using parameters in the 
curl command.






This is what I already tested:Get the resource id from what you want to query 
ceilometer
$ curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/resources | python -mjson.tool   






And then query with: 
$curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/cpu?q.field=resource_idq.value=resource_id_here
 | python -mjson.tool






Remember that option q is to filter rules for the resources to be returned, 
and try to use python mjson.tool, just for having something legible in your 
terminal.






Good luck :)
Cláudio Marques






clau...@onesource.pt






[Openstack] [keystone] How to validate token without admin privileges

2013-06-20 Thread Janus Godard
Hi,

I'm new to OpenStack. I'm looking at deploying two 3rd party services along
OpenStack and would like to use Keystone for they authentication mechanism.
Service A will authenticate and get a token from keystone and use it for
REST requests to service B. Those two services don't use WSGI, just the
REST API. Is there a way for service B to validate the token with keystone
without having an admin role or the admin token?

Sorry for the noob question. The only thing I found in the doc is the GET
method that requires admin permissions:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Token_Operations.html
And from what I read in the compute admin docs the OpenStack services seem
to rely on admin credentials or token.

Regards,

Janus
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [keystone] How to validate token without admin privileges

2013-06-20 Thread Ravi Chunduru
AFAIK, that is right we need admin privileges to check validity.
Other thing which is surprising, if a service creates a token.. it requires
admin privileges to delete that token. I would not expect all services to
be aware of admin credentials.


Thanks,
-Ravi.

On Thu, Jun 20, 2013 at 12:36 PM, Janus Godard jgv...@gmail.com wrote:

 Hi,

 I'm new to OpenStack. I'm looking at deploying two 3rd party services
 along OpenStack and would like to use Keystone for they authentication
 mechanism. Service A will authenticate and get a token from keystone and
 use it for REST requests to service B. Those two services don't use WSGI,
 just the REST API. Is there a way for service B to validate the token with
 keystone without having an admin role or the admin token?

 Sorry for the noob question. The only thing I found in the doc is the GET
 method that requires admin permissions:

 http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Token_Operations.html
 And from what I read in the compute admin docs the OpenStack services seem
 to rely on admin credentials or token.

 Regards,

 Janus



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Ravi
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [keystone] How to validate token without admin privileges

2013-06-20 Thread Janus Godard
Thanks Ravi and Haitao.

The only workaround I found is to create a new token from the one I
want to validate with:

curl -X POST -d '{ auth:{ token:{ id:non-admin-token },
tenantName:testproject }}' -H Content-Type:application/json -H
Accept: application/json http://localhost:5000/v2.0/tokens | python
-mjson.tool

But since it keeps creating tokens it could spam the db if there were
a lot of requests and it requires knowing the tenant name if one wants
to get the roles in the response.

On Thu, Jun 20, 2013 at 4:05 PM, Haitao Jiang jianghai...@gmail.com wrote:
 Janus

 I think you can use curl and Keystone API to validate your token:

 curl -s -H X-Auth-Token: your token http://keystone:5000/v2.0 |
 python -mjson.tool

 I think you can also validate the token against a tenant by using belongsTo.

 Maybe there are better ways.

 Best

 Haitao

 On Thu, Jun 20, 2013 at 12:36 PM, Janus Godard jgv...@gmail.com wrote:
 Hi,

 I'm new to OpenStack. I'm looking at deploying two 3rd party services along
 OpenStack and would like to use Keystone for they authentication mechanism.
 Service A will authenticate and get a token from keystone and use it for
 REST requests to service B. Those two services don't use WSGI, just the REST
 API. Is there a way for service B to validate the token with keystone
 without having an admin role or the admin token?

 Sorry for the noob question. The only thing I found in the doc is the GET
 method that requires admin permissions:
 http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Token_Operations.html
 And from what I read in the compute admin docs the OpenStack services seem
 to rely on admin credentials or token.

 Regards,

 Janus



 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum is changing its name to...

2013-06-20 Thread tudor
 

Can you give the reasoning behind the name change? It seems strange
to make this change now, especially when quantum is so well
recognised. It's going to create havoc when searching and asking for
help, etc, on google. stackexhange, etc, etc, etc. 

On 2013-06-20
02:13, Mark McClain wrote: 

 All-
 
 The OpenStack Networking team
is happy to announce that the Quantum project will be changing its name
to Neutron. You'll soon see Neutron in lots of places as we work to
implement the name change within OpenStack.
 
 mark

___
 Mailing list:
https://launchpad.net/~openstack
 Post to :
openstack@lists.launchpad.net
 Unsubscribe :
https://launchpad.net/~openstack
 More help :
https://help.launchpad.net/ListHelp

 ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Swift] Load Average node storage

2013-06-20 Thread Jose Augusto de Sousa
Dears,
i finished installation and configuration of  my swift cluster.

After all, i used a region with 1 zone and 4 node storage.
each node-storage with 24 disks and 32GB ram,  in 10Gb network.

i notice the load  always in 3 of 4 hosts.

load average: 24.06, 24.02, 24.00

top - 20:24:29 up 8 days, 21:14,  1 user,  load average: 24.02, 24.02, 24.00
Tasks: 625 total,   1 running, 624 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.0%us,  0.1%sy,  0.0%ni, 99.9%id,  0.0%wa,  0.0%hi,  0.0%si,
 0.0%st

There is something, can i do to reduce the load?
is it normal?

and  why is there a node storage with load 0 and 0 cpu?

top - 20:31:41 up 3 days,  6:56,  1 user,  load average: 0.00, 0.00, 0.00
Tasks: 628 total,   1 running, 627 sleeping,   0 stopped,   0 zombie
Cpu(s):  0.3%us,  0.3%sy,  0.0%ni, 99.4%id,  0.0%wa,  0.0%hi,  0.0%si,
 0.0%st
Mem:  32864600k total,  1077420k used, 31787180k free,69676k buffers
Swap:  2097144k total,0k used,  2097144k free,   277252k cached

on ring's setup, i make using 3 replicas of object.


someone saw this situation?
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Quantum is changing its name to...

2013-06-20 Thread Salvatore Orlando
The reason is merely legal.
More information are available in this thread:
https://lists.launchpad.net/openstack/msg22544.html

Salvatore


On 21 June 2013 00:38, tudor tu...@tudorholton.com wrote:

 **

 Can you give the reasoning behind the name change?  It seems strange to
 make this change now, especially when quantum is so well recognised.
  It's going to create havoc when searching and asking for help, etc, on
 google. stackexhange, etc, etc, etc.

 On 2013-06-20 02:13, Mark McClain wrote:

 All-

 The OpenStack Networking team is happy to announce that the Quantum project 
 will be changing its name to Neutron. You'll soon see Neutron in lots of 
 places as we work to implement the name change within OpenStack.

 mark
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-20 Thread Toshiyuki Hayashi
Hi,

I really understand and share Gabriel's concern, but now GitHub has
become familiar for web design people as well, at least it is the most
popular service in those kind of services.
Also G+ community which using now is not suitable for discussions,
difficult to track threads, share images or texts and read through. I
believe GitHub is the best solution for now.

Regards,
Toshiyuki

On Tue, Jun 18, 2013 at 8:40 AM, Jaromir Coufal jcou...@redhat.com wrote:
 Guys, thank you for the discussion, I have some points here (comments inside
 the mail)


 On 2013/18/06 17:25, Julie Pichon wrote:

 Gabriel Hurley gabriel.hur...@nebula.com wrote:

 I've been hoping some of the more design-oriented folks would weigh in on
 this issue, but that hasn't particularly happened...

 It seems there are already a few of them on the G+ community, it would be
 worthwhile to also have this conversation in the current community and see
 if people agree with the problem and are interested in trying out a new
 option. I started a thread pointing to this one over there.

 Yeah, the idea and conversation started there originally. However there is
 not much activity yet and there was no reply. So the question lies there for
 few weeks already. Hopefully there will be some reaction on revived post.


 My concern is that as engineers we're all comfortable with GitHub, but that
 it will end up being an impediment or discouragement for people who fall
 more on the creative side. I don't disagree with the benefits as stated and
 I'm willing to give any solution a try, but I want to be careful that we
 don't alienate a portion of the contributors by our choice of tools.

 I share with this concern, although I also very much agree with Jaromir on
 the downsides of the current setup.

 I completely understand and share the concern as well.

 However, my thinking is... GitHub is mainly for developers, but not only for
 them. And it is just about registration to GitHub to be active and be able
 to comment there, nothing more (even more, you see all the issues without
 registration).
 What I love about that is not just having better format for discussions, but
 also getting closer to main development stream. So the people who are
 creative and might help with UX improvement ideas, gets also to the reality
 of implementation and in the end hopefully these two streams would meet
 together - which would be amazing result. Both can learn from each other.

 Because, the same concern occurs when we try to move Horizon development
 oriented people to discussions on G+ community.

 Cheers,
 -- Jarda

 Cheers,

 Julie

 In general I leave it to the community, though. :-)

 - Gabriel



-- 
Toshiyuki Hayashi
NTT Innovation Institute Inc.
Tel:650-579-0800 ex4292
mail:haya...@ntti3.com

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [keystone] How to validate token without admin privileges

2013-06-20 Thread Adam Young
We are moving to an RBAC system for enforcing access to the APIs.  So, 
where as in the past we enforced is admin when checking a token, in 
the future, you can specify your own policy rule.


PKI based Tokens  can be verified without talking to Keystone. See the 
auth_token middleware and cms.py files in python-keystoneclient to see 
how that is done.



On 06/20/2013 04:36 PM, Janus Godard wrote:

Thanks Ravi and Haitao.

The only workaround I found is to create a new token from the one I
want to validate with:

curl -X POST -d '{ auth:{ token:{ id:non-admin-token },
tenantName:testproject }}' -H Content-Type:application/json -H
Accept: application/json http://localhost:5000/v2.0/tokens | python
-mjson.tool

But since it keeps creating tokens it could spam the db if there were
a lot of requests and it requires knowing the tenant name if one wants
to get the roles in the response.

On Thu, Jun 20, 2013 at 4:05 PM, Haitao Jiang jianghai...@gmail.com wrote:

Janus

I think you can use curl and Keystone API to validate your token:

curl -s -H X-Auth-Token: your token http://keystone:5000/v2.0 |
python -mjson.tool

I think you can also validate the token against a tenant by using belongsTo.

Maybe there are better ways.

Best

Haitao

On Thu, Jun 20, 2013 at 12:36 PM, Janus Godard jgv...@gmail.com wrote:

Hi,

I'm new to OpenStack. I'm looking at deploying two 3rd party services along
OpenStack and would like to use Keystone for they authentication mechanism.
Service A will authenticate and get a token from keystone and use it for
REST requests to service B. Those two services don't use WSGI, just the REST
API. Is there a way for service B to validate the token with keystone
without having an admin role or the admin token?

Sorry for the noob question. The only thing I found in the doc is the GET
method that requires admin permissions:
http://docs.openstack.org/api/openstack-identity-service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Token_Operations.html
And from what I read in the compute admin docs the OpenStack services seem
to rely on admin credentials or token.

Regards,

Janus



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp



___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-20 Thread Kyle Kelley
Hi!

It's worth pointing out that GitHub's designers jump straight into Pull
Requests, designing right alongside developers. Zach Holman gave a great
talk about their process which included how everyone works together
seamlessly with autonomy.

http://www.youtube.com/watch?v=qyz3jkOBbQY

-- Kyle


On Thu, Jun 20, 2013 at 8:43 PM, Toshiyuki Hayashi haya...@ntti3.comwrote:

 Hi,

 I really understand and share Gabriel's concern, but now GitHub has
 become familiar for web design people as well, at least it is the most
 popular service in those kind of services.
 Also G+ community which using now is not suitable for discussions,
 difficult to track threads, share images or texts and read through. I
 believe GitHub is the best solution for now.

 Regards,
 Toshiyuki

 On Tue, Jun 18, 2013 at 8:40 AM, Jaromir Coufal jcou...@redhat.com
 wrote:
  Guys, thank you for the discussion, I have some points here (comments
 inside
  the mail)
 
 
  On 2013/18/06 17:25, Julie Pichon wrote:
 
  Gabriel Hurley gabriel.hur...@nebula.com wrote:
 
  I've been hoping some of the more design-oriented folks would weigh in on
  this issue, but that hasn't particularly happened...
 
  It seems there are already a few of them on the G+ community, it would be
  worthwhile to also have this conversation in the current community and
 see
  if people agree with the problem and are interested in trying out a new
  option. I started a thread pointing to this one over there.
 
  Yeah, the idea and conversation started there originally. However there
 is
  not much activity yet and there was no reply. So the question lies there
 for
  few weeks already. Hopefully there will be some reaction on revived post.
 
 
  My concern is that as engineers we're all comfortable with GitHub, but
 that
  it will end up being an impediment or discouragement for people who fall
  more on the creative side. I don't disagree with the benefits as stated
 and
  I'm willing to give any solution a try, but I want to be careful that we
  don't alienate a portion of the contributors by our choice of tools.
 
  I share with this concern, although I also very much agree with Jaromir
 on
  the downsides of the current setup.
 
  I completely understand and share the concern as well.
 
  However, my thinking is... GitHub is mainly for developers, but not only
 for
  them. And it is just about registration to GitHub to be active and be
 able
  to comment there, nothing more (even more, you see all the issues without
  registration).
  What I love about that is not just having better format for discussions,
 but
  also getting closer to main development stream. So the people who are
  creative and might help with UX improvement ideas, gets also to the
 reality
  of implementation and in the end hopefully these two streams would meet
  together - which would be amazing result. Both can learn from each other.
 
  Because, the same concern occurs when we try to move Horizon development
  oriented people to discussions on G+ community.
 
  Cheers,
  -- Jarda
 
  Cheers,
 
  Julie
 
  In general I leave it to the community, though. :-)
 
  - Gabriel



 --
 Toshiyuki Hayashi
 NTT Innovation Institute Inc.
 Tel:650-579-0800 ex4292
 mail:haya...@ntti3.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] ceilometer not getting nova notifications

2013-06-20 Thread Anshul Gangwar
I am not getting disk.root.size meter notifications from nova to ceilometer. I 
am getting all ther pollster meters but not notification meters.

Do I need to add any cron job like cinder to get notifications?

I am using devstack and below are the contents of my nova.conf. 

firewall_driver = nova.virt.libvirt.firewall.IptablesFirewallDriver
compute_driver = libvirt.LibvirtDriver
flat_interface = eth0
flat_network_bridge = br100
vlan_interface = eth0
public_interface = br100
network_manager = nova.network.manager.FlatDHCPManager
glance_api_servers = 10.102.153.5:9292
rabbit_password = freebsd
rabbit_host = localhost
rpc_backend = nova.openstack.common.rpc.impl_kombu
ec2_dmz_host = 10.102.153.5
vncserver_proxyclient_address = 127.0.0.1
vncserver_listen = 127.0.0.1
vnc_enabled = true
xvpvncproxy_base_url = http://10.102.153.5:6081/console
novncproxy_base_url = http://10.102.153.5:6080/vnc_auto.html
notification_driver = 
nova.openstack.common.notifier.rpc_notifier,ceilometer.compute.nova_notifier
instance_usage_audit_period = hour
instance_usage_audit = True
logging_context_format_string = %(asctime)s.%(msecs)03d %(levelname)s %(name)s 
[%(request_id)s %(user_name)s %(project_name)s] %(instance)s%(message)s
use_syslog = True
instances_path = /opt/stack/data/nova/instances
lock_path = /opt/stack/data/nova
state_path = /opt/stack/data/nova
volume_api_class = nova.volume.cinder.API
enabled_apis = ec2,osapi_compute,metadata
instance_name_template = instance-%08x
libvirt_cpu_mode = none
libvirt_type = qemu
sql_connection = mysql://root:freebsd@localhost/nova?charset=utf8
my_ip = 10.102.153.5
osapi_compute_extension = nova.api.openstack.compute.contrib.standard_extensions
s3_port = 
s3_host = 10.102.153.5
default_floating_pool = public
fixed_range =
force_dhcp_release = True
dhcpbridge_flagfile = /etc/nova/nova.conf



Thanks,
Anshul  

    1,1   Top
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] How to query ceilometer to get nova-specific data

2013-06-20 Thread Jobin Raju George
Extremely sorry for the delayed response, Claudio, but seems like that is
an issue for me. I have uploaded the response I get by executing *curl -X
GET -H 'X-Auth-Token:token' http://localhost:8777/v2/meters

*
over here http://pastebin.ubuntu.com/5785821/,please have a look. I have
kvm enabled even though my hardware does not support it and I am running
OpenStack on a virtual machine and that virtual machine is not running on
kvm or qemu or xen. But I am not sure whether ceilometer is supported for
these hypervisors. I have raised a question on http://ask.openstack.org
ask.openstack.orghttps://ask.openstack.org/question/2404/does-ceilometer-report-all-statistics-on-hypervisors-other-than-kvm-xen-qemu-lxc-uml/regarding
this, lets see what happens.
Tons of thanks for your oceanic patience and invaluable help.
* http://localhost:8777/v2/meters*


On Thu, Jun 20, 2013 at 8:48 PM, claudio marques clau...@onesource.ptwrote:

 Does this query returns anything?

 *curl -X GET -H 'X-Auth-Token:token' http://localhost:8777/v2/meters*
 *
 *

 ===
 Just a comment:
 I notice that you have something wrong to. kvm requires that your CPU
 supports hardware-assisted virtualization (HVM) such as Intel VT-x or
 AMD-V. Because you are running openstack in a virtual machine, you should
 have used  *nova-compute-qemu* package instead off *nova-compute-kvm* in
 order to install the compute services correctly. (This package provides
 software-based virtualization).
 Probably on your installation you have installed kvm package instead.
 (don't know if it help's on your current problem in ceilometer).

 You probably should change* libvirt_type=kvm *to *qemu* on
 ceilolemeter.conf
 
 Cheers

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 19:53:31 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data


 Hey, Claudio!


 That was a nice catch! But I don't know why I ceilometer continues to
 behave the same way. I have posted the query and the output for your
 reference here http://pastebin.ubuntu.com/5783805/. I am indebted for
 your patience! :-)


 On Thu, Jun 20, 2013 at 7:06 PM, claudio marques clau...@onesource.ptwrote:

 Okay.

 You don't have your rabbit configuration on your ceilometer.conf file.

 rabbit_host=localhost
 rabbit_port=5672
 rabbit_userid=guest
 rabbit_password=guest
 rabbit_retry_backoff=2
 rabbit_max_retries=0
 rabbit_use_ssl=False

 See if this helps

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 18:53:34 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 It is a single node architecture, installed on Ubuntu 12.04 which is a
 Virtual Machine. I installed openstack using the manual instructions, not
 using devstack. I haven't installed quantum, since I don't need networking
 for the moment. And yes, I see that mongodb has a database ceilometer
 (size:203.125 MB) which has 5 collections: meter, project, resource,
 system.indexes and user, none of which have nova-specific data in them.


 On Thu, Jun 20, 2013 at 6:46 PM, claudio marques clau...@onesource.ptwrote:

 Have you have single node, devstack or multi-node openstack architecture ?


 clau...@onesource.pt
 http://www.onesource.pt/
 --
 Date: Thu, 20 Jun 2013 18:35:49 +0530

 From: jobin...@gmail.com
 To: clau...@onesource.pt
 CC: openstack@lists.launchpad.net
 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 The logs presently don't have ERROR's or WARNING's, so I presume they are
 running well and as for the config file, I have customized it a bit. Please
 have a look at it here http://pastebin.ubuntu.com/5783592/. Thank you
 so much for your patience! :)


 On Thu, Jun 20, 2013 at 6:17 PM, claudio marques clau...@onesource.ptwrote:

 Hi

 Try to see if your daemons *(api, collector, central agent, compute agent)
 * are working without having issues. *(see logs)*!
 Have you configured your ceilometer.conf file or is the default one?
 Are shore that you are filing your data base?

 Cheers

 Claudio Marques

 clau...@onesource.pt
 http://www.onesource.pt/

 --
 Date: Thu, 20 Jun 2013 17:47:45 +0530
 From: jobin...@gmail.com
 To: brent.ros...@solinea.com
 CC: clau...@onesource.pt; openstack@lists.launchpad.net

 Subject: Re: [Openstack] How to query ceilometer to get nova-specific data

 Hey, Brent!

 Yes, I am using admin as the user for querying and keystone user-role-listhas 
 admin as one of its roles.


 On Thu, Jun 20, 2013 at 5:16 PM, Brent Roskos brent.ros...@solinea.comwrote:

 Jobin,

 Please ensure that the token you are using was obtained with a user having
 the admin role.

 

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19846

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19846/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson9115541025620982159.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #172

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/172/Project:precise_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 02:01:15 -0400Build duration:1 min 43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDont perform retry_execute in certain cases.by john.griffitheditcinder/volume/drivers/lvm.pyeditcinder/volume/driver.pyModify check for volume-type-id to a get w/defaultby john.griffitheditcinder/volume/drivers/solidfire.pyfix error class path in logging sampleby yejiaeditetc/cinder/logging_sample.confConsole Output[...truncated 1652 lines...]git log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306200201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c7746239-2cce-4d66-9b1a-04b7dd73c6e8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c7746239-2cce-4d66-9b1a-04b7dd73c6e8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #146

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/146/Project:saucy_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 02:01:15 -0400Build duration:2 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDont perform retry_execute in certain cases.by john.griffitheditcinder/volume/driver.pyeditcinder/volume/drivers/lvm.pyModify check for volume-type-id to a get w/defaultby john.griffitheditcinder/volume/drivers/solidfire.pyfix error class path in logging sampleby yejiaeditetc/cinder/logging_sample.confConsole Output[...truncated 2521 lines...]git log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306200201~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b90a90af-f262-4279-a98e-3b3b50aac7af', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b90a90af-f262-4279-a98e-3b3b50aac7af', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19847

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19847/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5157470375262507274.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19848

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19848/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5965718796194254229.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19849

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19849/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson8448988974452365267.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19850

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19850/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2572752030970741779.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19852

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19852/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson1441545161139911250.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #173

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/173/Project:precise_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 03:31:15 -0400Build duration:1 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd missing extend volume test (rpcapi).by avishayeditcinder/tests/test_volume_rpcapi.pyConsole Output[...truncated 1655 lines...]dch -b -D precise --newversion 1:2013.2+git201306200331~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [823989a] Add missing extend volume test (rpcapi).dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ddfd45ec-2d31-4e67-8363-e29ea1fb77a7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ddfd45ec-2d31-4e67-8363-e29ea1fb77a7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #147

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/147/Project:saucy_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 03:31:15 -0400Build duration:2 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd missing extend volume test (rpcapi).by avishayeditcinder/tests/test_volume_rpcapi.pyConsole Output[...truncated 2524 lines...]dch -b -D saucy --newversion 1:2013.2+git201306200331~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [823989a] Add missing extend volume test (rpcapi).dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b314ae52-d559-4872-a392-6c02a39f0ec0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b314ae52-d559-4872-a392-6c02a39f0ec0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_quantum_trunk #224

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/224/Project:precise_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 04:01:16 -0400Build duration:5 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesMake sure exceptions during policy checks are logged.by amigliaccioeditquantum/policy.pyeditquantum/tests/unit/test_policy.pyConsole Output[...truncated 2018 lines...]1 out of 1 hunk FAILED -- rejects in file etc/quantum/plugins/brocade/brocade.inipatching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-14c7d27c-2ec8-47f3-a581-79044d1dfa2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-14c7d27c-2ec8-47f3-a581-79044d1dfa2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpc67ee6/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpc67ee6/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306200402~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-14c7d27c-2ec8-47f3-a581-79044d1dfa2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-14c7d27c-2ec8-47f3-a581-79044d1dfa2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #160

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/160/Project:saucy_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 04:02:16 -0400Build duration:5 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesMake sure exceptions during policy checks are logged.by amigliaccioeditquantum/tests/unit/test_policy.pyeditquantum/policy.pyConsole Output[...truncated 2753 lines...]1 out of 1 hunk FAILED -- rejects in file etc/quantum/plugins/brocade/brocade.inipatching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c739ecd9-645a-4de9-beb7-4bb57a3cebe3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c739ecd9-645a-4de9-beb7-4bb57a3cebe3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpMwRipw/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpMwRipw/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306200402~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c739ecd9-645a-4de9-beb7-4bb57a3cebe3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c739ecd9-645a-4de9-beb7-4bb57a3cebe3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_horizon_trunk #75

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/75/Project:saucy_havana_horizon_trunkDate of build:Thu, 20 Jun 2013 04:01:15 -0400Build duration:7 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesOnly display tenant resources in network topology when adminby jones.bradleyeditopenstack_dashboard/dashboards/project/network_topology/views.pyConsole Output[...truncated 7477 lines...]Version: 1:2013.2+git201306200401~saucy-0ubuntu1Finished at 20130620-0408Build needed 00:01:57, 47856k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'horizon_2013.2+git201306200401~saucy-0ubuntu1_source.changes']gpg: Signature made Thu Jun 20 04:06:27 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Jun 20 04:06:27 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpau41Uy/horizon_2013.2+git201306200401~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpau41Uy/horizon_2013.2+git201306200401~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading horizon_2013.2+git201306200401~saucy-0ubuntu1.dsc: done.  Uploading horizon_2013.2+git201306200401~saucy.orig.tar.gz: done.  Uploading horizon_2013.2+git201306200401~saucy-0ubuntu1.debian.tar.gz: done.  Uploading horizon_2013.2+git201306200401~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'horizon_2013.2+git201306200401~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/h/horizon/openstack-dashboard-ubuntu-theme_2013.2+git201306192001~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/openstack-dashboard_2013.2+git201306192001~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-horizon_2013.2+git201306192001~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-openstack_2013.2+git201306192001~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 86a3d3d3bb316fbe78edeb37e8df81f9db3d3bbeINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/horizon/havana /tmp/tmpau41Uy/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpau41Uy/horizon/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201306200401~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.2+git201306200401~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A horizon_2013.2+git201306200401~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana horizon_2013.2+git201306200401~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana horizon_2013.2+git201306200401~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19855

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19855/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson6206419845037055112.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19856

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19856/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson665018241541865.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19857

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19857/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson6735886669539788477.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19858

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19858/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2304145730535199378.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19859

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19859/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson9130064792057161792.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19860

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19860/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson4654666506608354676.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19861

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19861/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson310126012621697.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19862

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19862/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5693243895620994150.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #148

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/148/Project:saucy_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 06:01:15 -0400Build duration:2 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd build directory to flake8 ignore dirs.by john.griffithedittox.iniConsole Output[...truncated 2527 lines...]dch -a [c7f56ec] Add build directory to flake8 ignore dirs.dch -a [823989a] Add missing extend volume test (rpcapi).dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b1d3a1f4-2e0b-43fd-bb5c-5983452ee017', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b1d3a1f4-2e0b-43fd-bb5c-5983452ee017', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #174

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/174/Project:precise_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 06:01:15 -0400Build duration:2 min 6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd build directory to flake8 ignore dirs.by john.griffithedittox.iniConsole Output[...truncated 1658 lines...]dch -a [c7f56ec] Add build directory to flake8 ignore dirs.dch -a [823989a] Add missing extend volume test (rpcapi).dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ffcb41e0-51d4-44a8-b67e-54a77692272c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ffcb41e0-51d4-44a8-b67e-54a77692272c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19863

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19863/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson7550135515391966852.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19864

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19864/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson6979317456394578501.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19865

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19865/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson934047798698220359.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19866

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19866/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5095731121786765929.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19868

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19868/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson4443600677188302085.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19870

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19870/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson3150337353693978353.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19871

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19871/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5618041360556991425.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19872

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19872/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2730985479541482791.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19873

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19873/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson4388903137401083449.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19874

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19874/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson6195518177066265292.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #225

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/225/Project:precise_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 09:01:16 -0400Build duration:1 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFix IP spoofing filter blocking all packets.by anfroloveditquantum/agent/linux/iptables_firewall.pyeditquantum/tests/unit/test_iptables_firewall.pyConsole Output[...truncated 2021 lines...]patching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0613236c-c214-4f86-9c7d-6aa64ce5d5d9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0613236c-c214-4f86-9c7d-6aa64ce5d5d9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpII4VBq/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpII4VBq/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306200901~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdch -a [531ff2f] Fix IP spoofing filter blocking all packets.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0613236c-c214-4f86-9c7d-6aa64ce5d5d9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0613236c-c214-4f86-9c7d-6aa64ce5d5d9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #161

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/161/Project:saucy_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 09:02:22 -0400Build duration:2 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFix IP spoofing filter blocking all packets.by anfroloveditquantum/tests/unit/test_iptables_firewall.pyeditquantum/agent/linux/iptables_firewall.pyConsole Output[...truncated 2756 lines...]patching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-45a6cf68-3f2f-440a-8852-ec28ccd47d65', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-45a6cf68-3f2f-440a-8852-ec28ccd47d65', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpBLc4Rb/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpBLc4Rb/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306200902~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdch -a [531ff2f] Fix IP spoofing filter blocking all packets.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-45a6cf68-3f2f-440a-8852-ec28ccd47d65', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-45a6cf68-3f2f-440a-8852-ec28ccd47d65', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19875

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19875/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2402066103026426144.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19876

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19876/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson7145189936057188439.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19877

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19877/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5224422731301969224.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19878

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19878/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson8189674767161942160.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

ceph:
Ubuntu: 0.48.3-0ubuntu1
Cloud Archive staging: 0.48.2-0ubuntu2~cloud0
libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19879

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19879/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson8814096748581515080.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19880

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19880/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson1351977175563520919.sh
+ OS_RELEASE=folsom
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/gather-versions.py
 folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ 
/var/lib/jenkins/tools/ubuntu-reports/server/cloud-archive/version-tracker/ca-versions.py
 -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #162

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/162/Project:saucy_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 10:34:15 -0400Build duration:2 min 11 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2768 lines...]1 out of 1 hunk FAILED -- rejects in file quantum/tests/unit/midonet/test_midonet_plugin.pypatching file quantum/tests/unit/ml2/test_agent_scheduler.pypatching file quantum/tests/unit/ml2/test_ml2_plugin.pypatching file quantum/tests/unit/ml2/test_rpcapi.pypatching file quantum/tests/unit/ml2/test_security_group.pypatching file quantum/tests/unit/test_db_plugin.pyHunk #1 succeeded at 1381 (offset -1 lines).Hunk #2 succeeded at 2294 (offset -1 lines).Hunk #3 succeeded at 3341 (offset 28 lines).Hunk #4 succeeded at 3446 (offset 28 lines).Patch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-935008cf-6649-47ab-8ca2-ccc5d27fe8f9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-935008cf-6649-47ab-8ca2-ccc5d27fe8f9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpqhSpyn/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpqhSpyn/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306201034~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdch -a [531ff2f] Fix IP spoofing filter blocking all packets.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-935008cf-6649-47ab-8ca2-ccc5d27fe8f9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-935008cf-6649-47ab-8ca2-ccc5d27fe8f9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #19881

2013-06-20 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19881/


-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #163

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/163/Project:saucy_havana_quantum_trunkDate of build:Thu, 20 Jun 2013 10:54:33 -0400Build duration:1 min 53 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2758 lines...]1 out of 1 hunk FAILED -- rejects in file quantum/tests/unit/midonet/test_midonet_plugin.pypatching file quantum/tests/unit/ml2/test_agent_scheduler.pypatching file quantum/tests/unit/ml2/test_ml2_plugin.pypatching file quantum/tests/unit/ml2/test_rpcapi.pypatching file quantum/tests/unit/ml2/test_security_group.pypatching file quantum/tests/unit/test_db_plugin.pyHunk #1 succeeded at 1381 (offset -1 lines).Hunk #2 succeeded at 2294 (offset -1 lines).Hunk #3 succeeded at 3341 (offset 28 lines).Hunk #4 succeeded at 3446 (offset 28 lines).Patch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a14e6407-d9db-4522-b28a-cbcac3bbe019', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a14e6407-d9db-4522-b28a-cbcac3bbe019', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpsqYP_H/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpsqYP_H/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306201054~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8eea1ae] Make sure exceptions during policy checks are logged.dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdch -a [531ff2f] Fix IP spoofing filter blocking all packets.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a14e6407-d9db-4522-b28a-cbcac3bbe019', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-a14e6407-d9db-4522-b28a-cbcac3bbe019', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-keystoneclient_trunk #39

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_python-keystoneclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-keystoneclient_trunk/39/Project:precise_havana_python-keystoneclient_trunkDate of build:Thu, 20 Jun 2013 10:56:43 -0400Build duration:1 min 40 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 1704 lines...]Source-Version: 1:0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1Space: 3420Status: successfulVersion: 1:0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1Finished at 20130620-1058Build needed 00:00:43, 3420k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jun 20 10:57:36 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Jun 20 10:57:36 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpf0e9lC/python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpf0e9lC/python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1.dsc: done.  Uploading python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise.orig.tar.gz: done.  Uploading python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-keystoneclient/python-keystoneclient_0.2.5.13.geeefb78+git201306191401~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: eeefb784f24c37d5f56a421e1ccc911cace9385eINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/python-keystoneclient/havana /tmp/tmpf0e9lC/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpf0e9lC/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D precise --newversion 1:0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana python-keystoneclient_0.2.5.13.geeefb78+git201306201056~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_swift_trunk #110

2013-06-20 Thread openstack-testing-bot
Title: precise_havana_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_swift_trunk/110/Project:precise_havana_swift_trunkDate of build:Thu, 20 Jun 2013 11:01:20 -0400Build duration:2 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesupdate .gitignoreby academicgarethedit.gitignoreConsole Output[...truncated 1287 lines...]Host Architecture: amd64Install-Time: 0Job: swift_1.9.0+git201306201102~precise-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 0Source-Version: 1.9.0+git201306201102~precise-0ubuntu1Space: 0Status: failedVersion: 1.9.0+git201306201102~precise-0ubuntu1Finished at 20130620-1103Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.9.0+git201306201102~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.9.0+git201306201102~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/swift/havana /tmp/tmp0bDYtC/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmp0bDYtC/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 1b930dd669f8005d16d54acb2a4b53d640d2489f..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1.9.0+git201306201102~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [2a9da16] update .gitignoredch -a [5c8785a] Add max_header_size to swift.conf-sample and relative UTdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.9.0+git201306201102~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A swift_1.9.0+git201306201102~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.9.0+git201306201102~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'swift_1.9.0+git201306201102~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_swift_trunk #70

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_swift_trunk/70/Project:saucy_havana_swift_trunkDate of build:Thu, 20 Jun 2013 11:01:15 -0400Build duration:3 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesupdate .gitignoreby academicgarethedit.gitignoreConsole Output[...truncated 2123 lines...]Host Architecture: amd64Install-Time: 0Job: swift_1.9.0+git201306201102~saucy-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 0Source-Version: 1.9.0+git201306201102~saucy-0ubuntu1Space: 0Status: failedVersion: 1.9.0+git201306201102~saucy-0ubuntu1Finished at 20130620-1104Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.9.0+git201306201102~saucy-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.9.0+git201306201102~saucy-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/swift/havana /tmp/tmpWAkyyG/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpWAkyyG/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 1b930dd669f8005d16d54acb2a4b53d640d2489f..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1.9.0+git201306201102~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [2a9da16] update .gitignoredch -a [5c8785a] Add max_header_size to swift.conf-sample and relative UTdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.9.0+git201306201102~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A swift_1.9.0+git201306201102~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.9.0+git201306201102~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'swift_1.9.0+git201306201102~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #83

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/83/Project:saucy_havana_keystone_trunkDate of build:Thu, 20 Jun 2013 12:32:38 -0400Build duration:4 min 6 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2341 lines...]INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/keystone/havana /tmp/tmpiznDr8/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpiznDr8/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c9633837649ed1883c84a75d526ee50659bcc30e..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306201234~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [7ccfac7] Removing LDAP API Shimdch -a [3afd979] Isolate eventlet code into environment.dch -a [96dea46] Set default 'ou' name for LDAP projects to Projectsdch -a [0616ccb] Imported Translations from Transifexdch -a [620f5a0] Imported Translations from Transifexdch -a [30d4f0b] Move user fileds type check to identity.Managerdch -a [76e3183] Http 400 when project enabled is not a booleandch -a [8a1104e] Imported Translations from Transifexdch -a [d0d4976] Correct the resolving api logic in stat middlewaredch -a [6ca63a7] Remove a stat warning logdch -a [b2da4ea] Using sql as default driver for tokensdch -a [61c72f7] LDAP get_project_users should not return passworddch -a [716f402] Add checks to test if enabled is booldch -a [dc7fdb0] Adds tests for XML version responsedch -a [7b78006] drop user and group constraintsdch -a [bba4ea7] Correct the default name attribute for roledch -a [ce0baf0] Allow request headers access in app context.dch -a [b1bcad9] Remove how to contribute section in favor of CONTRIBUTING.rstdch -a [c639c53] Fix token purging for memcache for user token index.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.2+git201306201234~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A keystone_2013.2+git201306201234~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'keystone_2013.2+git201306201234~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'keystone_2013.2+git201306201234~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #149

2013-06-20 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/149/Project:saucy_havana_cinder_trunkDate of build:Thu, 20 Jun 2013 12:34:13 -0400Build duration:2 min 57 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2704 lines...]dch -a [229e74f] fix error class path in logging sampledch -a [4838985] Modify check for volume-type-id to a get w/defaultdch -a [ca04fc1] Don't perform retry_execute in certain cases.dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306201234~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306201234~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306201234~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306201234~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


  1   2   >