Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Zehnder Toni (zehndton)
 On Thu, Nov 01 2012, Julien Danjou wrote:
 On Thu, Nov 01 2012, Zehnder Toni (zehndton) wrote:

 My goal is to offer monitored data to the admin and customers. The 
 admin is interested in the utilization of the physical components and 
 the virtual machines and the customer is interested to know what his VMs do 
 or can do.
 It would be nice to get the data from a single point. I thought I can 
 enhance the Ceilometer compute agent to get this data out. Does this 
 make sense or is it better to use another monitoring tool for the 
 physical components?

 I think the pollster implementation can be done. I wouldn't implement this in 
 the compute agent, but probably in some hardware agent, because it's likely 
 it would be used in different kinds of environment and not only on compute 
 node, i.e. you may also want to meter hardware usage for you cinder or glance 
 node anyway.

I think also the best way to implement this is to integrate a new (hardware) 
agent. Then we have a clear delineation. I'm very interested in helping to 
develop this.

Toni

 About the 10 minutes polling interval Doug mentionned, this can be a problem 
 indeed, but it's still solvable later and would be easy to solve if this in a 
 different agent, since you could change the periodic interval for pollster 
 runs to something like 1 or 5 minutes.

___
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] VM connectivity

2012-11-05 Thread Veera Reddy
Hi Johanna,

Using Security Groups you can ping and SSh to your VM.

http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html



Regards,
Veera.

On Mon, Nov 5, 2012 at 2:24 PM, Heinonen, Johanna (NSN - FI/Espoo) 
johanna.heino...@nsn.com wrote:

 Hi Salvatore,

 ** **

 I am using Quantum with OVS-plugin. My quantum files are attached.

 ** **

 I have done my configuration by following the instructions by E. Macchi
 (includes a tenant internal network and a provider network) and Quantum
 admin quide (folsom). I have a single node installation with one interface
 eth0 and ubuntu 12.04. The OVS is configured like this:

 ** **

 ovs-vsctl add-br br-int

 ovs-vsctl add-br br-ex

 ovs-vsctl br-set-external-id br-ex bridge-id br-ex

 ovs-vsctl add-port br-ex eth0

 ** **

 I am able to start VMs in both the tenant network and provider network,
 they are getting IPs and they become active. The only problem is that I am
 not able to connect to them anyhow (no ssh, no ping…)

 ovs-vsctl looks like this:

 ** **

 root@localadmin:~# ovs-vsctl show

 86f47d37-93b0-4037-a988-1667f85d7c10

 Bridge br-tun

 Port br-tun

 Interface br-tun

 type: internal

 Port patch-int

 Interface patch-int

 type: patch

 options: {peer=patch-tun}

 Bridge br-ex

 Port br-ex

 Interface br-ex

 type: internal

 Port eth0

 Interface eth0

 Port qg-89636625-f4

 Interface qg-89636625-f4

 type: internal

 Bridge br-int

 Port patch-tun

 Interface patch-tun

 type: patch

 options: {peer=patch-int}

 Port vnet1

 tag: 6

 Interface vnet1

 Port vnet2

 tag: 1

 Interface vnet2

 Port tap2fd9694b-51

 tag: 1

 Interface tap2fd9694b-51

 type: internal

 Port vnet0

 tag: 1

 Interface vnet0

 Port br-int

 Interface br-int

 type: internal

 ovs_version: 1.4.0+build0

 ** **

 Maybe there is something wrong in my configuration? What are the best
 troubleshooting tools in this case?

 ** **

 Best regards,

 Johanna

 ** **

 ** **

 *From:* ext Salvatore Orlando [mailto:sorla...@nicira.com]
 *Sent:* Friday, November 02, 2012 10:53 AM
 *To:* Heinonen, Johanna (NSN - FI/Espoo)
 *Cc:* ext Daniel Oliveira; openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] VM connectivity

 ** **

 Hi Johanna,

 ** **

 are you running Openstack with Quantum or nova-network? In the former
 case, which plugin are you using?

 If you are using nova-network, which network manager are you using?

 ** **

 Salvatore

 ** **

 On 2 November 2012 06:32, Heinonen, Johanna (NSN - FI/Espoo) 
 johanna.heino...@nsn.com wrote:

 Hi Daniel,

  

 Did you solve your problem? If yes, what was the solution? I am interested
 because I have similar issues in my setup.

  

 BR

 Johanna

  

 *From:* openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net[mailto:
 openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net] *On
 Behalf Of *ext Daniel Oliveira
 *Sent:* Thursday, October 18, 2012 3:17 PM
 *To:* openstack@lists.launchpad.net


 *Subject:* Re: [Openstack] VM connectivity

  

 So, can anyone help me?

  

 2012/10/16 Daniel Oliveira dvalbr...@gmail.com

 When viewing the console-log of a VM, I noticed the following:

  

 

 Starting network...

 udhcpc (v1.18.5) started

 Sending discover...

 Sending discover...

 Sending discover...

 No lease, failing

 WARN: /etc/rc3.d/S40-network failed

 

 2012/10/16 Daniel Oliveira dvalbr...@gmail.com

 Hello. I installed OpenStack via devStack, and I've noticed I am unable to
 SSH, or even ping, to any VM I launch. I've already added both rules to the
 default security group (port 22 for SSH, and ICMP rule). I hope someone can
 help me, thanks in advance.

  

 P.S.:

 -I am not very experienced with all of this, so if you ask me for the
 output of some command or log, please specify the file path/command;

 -I had a thread with a similar question on this list, but I deleted it
 from my email unintentionally.
 

  

 --
 My best regards,

  

 Daniel Oliveira.

  



 

  

 --
 My best regards,

  

 Daniel Oliveira.

  



 

  

 --
 My best regards,

  

 Daniel Oliveira.

  


 

Re: [Openstack] VM connectivity

2012-11-05 Thread Heinonen, Johanna (NSN - FI/Espoo)
Hi Veera,

 

I forgot to mention that I have already configured the security groups
for bothe ssh/icmp, but this did not help.

 

Regards,

Johanna

 

 

From: ext Veera Reddy [mailto:veerare...@gmail.com] 
Sent: Monday, November 05, 2012 11:02 AM
To: Heinonen, Johanna (NSN - FI/Espoo)
Cc: ext Salvatore Orlando; openstack@lists.launchpad.net
Subject: Re: [Openstack] VM connectivity

 

Hi Johanna,

 

Using Security Groups you can ping and SSh to your VM.

 

http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling
-ping-and-ssh-on-vms.html

 

 

 

Regards,

Veera.

On Mon, Nov 5, 2012 at 2:24 PM, Heinonen, Johanna (NSN - FI/Espoo)
johanna.heino...@nsn.com wrote:

Hi Salvatore,

 

I am using Quantum with OVS-plugin. My quantum files are attached.

 

I have done my configuration by following the instructions by E. Macchi
(includes a tenant internal network and a provider network) and Quantum
admin quide (folsom). I have a single node installation with one
interface eth0 and ubuntu 12.04. The OVS is configured like this:

 

ovs-vsctl add-br br-int

ovs-vsctl add-br br-ex

ovs-vsctl br-set-external-id br-ex bridge-id br-ex

ovs-vsctl add-port br-ex eth0

 

I am able to start VMs in both the tenant network and provider network,
they are getting IPs and they become active. The only problem is that I
am not able to connect to them anyhow (no ssh, no ping...)

ovs-vsctl looks like this:

 

root@localadmin:~# ovs-vsctl show

86f47d37-93b0-4037-a988-1667f85d7c10

Bridge br-tun

Port br-tun

Interface br-tun

type: internal

Port patch-int

Interface patch-int

type: patch

options: {peer=patch-tun}

Bridge br-ex

Port br-ex

Interface br-ex

type: internal

Port eth0

Interface eth0

Port qg-89636625-f4

Interface qg-89636625-f4

type: internal

Bridge br-int

Port patch-tun

Interface patch-tun

type: patch

options: {peer=patch-int}

Port vnet1

tag: 6

Interface vnet1

Port vnet2

tag: 1

Interface vnet2

Port tap2fd9694b-51

tag: 1

Interface tap2fd9694b-51

type: internal

Port vnet0

tag: 1

Interface vnet0

Port br-int

Interface br-int

type: internal

ovs_version: 1.4.0+build0

 

Maybe there is something wrong in my configuration? What are the best
troubleshooting tools in this case?

 

Best regards,

Johanna

 

 

From: ext Salvatore Orlando [mailto:sorla...@nicira.com] 
Sent: Friday, November 02, 2012 10:53 AM
To: Heinonen, Johanna (NSN - FI/Espoo)
Cc: ext Daniel Oliveira; openstack@lists.launchpad.net
Subject: Re: [Openstack] VM connectivity

 

Hi Johanna,

 

are you running Openstack with Quantum or nova-network? In the former
case, which plugin are you using?

If you are using nova-network, which network manager are you using?

 

Salvatore

 

On 2 November 2012 06:32, Heinonen, Johanna (NSN - FI/Espoo)
johanna.heino...@nsn.com wrote:

Hi Daniel,

 

Did you solve your problem? If yes, what was the solution? I am
interested because I have similar issues in my setup.

 

BR

Johanna

 

From: openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net
[mailto:openstack-bounces+johanna.heinonen
mailto:openstack-bounces%2Bjohanna.heinonen
=nsn@lists.launchpad.net] On Behalf Of ext Daniel Oliveira
Sent: Thursday, October 18, 2012 3:17 PM
To: openstack@lists.launchpad.net


Subject: Re: [Openstack] VM connectivity

 

So, can anyone help me?

 

2012/10/16 Daniel Oliveira dvalbr...@gmail.com

When viewing the console-log of a VM, I noticed the following:

 



Starting network...

udhcpc (v1.18.5) started

Sending discover...

Sending discover...

Sending discover...

No lease, failing

WARN: /etc/rc3.d/S40-network failed



2012/10/16 Daniel Oliveira dvalbr...@gmail.com

Hello. I installed OpenStack via devStack, and I've noticed I am unable
to SSH, or even ping, to any VM I launch. I've already added both rules
to the default security group (port 22 for SSH, and ICMP rule). I hope
someone can help me, thanks in advance.

 

P.S.:

-I am not very experienced with all of this, so if you ask me for the
output of some command or log, please specify the file path/command;

-I had a thread with a similar question on this list, but I deleted it
from my email unintentionally.


 

-- 
My best regards,

 

Daniel Oliveira.

 





 

-- 
My best regards,

 

Daniel Oliveira.

 





 

-- 
My best regards,

 

Daniel Oliveira.

 


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

Re: [Openstack] Is there any method to Activate Windows during Launch a new Instance?

2012-11-05 Thread Luis Fernandez Alvarez
Hi Ray,

Have you try to upload a generalized image with sysprep to glance? If you put 
the Product Key in an unattend file, when the generalized image is deployed in 
the concrete virtual machine the activation process will be done during setup. 
The main drawback is that a generalized image takes longer to be deployed, as 
it's thought for heterogeneous environments... Well... this is just another 
option...

If you don't have a corporate license, and each user has to enter the key, 
then... metadata service looks the best way to do it, mixed with... 
setupcomplete.cmd, firstlogon commands or other cloud-init like tools.

Luis.

From: openstack-bounces+luis.fernandez.alvarez=cern...@lists.launchpad.net 
[openstack-bounces+luis.fernandez.alvarez=cern...@lists.launchpad.net] on 
behalf of Ray Sun [qsun01...@cienet.com.cn]
Sent: 03 November 2012 3:00
To: openstack
Subject: [Openstack] Is there any method to Activate Windows during Launch a 
new Instance?

I create a windows 7 image(without activate) and upload to glance, and I can 
successfully start it up. But how can I automatically activate it after user 
launch it? Or how can I inject the SN into windows during startup? Or any other 
better idea?

Thanks a lot.

- Ray
Yours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cnmailto:qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291

___
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] Error in l3_agent

2012-11-05 Thread Skible OpenStack

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running 
l3_nat daemon_loop

Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 170, in daemon_loop

self.do_single_loop()
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 227, in do_single_loop

self.process_router(ri)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 300, in process_router

self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 398, in external_gateway_added

ri.iptables_manager.apply()
  File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py, 
line 282, in apply

root_helper=self.root_helper))
  File /usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py, 
line 55, in execute

raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap', 
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']

Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
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] Error in l3_agent

2012-11-05 Thread Stephen Gran
Hi,

On Mon, 2012-11-05 at 10:52 +0100, Skible OpenStack wrote:
 Hello Stackers !
 
 i am finding a weird error in my l3_agent.log file:
 Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'

Your sudoers config doesn't allow this command - you'll want to fix
that.

Cheers,
-- 
Stephen Gran
Senior Systems Integrator - guardian.co.uk

Please consider the environment before printing this email.
--
Visit guardian.co.uk - website of the year
 
www.guardian.co.ukwww.observer.co.uk www.guardiannews.com 
 
On your mobile, visit m.guardian.co.uk or download the Guardian
iPhone app www.guardian.co.uk/iphone and iPad edition www.guardian.co.uk/iPad 
 
Save up to 37% by subscribing to the Guardian and Observer - choose the papers 
you want and get full digital access. 
Visit guardian.co.uk/subscribe
 
-
This e-mail and all attachments are confidential and may also
be privileged. If you are not the named recipient, please notify
the sender and delete the e-mail and all attachments immediately.
Do not disclose the contents to another person. You may not use
the information for any purpose, or store, or copy, it in any way.
 
Guardian News  Media Limited is not liable for any computer
viruses or other material transmitted with or as part of this
e-mail. You should employ virus checking software.
 
Guardian News  Media Limited
 
A member of Guardian Media Group plc
Registered Office
PO Box 68164
Kings Place
90 York Way
London
N1P 2AP
 
Registered in England Number 908396


___
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] Error in l3_agent

2012-11-05 Thread gong yong sheng

I think we already fixed this bug.
please see if it helps:
https://review.openstack.org/#/c/14756/

On 11/05/2012 05:52 PM, Skible OpenStack wrote:

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running 
l3_nat daemon_loop

Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 170, in daemon_loop

self.do_single_loop()
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 227, in do_single_loop

self.process_router(ri)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 300, in process_router

self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
  File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py, 
line 398, in external_gateway_added

ri.iptables_manager.apply()
  File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py, 
line 282, in apply

root_helper=self.root_helper))
  File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py, line 
55, in execute

raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap', 
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']

Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
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] Error in l3_agent

2012-11-05 Thread Atul Jha
Skible,

Looks to me like a reported bug.

https://bugs.launchpad.net/quantum/+bug/1069966


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Skible OpenStack [skible.openst...@gmail.com]
Sent: Monday, November 05, 2012 3:22 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Error in l3_agent

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running
l3_nat daemon_loop
Traceback (most recent call last):
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 170, in daemon_loop
 self.do_single_loop()
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 227, in do_single_loop
 self.process_router(ri)
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 300, in process_router
 self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
   File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 398, in external_gateway_added
 ri.iptables_manager.apply()
   File
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py,
line 282, in apply
 root_helper=self.root_helper))
   File /usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py,
line 55, in execute
 raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap',
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']
Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
http://www.csscorp.com/common/email-disclaimer.php

___
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] Error in l3_agent

2012-11-05 Thread Gary Kotton

Hi,
The bug has been fixed upstream and is merged into the stable folsom 
branch. Please note that this may not have been packaged by the various 
linux distributions.
If you need to fix this locally then please look at 
https://github.com/openstack/quantum/commit/84d60f5fd477237bd856b97b9970dd796b10647e 
for the change.

Thanks
Gary

On 11/05/2012 12:11 PM, Atul Jha wrote:

Skible,

Looks to me like a reported bug.

https://bugs.launchpad.net/quantum/+bug/1069966


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of 
Skible OpenStack [skible.openst...@gmail.com]
Sent: Monday, November 05, 2012 3:22 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Error in l3_agent

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running
l3_nat daemon_loop
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 170, in daemon_loop
  self.do_single_loop()
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 227, in do_single_loop
  self.process_router(ri)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 300, in process_router
  self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 398, in external_gateway_added
  ri.iptables_manager.apply()
File
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py,
line 282, in apply
  root_helper=self.root_helper))
File /usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py,
line 55, in execute
  raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap',
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']
Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
http://www.csscorp.com/common/email-disclaimer.php

___
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] Error in l3_agent

2012-11-05 Thread Skible OpenStack

Thanks Gary, Atul, gong and Stephan

I am using ubuntu 12.10 and i think it is not yet packaged !
I fixed it manually and everything is working now !

Thanks !

Le 05/11/2012 11:27, Gary Kotton a écrit :

Hi,
The bug has been fixed upstream and is merged into the stable folsom 
branch. Please note that this may not have been packaged by the 
various linux distributions.
If you need to fix this locally then please look at 
https://github.com/openstack/quantum/commit/84d60f5fd477237bd856b97b9970dd796b10647e 
for the change.

Thanks
Gary

On 11/05/2012 12:11 PM, Atul Jha wrote:

Skible,

Looks to me like a reported bug.

https://bugs.launchpad.net/quantum/+bug/1069966


From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net 
[openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on 
behalf of Skible OpenStack [skible.openst...@gmail.com]

Sent: Monday, November 05, 2012 3:22 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Error in l3_agent

Hello Stackers !

i am finding a weird error in my l3_agent.log file:



Stderr: ''
2012-11-05 10:22:59ERROR [quantum.agent.l3_agent] Error running
l3_nat daemon_loop
Traceback (most recent call last):
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 170, in daemon_loop
  self.do_single_loop()
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 227, in do_single_loop
  self.process_router(ri)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 300, in process_router
  self.external_gateway_added(ri, ex_gw_port, internal_cidrs)
File /usr/lib/python2.7/dist-packages/quantum/agent/l3_agent.py,
line 398, in external_gateway_added
  ri.iptables_manager.apply()
File
/usr/lib/python2.7/dist-packages/quantum/agent/linux/iptables_manager.py, 


line 282, in apply
  root_helper=self.root_helper))
File 
/usr/lib/python2.7/dist-packages/quantum/agent/linux/utils.py,

line 55, in execute
  raise RuntimeError(m)
RuntimeError:
Command: ['sudo', '/usr/bin/quantum-rootwrap',
'/etc/quantum/rootwrap.conf', '/sbin/iptables-save', '-t', 'filter']
Exit code: 99
Stdout: 'Unauthorized command: /sbin/iptables-save -t filter\n'
Stderr: ''

==

I can't seem to find any documentation about this problem.

Can anyone please shed some light on this ?

Best regards,
Bilel

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp
http://www.csscorp.com/common/email-disclaimer.php

___
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] [ceilometer] Potential New Use Cases

2012-11-05 Thread Doug Hellmann
On Fri, Nov 2, 2012 at 4:42 PM, Dan Dyer dan.dye...@gmail.com wrote:

  Yes, I am assuming the service controller provides a different stream of
 data from the lower level VM events. So the question is how to represent
 and store this additional meta data in ceilometer. Note that there doesn't
 necessarily need to be a linkage/grouping between the resources since the
 association is what is actually contained in the metadata that is provided
 by the service controller.

 As a summary
 Nova provides its normal events for usage
 Service controller provides a mapping of nova instances to service type
 and actual end user


So the problem isn't necessarily that you want to measure something
different, but that the ownership in the existing data is not correct
from the perspective of the billing system.

We have a similar issue at DreamHost. Our existing user database has
account ids that need to be mapped to tenant ids from keystone. Rather than
putting that information in keystone, or ceilometer, we decided to store it
in our system and have the DreamHost billing system drive the ceilometer
API. Does it make sense to do something similar here?

If we definitely want ceilometer to hold the metadata, then I could also
see adding an API to let an outside system add metadata to a resource. That
would let the PaaS code, which knows about each VM, store extra data that
would be returned with the VM metadata when a caller visits
/resources/resourceid.

Would you expect to be able to query using the metadata? For example,
provide the total instance hours for all instances with paas_tag=foo?

Doug




 Dan


 On 11/1/2012 11:25 AM, Doug Hellmann wrote:



 On Thu, Nov 1, 2012 at 10:21 AM, Dan Dyer dan.dye...@gmail.com wrote:

  In some cases, the service controller is actually running inside a VM.
 It would not have access to the internals of the VM's. It maintains its
 metadata separately from the Nova infrastructure.


  It doesn't need internal access to the VM, but something has to share
 the metadata with ceilometer (or join it to the data ceilometer has) at
 some point. If it would be too difficult to get the data into the events,
 then it could be done by the app that uses the ceilometer API to query for
 usage. For example, the app that loads data from ceilometer to your real
 billing system could be driven by data saved by the service controller in
 whatever database it uses.

  Doug




 DD


 On 10/25/2012 2:25 AM, Nick Barcet wrote:

 Let's imagine that the service that launch instances can tag the
 instance with:
 a) a common service identifier (constant)
 b) a uuid unique for each Unit of the service
 such as constant:uuid

 If that tag is passed onto the events which ceilometer stores in its
 entirety as meta, I do not see what the difficulty would be for the
 rating engine to be able to reconcile the information to handle your 2
 use cases.  Am I missing something?

 Nick

 On 10/25/2012 12:03 AM, Dan Dyer wrote:

  I don't think its just a matter of adding more meters or events for a
 couple of reasons:
 1. In many cases the metadata I am referring to comes from a different
 source than the base usage data. Nova is still emitting its normal
 events, but we get the service/user mapping from a different source. I
 would not characterize this data as usage metrics but more data about
 the system relationships.
 2. in the multiple VM case, we need to have the relationships specified
 so that we can ignore the proper VM's. There has also been talk of
 hybrid billing models that charge for some part of the VM usage as well
 as other metrics. Once again we need a way to characterize the
 relationships so that processing can associate and filter correctly.

 Dan

 On 10/24/2012 3:35 PM, Julien Danjou wrote:

  On Wed, Oct 24 2012, Dan Dyer wrote:


  Use Case 1
 Service Owned Instances
 There are a set of use cases where a service is acting on behalf of a
 user,
 the service is the owner of the VM but billing needs to be attributed
 to the
 end user of the system.This scenario drives two requirements:
 1. Pricing is similar to base VM's but with a premium. So the type of
 service for a VM needs to be identifiable so that the appropriate
 pricing
 can be applied.
 2. The actual end user of the VM needs to be identified so usage can be
 properly attributed

  I think that for this, you just need to add more meters on top of the
 existing one with your own user and project id information.


  As an example, in some of our PAAS use cases, there is a service
 controller
 running on top of the base VM that maintains the control and and
 manages the
 customer experience. The idea is to expose the service and not have the
 customer have to (or even be able to) manipulate the virtual machine
 directly. So in this case, from a Nova perspective, the PAAS service
 owns
 the VM and it's tenantID is what is reported back in events. The way we
 resolve this is to query the service controller for meta data about that
 

Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Doug Hellmann
On Fri, Nov 2, 2012 at 3:07 AM, Patrick Petit 
patrick.michel.pe...@gmail.com wrote:

 Folks,
 I'd like to add to this that physical server metering shouldn't be treated
 differently in Ceilometer now that bare metal provisioning framework enters
 into Grizzly. Physical servers will just become billable resources much
 like VMs. I am not speaking of physical server monitoring here. Just
 extending Ceilometer agent to also report usage data out of the physical
 box.


Thanks for posting this, Patrick. I understood physical devices as host
server not as bare-metal server.

I suspect we could use the same agent framework, but almost all of the
pollsters would need to be different because they would be running inside
the guest OS rather than on a host VM, so the APIs they will use to collect
the same data will be different.

Doug


 Cheers
 Patrick

 Envoyé de mon iPad

 Le 1 nov. 2012 à 19:13, Julien Danjou jul...@danjou.info a écrit :

  On Thu, Nov 01 2012, Zehnder Toni (zehndton) wrote:
 
  My goal is to offer monitored data to the admin and customers. The
 admin is
  interested in the utilization of the physical components and the virtual
  machines and the customer is interested to know what his VMs do or can
 do.
  It would be nice to get the data from a single point. I thought I can
  enhance the Ceilometer compute agent to get this data out. Does this
 make
  sense or is it better to use another monitoring tool for the physical
  components?
 
  I think the pollster implementation can be done. I wouldn't implement
  this in the compute agent, but probably in some hardware agent, because
  it's likely it would be used in different kinds of environment and not
  only on compute node, i.e. you may also want to meter hardware usage for
  you cinder or glance node anyway.
 
  About the 10 minutes polling interval Doug mentionned, this can be a
  problem indeed, but it's still solvable later and would be easy to solve
  if this in a different agent, since you could change the periodic
  interval for pollster runs to something like 1 or 5 minutes.
 
  --
  Julien Danjou
  // Free Software hacker  freelance
  // http://julien.danjou.info
  ___
  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] VM connectivity

2012-11-05 Thread Veera Reddy
Hi,

My Network Configuration in nova.conf

libvirt_vif_type=ethernet
linuxnet_vif_driver=nova.network.linux_net.LinuxOVSInterfaceDriver
firewall_driver=nova.virt.firewall.NoopFirewallDriver
libvirt_use_virtio_for_bridges=True

Regards,
Veera.

On Mon, Nov 5, 2012 at 5:12 PM, Gary Kotton gkot...@redhat.com wrote:

  Hi,
 Can you please check that in nova.conf the value of libvirt_vif_driver is
 nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
 Thanks
 Gary


 On 11/05/2012 11:15 AM, Heinonen, Johanna (NSN - FI/Espoo) wrote:

  Hi Veera,

 ** **

 I forgot to mention that I have already configured the security groups
  for bothe ssh/icmp, but this did not help.

 ** **

 Regards,

 Johanna

 ** **

 ** **

 *From:* ext Veera Reddy [mailto:veerare...@gmail.comveerare...@gmail.com]

 *Sent:* Monday, November 05, 2012 11:02 AM
 *To:* Heinonen, Johanna (NSN - FI/Espoo)
 *Cc:* ext Salvatore Orlando; openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] VM connectivity

 ** **

 Hi Johanna,

 ** **

 Using Security Groups you can ping and SSh to your VM.

 ** **


 http://docs.openstack.org/trunk/openstack-compute/admin/content/enabling-ping-and-ssh-on-vms.html
 

 ** **

 ** **

 ** **

 Regards,

 Veera.

 On Mon, Nov 5, 2012 at 2:24 PM, Heinonen, Johanna (NSN - FI/Espoo) 
 johanna.heino...@nsn.com wrote:

 Hi Salvatore,

  

 I am using Quantum with OVS-plugin. My quantum files are attached.

  

 I have done my configuration by following the instructions by E. Macchi
 (includes a tenant internal network and a provider network) and Quantum
 admin quide (folsom). I have a single node installation with one interface
 eth0 and ubuntu 12.04. The OVS is configured like this:

  

 ovs-vsctl add-br br-int

 ovs-vsctl add-br br-ex

 ovs-vsctl br-set-external-id br-ex bridge-id br-ex

 ovs-vsctl add-port br-ex eth0

  

 I am able to start VMs in both the tenant network and provider network,
 they are getting IPs and they become active. The only problem is that I am
 not able to connect to them anyhow (no ssh, no ping…)

 ovs-vsctl looks like this:

  

 root@localadmin:~# ovs-vsctl show

 86f47d37-93b0-4037-a988-1667f85d7c10

 Bridge br-tun

 Port br-tun

 Interface br-tun

 type: internal

 Port patch-int

 Interface patch-int

 type: patch

 options: {peer=patch-tun}

 Bridge br-ex

 Port br-ex

 Interface br-ex

 type: internal

 Port eth0

 Interface eth0

 Port qg-89636625-f4

 Interface qg-89636625-f4

 type: internal

 Bridge br-int

 Port patch-tun

 Interface patch-tun

 type: patch

 options: {peer=patch-int}

 Port vnet1

 tag: 6

 Interface vnet1

 Port vnet2

 tag: 1

 Interface vnet2

 Port tap2fd9694b-51

 tag: 1

 Interface tap2fd9694b-51

 type: internal

 Port vnet0

 tag: 1

 Interface vnet0

 Port br-int

 Interface br-int

 type: internal

 ovs_version: 1.4.0+build0

  

 Maybe there is something wrong in my configuration? What are the best
 troubleshooting tools in this case?

  

 Best regards,

 Johanna

  

  

 *From:* ext Salvatore Orlando [mailto:sorla...@nicira.com]
 *Sent:* Friday, November 02, 2012 10:53 AM
 *To:* Heinonen, Johanna (NSN - FI/Espoo)
 *Cc:* ext Daniel Oliveira; openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] VM connectivity

  

 Hi Johanna,

  

 are you running Openstack with Quantum or nova-network? In the former
 case, which plugin are you using?

 If you are using nova-network, which network manager are you using?

  

 Salvatore

  

 On 2 November 2012 06:32, Heinonen, Johanna (NSN - FI/Espoo) 
 johanna.heino...@nsn.com wrote:

 Hi Daniel,

  

 Did you solve your problem? If yes, what was the solution? I am interested
 because I have similar issues in my setup.

  

 BR

 Johanna

  

 *From:* openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net[mailto:
 openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net] *On
 Behalf Of *ext Daniel Oliveira
 *Sent:* Thursday, October 18, 2012 3:17 PM
 *To:* openstack@lists.launchpad.net


 *Subject:* Re: [Openstack] VM connectivity

  

 So, can anyone help me?

  

 2012/10/16 Daniel Oliveira dvalbr...@gmail.com

 When viewing the console-log of a VM, I noticed the following:

  

 


Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-05 Thread Julien Danjou
On Mon, Nov 05 2012, Doug Hellmann wrote:

 If we make the current compute agent take an option telling it which
 pollster namespace to use, then the same framework can load different
 pollsters. However, there is a fundamental security issue with
 communicating from an agent running inside a tenant's OS image using the
 RPC stack. At DreamHost, and I suspect at other providers, that RPC network
 is completely isolated from any tenant networks. We would not want a tenant
 to be able to listen to the message bus, and definitely would not want it
 to be able to write anything to the message bus.

What makes you think an agent would run inside an instance? I mean, this
is not what this is about, we're talking about hardware running OS.

-- 
Julien Danjou
# Free Software hacker  freelance
# http://julien.danjou.info


pgp7Pk0gZAZEV.pgp
Description: PGP signature
___
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] [Openstack :: Folsom] Quantum Network Node setup

2012-11-05 Thread Salvatore Orlando
Hi Balaji,

I am not sure I understand your questions. I think that with clients your
referring to python-novaclient and/or python-quantumclient.
If that is correct, those are merely applications that provide users with
tools for access the respective endpoints. These applications are usually
not part of the server-side architecture. It sounds pretty natural to me
then each tenant will run its own client application, which could be
python-quantumclient, something based on it, or something completely
different that interfaces with the quantum API.
Similar reasoning applies to nova, and all the other Openstack projects
IMHO.

Salvatore

On 5 November 2012 13:47, balaji patnala patnala...@gmail.com wrote:


  Hi,

 Just want to understand the design of *client architecture like Nova
 client and Quantum Client.

 Can we run these clients more than one in multiple nodes like Controller
 and as well Compute Node to communicate with Central DB on controller. If
 we do this, do we see any side-affects of overall architecture.

 Appreciate your help in understanding..

 regards,
 balaji

___
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] AMQP server is unreachable

2012-11-05 Thread Johannes Baltimore
Hello.

Something has been keeping my nova modules from running, and by looking at
the logs, I've noticed that the reason is that the modules can't reach the
rabbitmq server:

2012-11-05 10:25:44 INFO nova.openstack.common.rpc.common [-]
Reconnecting to AMQP server on my_ip:5672

2012-11-05 10:25:47 ERROR nova.openstack.common.rpc.common   [-] AMQP
server on my_ip:5672 is unreachable: Socket closed. Trying again in
30 seconds


I have no idea on how should I fix this. the rabbit_host item is right
on the nova.conf file, and rabbitmq is running with its default
configurations, therefore it's using port 5672.


Thanks in advance
___
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] [Openstack :: Folsom] Quantum Network Node setup

2012-11-05 Thread balaji patnala
Thanks Salvatore.

It gave me good understanding of these python-*clients.


On Mon, Nov 5, 2012 at 6:46 PM, Salvatore Orlando sorla...@nicira.comwrote:

 Hi Balaji,

 I am not sure I understand your questions. I think that with clients
 your referring to python-novaclient and/or python-quantumclient.
 If that is correct, those are merely applications that provide users with
 tools for access the respective endpoints. These applications are usually
 not part of the server-side architecture. It sounds pretty natural to me
 then each tenant will run its own client application, which could be
 python-quantumclient, something based on it, or something completely
 different that interfaces with the quantum API.
 Similar reasoning applies to nova, and all the other Openstack projects
 IMHO.

 Salvatore


 On 5 November 2012 13:47, balaji patnala patnala...@gmail.com wrote:


  Hi,

 Just want to understand the design of *client architecture like Nova
 client and Quantum Client.

 Can we run these clients more than one in multiple nodes like Controller
 and as well Compute Node to communicate with Central DB on controller. If
 we do this, do we see any side-affects of overall architecture.

 Appreciate your help in understanding..

 regards,
 balaji



___
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] VMs are not getting IPs

2012-11-05 Thread Raja Gajju
Hi all,

I am using Folsom on my set up. I followed steps from this : 
https://github.com/Amseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst


I am able to login in Dashboard and also to launch VMs.
But the VMs are not getting IPs although Dashboard is showing
status active and their IPs. But when I am doing ifconfig -a
on VNC Console, it is showing no IP. Because of this Ping is also
not working.

My Set up is like this (as in the guide) :

Controller node : eth2(192.168.2.46), eth3(192.168.2.66)
Compute node : eth0(192.168.2.156), eth1(150.1.1.2)

 
Controller    Compute

  eth2   eth3 eth1  
 eth0
    | 
|___Router1_| |
    |__Router2__|


Controller : 

/etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth2
iface eth2 inet static
address 192.168.2.46
netmask 255.255.255.0
gateway 192.168.2.254
dns-nameservers 8.8.8.8
auto eth3
iface eth3 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down

Compute:
/etc/network/interfaces :
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.2.156
netmask
 255.255.255.0
gateway 192.168.2.254
dns-nameservers 8.8.8.8
auto eth1
iface eth1 inet static
address 150.1.1.2
netmask 255.0.0.0

Also on Controller node br-ex is DOWN and on Compute node br-eth1,br-int are 
DOWN
and phy-br-eth1,int-br-eth1 are UP.
Also I didn't understand the significance of br-ex and br-eth1.

Any effort to fix this will be highly appreciated.

Regards,
Girija___
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] howto rescue an instance from a dead host

2012-11-05 Thread Vishvananda Ishaya
Using nova reboot --hard uuid has a better chance of working than nova
start. This should bring back everything but volumes. There are a couple if
bugfixes being back ported to stable folsom. When those are in it should
reconnect everything for you.
On Nov 5, 2012 1:57 AM, gtt116 gtt...@126.com wrote:

 Thomas, Thanks very much for your help!

 于 2012年11月05日 17:15, Thomas Kärgel 写道:
  Hi gtt,
 
  Am 05.11.2012 07:53, schrieb gtt116:
  Hi all,
 
  Any way to rescure an instance when its host is dead.
  Although that teminate and boot a new one is a choice, but is there any
  way to keep the instance's fixed-ips, UUID, floating-ips, etc?
  a few days ago i was also confronted with this requirement. Imho there
  is only a manual way to do this at the current time.
  To resurrect a instance on an other host you have to set it to state
  shutdown in the database, change host value in database, define the
  instance in new hypervisor and start it.
 
  Perform the following steps:
  -Try to have a look at a database-entries of an instance which you
  stopped with nova stop {instance-name} and adjust necessary columns in
  the entry of the instance to be resurrected. Look for table instances in
  nova db. Then set the instance to be resurrected to the same state as
  the stopped instance.
  -Next change the host value in database of this instance to an available
  host.
  -Copy over the instance-files to the new host if you are not using
  shared storage or whatever...
  -Take action to define your instance in hypervisor. How to do this
  depends on what type of hypervisor you are using.
 besides, we need to deal with the reassociate floating-ip and volumns.
 Hope someday openstack can do these jobs for us. 8-):-)
  -Now you should be able to start your instance on the new host via nova
  start {instance-name}.
 
 
  kind regards
  Thomas
 
 
 


 --
 best regards,
 gtt



 ___
 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] AMQP server is unreachable

2012-11-05 Thread Vishvananda Ishaya
This happens when your credentials are wrong. Make sure the rabbit_user and
rabbit_password match what is set in rabbit.
On Nov 5, 2012 5:34 AM, Johannes Baltimore johannes.b...@gmail.com
wrote:

 Hello.

 Something has been keeping my nova modules from running, and by looking at
 the logs, I've noticed that the reason is that the modules can't reach the
 rabbitmq server:

 2012-11-05 10:25:44 INFO nova.openstack.common.rpc.common [-] Reconnecting to 
 AMQP server on my_ip:5672

 2012-11-05 10:25:47 ERROR nova.openstack.common.rpc.common   [-] AMQP server 
 on my_ip:5672 is unreachable: Socket closed. Trying again in 30 seconds


 I have no idea on how should I fix this. the rabbit_host item is right on the 
 nova.conf file, and rabbitmq is running with its default configurations, 
 therefore it's using port 5672.


 Thanks in advance


 ___
 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] [Doc] Long overdue What's Up Doc? 11/5/12

2012-11-05 Thread Anne Gentle
Hi all -
Nothing like a Monday morning to get me to figure out what's going on!
Sorry for the lack of reports since the Summit. Here goes:

1. In review and merged:
We've merged in over 40 doc patches in the last two weeks, some highlights:
Monitoring information brought in for nova from Mirantis (thanks!)
High availability guide additions from Florian Haas (go go go!) Draft
available but not linked:
http://docs.openstack.org/trunk/openstack-ha/content/
Fixes to the glance client commands.
Fixes to the Keystone configuration commands.
Move the keystone_authtoken information into nova.conf sample.

Review:
Docs for security groups with Quantum: https://review.openstack.org/#/c/14723/
Replace isciitarget with tgt https://review.openstack.org/#/c/15321

2. High priority:
Let's release Folsom.
Let's source the api.openstack.org site from the openstack/api-site
repository. CI work nearly complete to make that happen.

3. Doc work going on:
I've been working a lot on the CI infrastructure to move the api site
source out of the openstack-manuals repo. That should be completed
this week with https://review.openstack.org/#/c/15111/ and
https://review.openstack.org/#/c/15143/ being the key CI patches. Also
synching the content with this patch
https://review.openstack.org/#/c/15214/.

4. New incoming doc requests:
A group at IBM would like to get the tested nova samples onto
api.openstack.org and created this blueprint:
https://blueprints.launchpad.net/openstack-manuals/+spec/api-samples-to-api-site

5. Doc tools updates:
We're going to move the
https://github.com/rackspace/clouddocs-maven-plugin code under
openstack-ci and have them use the Gerrit system for their code
updates. I think this is a great step forward and enables more
contributors to work on improvements to the doc output.

6. Other doc news:
Five of us have applied as a group for the Google Doc Summit - a
week-long book sprint to complete the Operators manual. We'll find out
soon if we're accepted and the actual sprint is scheduled for Dec 3-7.
I hope we get accepted, and if we do, I hope you can support us in our
effort by reviewing drafts that week!

___
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] Monitoring physical devices

2012-11-05 Thread Julien Danjou
On Mon, Nov 05 2012, Doug Hellmann wrote:

 When an image is deployed to bare metal, there is no container, right?

Ah, I see the confusion. There's 2 bare metal, I think, the ones run by
the the platform operator and the ones run to replace virtual instances
for any project.
I was actually talking about the former in this thread so far. :)

For the latter, there's indeed this kind of problem, but I don't think
we really want to meter resources on that. Well, at least I don't see
the point and how it can be safe anyway.

-- 
Julien Danjou
# Free Software hacker  freelance
# http://julien.danjou.info


pgpnuRPSMxHAW.pgp
Description: PGP signature
___
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] Relationship between br-int and physical bridge mapping in OVS plugin

2012-11-05 Thread Vinay Bannai
Yes, that makes sense. I was not thinking about multiple physical nics in
the provider network space.

I am trying to get a better understanding of how the vif plugins in the
br-int and the bridge providing external connectivity interact.
The quantum vif plug-in will do the work to configure the br-ext for
tunneling (whether it is vlan or gre).

In my two node setup (controller node and compute node), I am able to all
my VM's instantiated properly. The controller also has n-cpu running so I
get an even distribution of the vm's between the controller node and the
compute nodes. The DHCP IP address is allocated fine. However when I try to
vnc or ping the VM's, I am only able to get to the VM's on the controller
node. I am not able to ping the instances created on the compute node. I am
thinking that there is problem in my phsynet connectivity as the instances
I am not able to get to are on the compute node.

I have vlan tunneling enabled and here is my snippet of the
ovs_quantum_plugin.ini file on the compute and controller node. Any
pointers on where to look?

[OVS]
bridge_mappings = physnet1:br-eth2
network_vlan_ranges = physnet1:1:4094
tenant_network_type = vlan


Thanks
Vinay
On Sun, Nov 4, 2012 at 10:44 PM, Dan Wendlandt d...@nicira.com wrote:




 On Sun, Nov 4, 2012 at 9:57 PM, Vinay Bannai vban...@gmail.com wrote:

 I have a multi node setup. The CC controller doubles up as the quantum
 server and also has the l3 agent and DHCP. I have configured OVS as my
 L2 plugin with vlan tunneling. On the compute nodes, I see that in
 addition to having the integration bridge (br-int) you will also need
 the ovs physical bridge (br-th1) with the physical ether port eth1 as
 a member. I am wondering about the relationship between br-int and
 br-eth1 bridges. Wouldn't it make sense to add eth1 port to the
 integration mode.


 you might have quantum networks that use vlans on different on different
 physical NICs (e.g., eth0 and eth1), so adding each NIC directly to br-int
 wouldn't make sense.  Similarly, you might have some quantum networks that
 also use tunneling.  Hence, all vNICs are just plugged into br-int, and the
 plugin is responsible for doing the right thing with the traffic.

 Dan




 Why have two bridges on the compute node for VMs to
 talk to other VMs in the same tenancy over the physical network?
 I am sure I am missing something in my understanding so would
 appreciate any comments or explanations.

 Thanks
 Vinay

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




 --
 ~~~
 Dan Wendlandt
 Nicira, Inc: www.nicira.com
 twitter: danwendlandt
 ~~~




-- 
Vinay Bannai
Email: vban...@gmail.com
Google Voice: 415 938 7576
___
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] running nova-compute, nova-network in a two node setup.

2012-11-05 Thread Ahmed Al-Mehdi
Hello,

In my setup, I have two nodes, controller node (for running all services) and 
one compute node (to host VMs).  Both have two physical NICs, eth0 has an 
assigned IP address for management of the host from outside, eth1 in 
promiscuous mode for VM communication.  Is the following assumptions correct?

 - compute-node has to run nova-compute, Controller node does not have to run 
nova-compute (as it will not be hosting any  VMs)
 - In a single-host mode (networking wise), only the controller node should run 
nova-network.

Thank you,
Ahmed.



___
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] Relationship between br-int and physical bridge mapping in OVS plugin

2012-11-05 Thread Qin, Xiaohong
Hi Vinay,

I have sent the following email out a while ago,

---
In the following quantum command,

quantum net-create --tenant-id $TENANT_ID net1 --provider:network_type vlan 
--provider:physical_network physnet1 --provider:segmentation_id 1024

provider:segmentation_id is actually a VLAN id which is used in the network for 
controller and compute nodes. This same VLAN id is also passed to the physical 
switch that interconnects controller and compute nodes. Try to avoid use VLAN 
id 1 since some physical switches do not forward VLAN 1 frames by default.
--

This is the problem we were running into when setting up multi node deployment. 
Not sure if it helps or not.

Dennis Qin


From: openstack-bounces+xiaohong.qin=emc@lists.launchpad.net 
[mailto:openstack-bounces+xiaohong.qin=emc@lists.launchpad.net] On Behalf 
Of Vinay Bannai
Sent: Monday, November 05, 2012 10:05 AM
To: Dan Wendlandt
Cc: Openstack
Subject: Re: [Openstack] [quantum] Relationship between br-int and physical 
bridge mapping in OVS plugin

Yes, that makes sense. I was not thinking about multiple physical nics in the 
provider network space.

I am trying to get a better understanding of how the vif plugins in the br-int 
and the bridge providing external connectivity interact.
The quantum vif plug-in will do the work to configure the br-ext for tunneling 
(whether it is vlan or gre).

In my two node setup (controller node and compute node), I am able to all my 
VM's instantiated properly. The controller also has n-cpu running so I get an 
even distribution of the vm's between the controller node and the compute 
nodes. The DHCP IP address is allocated fine. However when I try to vnc or ping 
the VM's, I am only able to get to the VM's on the controller node. I am not 
able to ping the instances created on the compute node. I am thinking that 
there is problem in my phsynet connectivity as the instances I am not able to 
get to are on the compute node.

I have vlan tunneling enabled and here is my snippet of the 
ovs_quantum_plugin.ini file on the compute and controller node. Any pointers on 
where to look?

[OVS]
bridge_mappings = physnet1:br-eth2
network_vlan_ranges = physnet1:1:4094
tenant_network_type = vlan


Thanks
Vinay
On Sun, Nov 4, 2012 at 10:44 PM, Dan Wendlandt 
d...@nicira.commailto:d...@nicira.com wrote:


On Sun, Nov 4, 2012 at 9:57 PM, Vinay Bannai 
vban...@gmail.commailto:vban...@gmail.com wrote:
I have a multi node setup. The CC controller doubles up as the quantum
server and also has the l3 agent and DHCP. I have configured OVS as my
L2 plugin with vlan tunneling. On the compute nodes, I see that in
addition to having the integration bridge (br-int) you will also need
the ovs physical bridge (br-th1) with the physical ether port eth1 as
a member. I am wondering about the relationship between br-int and
br-eth1 bridges. Wouldn't it make sense to add eth1 port to the
integration mode.

you might have quantum networks that use vlans on different on different 
physical NICs (e.g., eth0 and eth1), so adding each NIC directly to br-int 
wouldn't make sense.  Similarly, you might have some quantum networks that also 
use tunneling.  Hence, all vNICs are just plugged into br-int, and the plugin 
is responsible for doing the right thing with the traffic.

Dan



Why have two bridges on the compute node for VMs to
talk to other VMs in the same tenancy over the physical network?
I am sure I am missing something in my understanding so would
appreciate any comments or explanations.

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



--
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.comhttp://www.nicira.com
twitter: danwendlandt
~~~




--
Vinay Bannai
Email: vban...@gmail.commailto:vban...@gmail.com
Google Voice: 415 938 7576tel:415%20938%207576
___
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] Relationship between br-int and physical bridge mapping in OVS plugin

2012-11-05 Thread Vinay Bannai
Thanks Dennis.

I don't have a switch in-between the two nodes so I don't have the default
native VLAN issue. The two nodes are connected back to back.

I managed to console into the VM's on the compute node and saw that they
don't have the IP address. The VM's on the controller node (also where the
dhcp agent and quantum server are located) seem to get the IP address. To
test the hypothesis, I created a separate network with the command that you
mention below for the demo tenant and was able to spawn the VM's. I see
the same problem on the compute node VM's not getting the IP address
assigned. Has anyone who has been able to setup the VLAN tunnels
successfully share their config files?

Thanks
Vinay

On Mon, Nov 5, 2012 at 10:37 AM, Qin, Xiaohong xiaohong@emc.com wrote:

 Hi Vinay,

 ** **

 I have sent the following email out a while ago,

 ** **

 ---

 In the following quantum command,

 ** **

 quantum net-create --tenant-id $TENANT_ID net1 --provider:network_type
 vlan --provider:physical_network physnet1 --provider:segmentation_id 1024*
 ***

 ** **

 provider:segmentation_id is actually a VLAN id which is used in the
 network for controller and compute nodes. This same VLAN id is also passed
 to the physical switch that interconnects controller and compute nodes. Try
 to avoid use VLAN id 1 since some physical switches do not forward VLAN 1
 frames by default.

 --

 ** **

 This is the problem we were running into when setting up multi node
 deployment. Not sure if it helps or not.

 ** **

 Dennis Qin

 ** **

 ** **

 *From:* openstack-bounces+xiaohong.qin=emc@lists.launchpad.net[mailto:
 openstack-bounces+xiaohong.qin=emc@lists.launchpad.net] *On Behalf Of
 *Vinay Bannai
 *Sent:* Monday, November 05, 2012 10:05 AM
 *To:* Dan Wendlandt
 *Cc:* Openstack
 *Subject:* Re: [Openstack] [quantum] Relationship between br-int and
 physical bridge mapping in OVS plugin

 ** **

 Yes, that makes sense. I was not thinking about multiple physical nics in
 the provider network space. 

 ** **

 I am trying to get a better understanding of how the vif plugins in the
 br-int and the bridge providing external connectivity interact. 

 The quantum vif plug-in will do the work to configure the br-ext for
 tunneling (whether it is vlan or gre). 

 ** **

 In my two node setup (controller node and compute node), I am able to all
 my VM's instantiated properly. The controller also has n-cpu running so I
 get an even distribution of the vm's between the controller node and the
 compute nodes. The DHCP IP address is allocated fine. However when I try to
 vnc or ping the VM's, I am only able to get to the VM's on the controller
 node. I am not able to ping the instances created on the compute node. I am
 thinking that there is problem in my phsynet connectivity as the instances
 I am not able to get to are on the compute node.

 I have vlan tunneling enabled and here is my snippet of the
 ovs_quantum_plugin.ini file on the compute and controller node. Any
 pointers on where to look?

 ** **

 [OVS]

 bridge_mappings = physnet1:br-eth2

 network_vlan_ranges = physnet1:1:4094

 tenant_network_type = vlan

 ** **

 ** **

 Thanks

 Vinay

 On Sun, Nov 4, 2012 at 10:44 PM, Dan Wendlandt d...@nicira.com wrote:

 ** **

 ** **

 On Sun, Nov 4, 2012 at 9:57 PM, Vinay Bannai vban...@gmail.com wrote:***
 *

 I have a multi node setup. The CC controller doubles up as the quantum
 server and also has the l3 agent and DHCP. I have configured OVS as my
 L2 plugin with vlan tunneling. On the compute nodes, I see that in
 addition to having the integration bridge (br-int) you will also need
 the ovs physical bridge (br-th1) with the physical ether port eth1 as
 a member. I am wondering about the relationship between br-int and
 br-eth1 bridges. Wouldn't it make sense to add eth1 port to the
 integration mode. 

 ** **

 you might have quantum networks that use vlans on different on different
 physical NICs (e.g., eth0 and eth1), so adding each NIC directly to br-int
 wouldn't make sense.  Similarly, you might have some quantum networks that
 also use tunneling.  Hence, all vNICs are just plugged into br-int, and the
 plugin is responsible for doing the right thing with the traffic.  

 ** **

 Dan

 ** **

 ** **

  

 Why have two bridges on the compute node for VMs to
 talk to other VMs in the same tenancy over the physical network?
 I am sure I am missing something in my understanding so would
 appreciate any comments or explanations.

 Thanks
 Vinay

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



 

 ** **

 --
 ~~~
 Dan Wendlandt 

 Nicira, Inc: www.nicira.com

 twitter: 

[Openstack] nova.conf file, using cinder instead of nova-volume

2012-11-05 Thread Ahmed Al-Mehdi
Hello,

I am following the steps outlined in OpenStack Install and Deploy – Ubuntu to 
setup a two node configuration.  I plan to use Cinder as the block storage 
instead of nova-volume.  I have a few question regarding sample nova.conf file 
mentioned in the doc ( 
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/compute-minimum-configuration-settings.html
 ):

 - In the VOLUME section, are those same options applicable for Cinder?   Is 
there any documentation on installing Cinder (even a draft copy).

 - Does Cinder use the same iscsi application (iSCSI Target) and utility to 
create/manage storage as nova-volume?

 - In the section COMPUTE section, libvirt_type=qem.  I am guessing since 
the manual is written specific for kvm, the config parameter should be 
libvirt_type=kvm.  Is that a typo in the doc?

- In the section COMPUTE/APIS,

# COMPUTE/APIS: if you have separate configs for separate services
# this flag is required for both nova-api and nova-compute
allow_resize_to_same_host=True


What exactly does separate config mean, separate config file, different 
configuration?  Did not find much info in the docs ( 
http://docs.openstack.org/essex/openstack-compute/admin/content/compute-options-reference.html
 ).   Should I just leave it to true.

- In the section NETWORK, I am assuming the config my_ip is not used by 
nova, but for internal consumption by the script?


Thank you very much for your help.

Regards,
Ahmed.

___
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 use extra_specs??

2012-11-05 Thread Mauch, Viktor (SCC)
Hi guys,

 

can anyone tell me (with an example) how to use the extra_specs variable for
an instance_type??

 

Best Regards

 

Viktor



smime.p7s
Description: S/MIME cryptographic signature
___
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 service-create/endpoint-create for cinder

2012-11-05 Thread Vishvananda Ishaya
you can't run nova volume and cinder but it uses all the same settings so you 
can use the same service entry. You just run cinder-api instead of 
nova-api-os-volume (or disable osapi_volume if you are using nova-api), run 
cinder-volume instead of nova-volume and run cinder-scheduler.

Vish

On Nov 5, 2012, at 5:26 PM, Ahmed Al-Mehdi ah...@coraid.com wrote:

 Hello,
 
 I am trying to install cinder in my setup.  I already issued a keystone 
 service-create … and keystone endpoint-create … for nova-volume service, 
 but I plan to install and use cinder.
 $ keystone --os-token 012345SECRET99TOKEN012345 \ --os-endpoint 
 http://192.168.206.130:35357/v2.0/ \
 service-create \
  --name=volume \
  --type=volume \
  --description=Nova Volume Service
 
 
 +-+--+
 |   Property  |  Value   |
 +-+--+
 | description | Nova Volume Service  |
 | id  | 1ff4ece13c3e48d8a6461faebd9cd38f |
 | name| volume   |
 | type| volume   |
 +-+--+
 
 $ keystone --os-token 012345SECRET99TOKEN012345 \
  --os-endpoint http://192.168.206.130:35357/v2.0/ \
  endpoint-create \
  --region RegionOne \
  --service-id=1ff4ece13c3e48d8a6461faebd9cd38f \
  --publicurl='http://192.168.206.130:8776/v1/%(tenant_id)s' \
  --internalurl='http://192.168.206.130:8776/v1/%(tenant_id)s' \
  --adminurl='http://192.168.206.130:8776/v1/%(tenant_id)s'
 
 
 +-+--+
 |   Property  |   Value  |
 +-+--+
 | adminurl| http://192.168.206.130:8776/v1/%(tenant_id)s |
 | id  | 1ff4ece13c3e48d8a6461faebd9cd38f |
 | internalurl | http://192.168.206.130:8776/v1/%(tenant_id)s |
 | publicurl   | http://192.168.206.130:8776/v1/%(tenant_id)s |
 | region  | RegionOne|
 | service_id  | 8a70cd235c7d4a05b43b2dffb9942cc0 |
 +-+--+
 
 I can easily perform a keystone service-create … for cinder, I am a bit 
 confused about endpoint-create.  What port number should I use for the 
 admin/internal/public url?  If the same value as nova-volume, will there not 
 be some sort of a conflict.  Should I remove/uninstall nova-volume?  Purge 
 nova-volume from keystone?
 
 Thank you,
 Ahmed.
 ___
 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] OpenStack Folsom Install Guide

2012-11-05 Thread Yi Sun
Skible,
Followed your guide, everything went through fine until I started my
VM. The VM image I used is a ubuntu cloud image
(http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
After boot up, the VM can not access meta server. It complains about
not route found.
I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
the router for the VM network (10.5.5.1) from the VM but no arp reply.
quantum router-list and port-list give something below:
root@controller/# quantum router-list

| cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
  |

root@controller/# quantum port-list
| 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.2}  |
| 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.3}  |
| 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.1}  |

But ifconfig on controller does not show interface for router at all

Have you seen the same issue before?
Thanks
Yi

On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
skible.openst...@gmail.com wrote:
 Hi Ian,

 Many thanks for the remark. i fixed it :)

 Le 02/11/2012 10:22, DarkSinclair a écrit :

 Greetings Skible.

 Great work to you and the rest on the guide.  A minor change is required
 in nova.conf configuration for file VNC.  The parameter for
 vncserver_proxyclient_address must be eth0's IP address, otherwise the
 console reports 'failed to connect to server'.

 vncserver_proxyclient_address=172.16.2.250
 #vncserver_proxyclient_address=127.0.0.1

 Regards,

 Ian Sinclair

 On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
 wrote:

 hi Tomokazu,

 oups ! i forget to add that in the guide ! thanks ! i will fix it right
 away !

 As for the noVNC problem ! i think because you haven't installed noVNC on
 the compute node !


 Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

 Hi Skible,

 I installed openstack folsom with your guide and I noticed that
 compute node's quantum can not access to controller node's
 rabbitmq-server.

 so I added computeNode:/etc/quantum/quantum.conf with :

  rabbit_host = compute node's IP addr

 now I can access to both node's VMs and VM can access to the
 Internet. :D

 But I still have a problem.

 I can not access to VM's noVNC on compute node. I can
 access to the VM's noVNC on controller node.

 Best regards,

 -- Tomokazu Hirai @jedipunkz

 From: Skible OpenStack skible.openst...@gmail.com
 Subject: [Openstack] OpenStack Folsom Install Guide
 Date: Wed, 31 Oct 2012 13:46:31 +0100

 Hi Stackers,

 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.

 The guide has been updated from the last version to support:

 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested

 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !

 OpenStack Folsom Install Guide

 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

 Cheers

 ___
 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



-- 
Android-x86
http://www.android-x86.org

___
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 use extra_specs??

2012-11-05 Thread Vinay Bannai
The simplest way would be to create key/value pairs for flavor types
(instance types).
This information would be associated in a separate table in nova db
(instance_type_extra_specs) and would go along with the instance type.

Once it is in the database, you can use this information to customize all
kinds of things like the nova scheduler, additional data that can be passed
to the instance at the time of the creation. This is the high level
overview. If you search the mailing list archives you will find some
additional discussion about this topic.

Vinay

On Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC) ma...@kit.edu wrote:

 Hi guys,

 ** **

 can anyone tell me (with an example) how to use the extra_specs variable
 for an instance_type??

 ** **

 Best Regards

 ** **

 Viktor

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




-- 
Vinay Bannai
Email: vban...@gmail.com
Google Voice: 415 938 7576
___
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] Accessing Nova DB from Quantum

2012-11-05 Thread Debojyoti Dutta
Shouldnt you be using nova APIs instead of the NOVA DB? Whats your use case?


On Mon, Nov 5, 2012 at 10:46 PM, Trinath Somanchi 
trinath.soman...@gmail.com wrote:

 Hi-


 While going through the SQLALchemy of the Quantum, I was struck on how to
 Access the NOVA DB tables from Quantum SQLAlchemy.

 Can any one guide me on How to query the tables of the NOVA DB from the
 Quantum SQLAlchemy. I have seen that the querying in SQLAlchemy in NOVA and
 Quantum, is with Models which are the table definitions.

 How can we query the NOVA DB tables from the Quantum SQLAlchemy like wise
 cross DB querying from every Module of Openstack?

 Please help me understand the approach in this regard.

 Thanking you



 --
 Regards,
 --
 Trinath Somanchi,
 +91 9866 235 130


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




-- 
-Debo~
___
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] Accessing Nova DB from Quantum

2012-11-05 Thread Nah, Zhongyue
The information in the Nova DB should provide by a client API interface. 
Quantum should use the client and invoke the API call.

From: openstack-bounces+zhongyue.nah=intel@lists.launchpad.net 
[mailto:openstack-bounces+zhongyue.nah=intel@lists.launchpad.net] On Behalf 
Of Debojyoti Dutta
Sent: Tuesday, November 06, 2012 2:50 PM
To: Trinath Somanchi
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Accessing Nova DB from Quantum

Shouldnt you be using nova APIs instead of the NOVA DB? Whats your use case?

On Mon, Nov 5, 2012 at 10:46 PM, Trinath Somanchi 
trinath.soman...@gmail.commailto:trinath.soman...@gmail.com wrote:
Hi-


While going through the SQLALchemy of the Quantum, I was struck on how to 
Access the NOVA DB tables from Quantum SQLAlchemy.

Can any one guide me on How to query the tables of the NOVA DB from the Quantum 
SQLAlchemy. I have seen that the querying in SQLAlchemy in NOVA and Quantum, is 
with Models which are the table definitions.

How can we query the NOVA DB tables from the Quantum SQLAlchemy like wise cross 
DB querying from every Module of Openstack?

Please help me understand the approach in this regard.

Thanking you



--
Regards,
--
Trinath Somanchi,
+91 9866 235 130tel:%2B91%209866%20235%20130


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



--
-Debo~
___
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] Accessing Nova DB from Quantum

2012-11-05 Thread Trinath Somanchi
For nova client to provide the data, do we need the project id as a
mandatory parameter.

Please help me in this regard.


On Tue, Nov 6, 2012 at 1:03 PM, Nah, Zhongyue zhongyue@intel.comwrote:

  The information in the Nova DB should provide by a client API interface.
 Quantum should use the client and invoke the API call.

 ** **

 *From:* openstack-bounces+zhongyue.nah=intel@lists.launchpad.net[mailto:
 openstack-bounces+zhongyue.nah=intel@lists.launchpad.net] *On Behalf
 Of *Debojyoti Dutta
 *Sent:* Tuesday, November 06, 2012 2:50 PM
 *To:* Trinath Somanchi
 *Cc:* openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] Accessing Nova DB from Quantum

 ** **

 Shouldnt you be using nova APIs instead of the NOVA DB? Whats your use
 case?

 ** **

 On Mon, Nov 5, 2012 at 10:46 PM, Trinath Somanchi 
 trinath.soman...@gmail.com wrote:

 Hi-

 ** **

 ** **

 While going through the SQLALchemy of the Quantum, I was struck on how to
 Access the NOVA DB tables from Quantum SQLAlchemy.

 ** **

 Can any one guide me on How to query the tables of the NOVA DB from the
 Quantum SQLAlchemy. I have seen that the querying in SQLAlchemy in NOVA and
 Quantum, is with Models which are the table definitions.

 ** **

 How can we query the NOVA DB tables from the Quantum SQLAlchemy like wise
 cross DB querying from every Module of Openstack?

 ** **

 Please help me understand the approach in this regard.

 ** **

 Thanking you

 ** **


 

 ** **

 --
 Regards,
 --
 Trinath Somanchi,

 +91 9866 235 130

 ** **


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



 

 ** **

 --
 -Debo~




-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
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-qa-team] QA Proposed Blueprints

2012-11-05 Thread Sean Dague

Reposting to cross post to the new openstack-qa list

-Sean

On 11/02/2012 04:34 PM, Sean Dague wrote:

Out of the nova live upgrade, and full gate in tempest sessions at
OpenStack Summit I think I've come up with the following blueprints that
we should be looking at over grizzly.

* tempest-testtools - remove nose from tempest and use testtools/testr
instead (this conversation mostly happened before I was in the room). I
think Daryl is working this one, but we should blueprint it.

* tempest-coverage-reporting: come up with a way to get coverage out of
OpenStack from tempest. Initial focus will be nova. This will help us
identify areas that are and are not touched by external testing. Matt
Treinish is working on this right now.

* tempest-audit: perform audit of tempest tests looking at longest
running tests to determine if there are other ways to combine them, or
remove duplicate tesitng, to reduce overall tempest runtime.

* nightly-upgade-testing: Dean Troyer's grenade effort needs to get into
the nightly testing on the ci team, and the results should be coming out
to the qa team.

* mixed-version-rpc-testing: This was a proposed attempt to specifically
test a commit against the previous to ensure that the RPC layers can
communicate (i.e. pass all the regular RPC tests). Right now we assume
RPC multi node versions work, but it's not tested anywhere.

* multinode-testing: we need to develop a way to do multinode-testing as
part of nightly runs. This may be past grizzly, but should be on the
list because we keep bringing it up.

Please feel free to throw on comments and thoughts. Once we have general
concensus we can take these forward into the tracker.

 -Sean




--
Sean Dague
IBM Linux Technology Center
email: sda...@linux.vnet.ibm.com
alt-email: slda...@us.ibm.com


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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #9

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/9/Project:precise_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 05:31:21 -0500Build duration:1 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd uuidutils moduleby zhongyue.nahaddquantum/openstack/common/uuidutils.pyeditopenstack-common.confConsole Output[...truncated 2521 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d03c3db-db08-4049-bec3-4524e5c2e43d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d03c3db-db08-4049-bec3-4524e5c2e43d', '-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:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmpIq1zx7/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpIq1zx7/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211050531~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d6f84ff] Add uuidutils moduledch -a [a1e3053] db_base_plugin_v2.QuantumDbPluginV2.create_port clean-updch -a [4c64c17] Clean-up comments in quantum/db/l3_db.pydch -a [92b25fa] Import order clean-updch -a [decb42d] let metaplugin work with plugin which has not l3 extension supportdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d03c3db-db08-4049-bec3-4524e5c2e43d', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d03c3db-db08-4049-bec3-4524e5c2e43d', '-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_grizzly_quantum_trunk #10

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/10/Project:precise_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 06:01:22 -0500Build duration:1 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDrop lxml dependencyby zhongyue.naheditquantum/wsgi.pyedittools/pip-requiresConsole Output[...truncated 2520 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-6b98c9f7-4134-4335-9aea-845013ec19fc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-6b98c9f7-4134-4335-9aea-845013ec19fc', '-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:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmpgMwIz0/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpgMwIz0/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211050601~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3df3281] Drop lxml dependencydch -a [d6f84ff] Add uuidutils moduledch -a [a1e3053] db_base_plugin_v2.QuantumDbPluginV2.create_port clean-updch -a [4c64c17] Clean-up comments in quantum/db/l3_db.pydch -a [92b25fa] Import order clean-updebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-6b98c9f7-4134-4335-9aea-845013ec19fc', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-6b98c9f7-4134-4335-9aea-845013ec19fc', '-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: raring_grizzly_quantum_trunk #8

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/8/Project:raring_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 06:01:22 -0500Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesDrop lxml dependencyby zhongyue.nahedittools/pip-requireseditquantum/wsgi.pyConsole Output[...truncated 2939 lines...]Host Architecture: amd64Install-Time: 0Job: quantum_2013.1+git201211050601~raring-0ubuntu1.dscMachine Architecture: amd64Package: quantumPackage-Time: 0Source-Version: 2013.1+git201211050601~raring-0ubuntu1Space: 0Status: failedVersion: 2013.1+git201211050601~raring-0ubuntu1Finished at 20121105-0603Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201211050601~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201211050601~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/raring-grizzly-proposed /tmp/tmppYv6U5/quantummk-build-deps -i -r -t apt-get -y /tmp/tmppYv6U5/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log d6f84ff74af297877e65ca395856477cf6eb5ad6..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211050601~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [3df3281] Drop lxml dependencydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201211050601~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201211050601~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201211050601~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201211050601~raring-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 Fixed: raring_grizzly_quantum_trunk #9

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/9/Project:raring_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 07:01:21 -0500Build duration:6 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUse uuidutils for uuid validationby zhongyue.naheditquantum/db/securitygroups_db.pyConsole Output[...truncated 8100 lines...]  Uploading quantum_2013.1+git201211050701~raring-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', 'raring-grizzly', 'quantum_2013.1+git201211050701~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/q/quantum/python-quantum_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-common_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-dhcp-agent_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-l3-agent_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2013.1+git201211050531~raring-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2013.1+git201211050531~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/raring-grizzly']Pushed up to revision 101.INFO:root:Storing current commit for next build: 66f7abbee759b0305f32de0a43ff8cfaa4b699b7INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/raring-grizzly-proposed /tmp/tmp2lzWKV/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp2lzWKV/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log d6f84ff74af297877e65ca395856477cf6eb5ad6..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211050701~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [66f7abb] Use uuidutils for uuid validationdch -a [3df3281] Drop lxml dependencydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201211050701~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201211050701~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing quantum_2013.1+git201211050701~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly quantum_2013.1+git201211050701~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/raring-grizzlyEmail 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 Still Failing: precise_grizzly_quantum_trunk #12

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/12/Project:precise_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 11:31:21 -0500Build duration:1 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplements _validate_uuidby zhongyue.naheditquantum/api/v2/attributes.pyConsole Output[...truncated 2520 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-af553dea-c849-43ee-8490-8c9835c36e34', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-af553dea-c849-43ee-8490-8c9835c36e34', '-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:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmpZjXPmA/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpZjXPmA/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211051131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3f7f526] Implements _validate_uuiddch -a [66f7abb] Use uuidutils for uuid validationdch -a [3df3281] Drop lxml dependencydch -a [d6f84ff] Add uuidutils moduledch -a [a1e3053] db_base_plugin_v2.QuantumDbPluginV2.create_port clean-updebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-af553dea-c849-43ee-8490-8c9835c36e34', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-af553dea-c849-43ee-8490-8c9835c36e34', '-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: raring_grizzly_nova_trunk #18

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/18/Project:raring_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 11:26:24 -0500Build duration:14 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 24912 lines...]Machine Architecture: amd64Package: novaPackage-Time: 615Source-Version: 2013.1+git201211051127~raring-0ubuntu1Space: 95876Status: attemptedVersion: 2013.1+git201211051127~raring-0ubuntu1Finished at 20121105-1140Build needed 00:10:15, 95876k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051127~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051127~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpXQHeBR/novamk-build-deps -i -r -t apt-get -y /tmp/tmpXQHeBR/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211051127~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bd186aa] Imported Translations from Transifexdch -a [cfc6d00] Imported Translations from Transifexdch -a [73e6099] Fix unused variables and wrong indent in test_computedch -a [8b283c2] Remove unnecessary db call from xenapi/vmopsdch -a [29568d0] Detangle soft delete and power offdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211051127~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211051127~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051127~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051127~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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: raring_grizzly_nova_trunk #19

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/19/Project:raring_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 12:31:23 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd uuidutils moduleby zhongyue.naheditopenstack-common.confaddnova/openstack/common/uuidutils.pyConsole Output[...truncated 24930 lines...]Machine Architecture: amd64Package: novaPackage-Time: 610Source-Version: 2013.1+git201211051232~raring-0ubuntu1Space: 95916Status: attemptedVersion: 2013.1+git201211051232~raring-0ubuntu1Finished at 20121105-1245Build needed 00:10:10, 95916k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051232~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051232~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmphUwoQI/novamk-build-deps -i -r -t apt-get -y /tmp/tmphUwoQI/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211051232~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bb15f2b] Add uuidutils moduledch -a [bd186aa] Imported Translations from Transifexdch -a [cfc6d00] Imported Translations from Transifexdch -a [73e6099] Fix unused variables and wrong indent in test_computedch -a [8b283c2] Remove unnecessary db call from xenapi/vmopsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211051232~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211051232~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_nova_trunk #18

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/18/Project:precise_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 15:01:25 -0500Build duration:3 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse uuidutils.is_uuid_like for uuid validationby zhongyue.naheditnova/db/sqlalchemy/api.pyeditnova/network/manager.pyeditnova/tests/test_utils.pyeditnova/api/openstack/compute/contrib/floating_ips.pyeditnova/utils.pyeditnova/api/openstack/compute/servers.pyeditnova/network/quantumv2/api.pyeditnova/api/ec2/ec2utils.pyeditnova/console/api.pyeditnova/compute/api.pyConsole Output[...truncated 3466 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cc565101-1479-42c8-851a-fab9a365b5b2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cc565101-1479-42c8-851a-fab9a365b5b2', '-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:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp7XAuNl/novamk-build-deps -i -r -t apt-get -y /tmp/tmp7XAuNl/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211051502~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d2e7bb0] Use uuidutils.is_uuid_like for uuid validationdch -a [bb15f2b] Add uuidutils moduledch -a [bd186aa] Imported Translations from Transifexdch -a [cfc6d00] Imported Translations from Transifexdch -a [73e6099] Fix unused variables and wrong indent in test_computedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cc565101-1479-42c8-851a-fab9a365b5b2', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cc565101-1479-42c8-851a-fab9a365b5b2', '-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: raring_grizzly_nova_trunk #23

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/23/Project:raring_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 19:01:24 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSend all migration data to revert_resize.by rbryanteditnova/compute/api.pyeditnova/tests/compute/test_rpcapi.pyeditnova/compute/rpcapi.pyeditnova/compute/manager.pyConsole Output[...truncated 24992 lines...]Machine Architecture: amd64Package: novaPackage-Time: 626Source-Version: 2013.1+git201211051902~raring-0ubuntu1Space: 95932Status: attemptedVersion: 2013.1+git201211051902~raring-0ubuntu1Finished at 20121105-1915Build needed 00:10:26, 95932k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051902~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051902~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpiVnMhn/novamk-build-deps -i -r -t apt-get -y /tmp/tmpiVnMhn/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211051902~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [df74420] Send all migration data to revert_resize.dch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdch -a [d2e7bb0] Use uuidutils.is_uuid_like for uuid validationdch -a [bb15f2b] Add uuidutils moduledch -a [bd186aa] Imported Translations from Transifexdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211051902~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211051902~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051902~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051902~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_nova_trunk #22

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/22/Project:precise_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 19:31:25 -0500Build duration:2 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSend all migration data to finish_revert_resize.by rbryanteditnova/tests/compute/test_rpcapi.pyeditnova/compute/rpcapi.pyeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 3466 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e7a16961-e132-4c7a-a612-47dc2dd22aa7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e7a16961-e132-4c7a-a612-47dc2dd22aa7', '-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:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpQRHQHC/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQRHQHC/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211051932~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdch -a [d2e7bb0] Use uuidutils.is_uuid_like for uuid validationdch -a [bb15f2b] Add uuidutils moduledebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e7a16961-e132-4c7a-a612-47dc2dd22aa7', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e7a16961-e132-4c7a-a612-47dc2dd22aa7', '-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: raring_grizzly_nova_trunk #24

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/24/Project:raring_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 19:31:23 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSend all migration data to finish_revert_resize.by rbryanteditnova/tests/compute/test_rpcapi.pyeditnova/compute/rpcapi.pyeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 24978 lines...]Machine Architecture: amd64Package: novaPackage-Time: 621Source-Version: 2013.1+git201211051932~raring-0ubuntu1Space: 95928Status: attemptedVersion: 2013.1+git201211051932~raring-0ubuntu1Finished at 20121105-1945Build needed 00:10:21, 95928k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051932~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051932~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpbSzQ3Z/novamk-build-deps -i -r -t apt-get -y /tmp/tmpbSzQ3Z/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211051932~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdch -a [d2e7bb0] Use uuidutils.is_uuid_like for uuid validationdch -a [bb15f2b] Add uuidutils moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211051932~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211051932~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051932~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211051932~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_nova_trunk #23

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/23/Project:precise_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 20:31:25 -0500Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix migrations when not using multi-host networkby cbehrenseditnova/network/api.pyeditnova/tests/network/test_rpcapi.pyeditnova/network/rpcapi.pyeditnova/tests/network/test_api.pyConsole Output[...truncated 3466 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ae333d74-3ff6-4423-8518-182bf158581b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ae333d74-3ff6-4423-8518-182bf158581b', '-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:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpbjSlGd/novamk-build-deps -i -r -t apt-get -y /tmp/tmpbjSlGd/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211052032~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdch -a [d2e7bb0] Use uuidutils.is_uuid_like for uuid validationdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ae333d74-3ff6-4423-8518-182bf158581b', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ae333d74-3ff6-4423-8518-182bf158581b', '-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_grizzly_python-novaclient_trunk #4

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/4/Project:precise_grizzly_python-novaclient_trunkDate of build:Mon, 05 Nov 2012 21:31:21 -0500Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 3 builds failed.33Changesinclude projectid in the cache keyby anotherjesseeditnovaclient/client.pyConsole Output[...truncated 2424 lines...]  Uploading python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise.orig.tar.gz: done.  Uploading python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-novaclient_2.9.0.22.g0dea78c+git201211052131~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-grizzly', 'python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-novaclient/python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: 61ff399e7659d5e6fc80e2fa18f84dd2, got: 8f3c4e9869c1dead033a499ff1bfe775sha1 expected: 7698edf34b20e76cd7a5504c889595f13670d5fc, got: 48a3864333708e856a595600b96e288356464cc3sha256 expected: 69f44fcdec90cc4460ed666796a24b69129eda30fdeb628facbddaedd9e16c21, got: 6544f47dacf176c90bc3aefcd7e03dd033b2b0a42fabc56c73e8b6568cf5b1d3size expected: 67370, got: 67392There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed /tmp/tmpagAkbk/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpagAkbk/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7ddc2fdfcdc0bfa6ada3d150a87ab3d930259538..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly --forcedch -b -D precise --newversion 1:2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0dea78c] include projectid in the cache keydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build 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: raring_grizzly_swift_trunk #9

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/9/Project:raring_grizzly_swift_trunkDate of build:Mon, 05 Nov 2012 21:31:21 -0500Build duration:5 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSet content-type on account/container headby mikeedittest/unit/account/test_server.pyedittest/unit/container/test_server.pyeditswift/container/server.pyeditswift/account/server.pyConsole Output[...truncated 3136 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 131Source-Version: 1.7.5+git201211052131~raring-0ubuntu1Space: 17620Status: attemptedVersion: 1.7.5+git201211052131~raring-0ubuntu1Finished at 20121105-2136Build needed 00:02:11, 17620k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211052131~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211052131~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/raring-grizzly-proposed /tmp/tmpNxbjcI/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpNxbjcI/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.5+git201211052131~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [0d1b420] Set content-type on account/container headdch -a [a4da977] Use pypi for python-swiftclient dependency.dch -a [466e0a0] Split swob.content_range_header() into two methods.dch -a [cda914d] Remove dead code in swob.Response.__init__.dch -a [ba3baba] Allow object-expirer to delete the last version of an objectdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.5+git201211052131~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.5+git201211052131~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211052131~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211052131~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_nova_trunk #24

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/24/Project:precise_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 21:34:24 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSend all aggregate data to add_aggregate_host.by rbryanteditnova/tests/compute/test_rpcapi.pyeditnova/compute/api.pyeditnova/tests/compute/test_compute.pyeditnova/tests/test_xenapi.pyeditnova/virt/xenapi/pool.pyeditnova/compute/rpcapi.pyeditnova/compute/manager.pyConsole Output[...truncated 3466 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4ea83f40-c9a2-4429-a848-f7d74d6e8dcf', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4ea83f40-c9a2-4429-a848-f7d74d6e8dcf', '-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:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmptr_kRG/novamk-build-deps -i -r -t apt-get -y /tmp/tmptr_kRG/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211052135~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4ea83f40-c9a2-4429-a848-f7d74d6e8dcf', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4ea83f40-c9a2-4429-a848-f7d74d6e8dcf', '-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: raring_grizzly_nova_trunk #26

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/26/Project:raring_grizzly_nova_trunkDate of build:Mon, 05 Nov 2012 21:36:42 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSend all aggregate data to add_aggregate_host.by rbryanteditnova/compute/rpcapi.pyeditnova/tests/test_xenapi.pyeditnova/virt/xenapi/pool.pyeditnova/compute/api.pyeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyeditnova/tests/compute/test_rpcapi.pyConsole Output[...truncated 25000 lines...]Machine Architecture: amd64Package: novaPackage-Time: 618Source-Version: 2013.1+git201211052137~raring-0ubuntu1Space: 95968Status: attemptedVersion: 2013.1+git201211052137~raring-0ubuntu1Finished at 20121105-2150Build needed 00:10:18, 95968k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211052137~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211052137~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpQUT3fp/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQUT3fp/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211052137~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdch -a [a260d5f] Cleanup nova.db.sqlalchemy.api importdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211052137~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211052137~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211052137~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211052137~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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_grizzly_quantum_trunk #14

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/14/Project:precise_grizzly_quantum_trunkDate of build:Mon, 05 Nov 2012 22:01:22 -0500Build duration:1 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix unnecessary logging messages during testsby gkottoneditquantum/tests/unit/test_dhcp_agent.pyeditquantum/tests/unit/test_l3_agent.pyeditquantum/tests/unit/test_agent_netns_cleanup.pyConsole Output[...truncated 2520 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f31568fe-412e-4883-a461-78bbbdf2d408', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f31568fe-412e-4883-a461-78bbbdf2d408', '-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:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmprW4T8_/quantummk-build-deps -i -r -t apt-get -y /tmp/tmprW4T8_/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211052201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4123c0c] Use uuidutils.is_uuid_like in quantum.extentions.l3dch -a [3f7f526] Implements _validate_uuiddch -a [66f7abb] Use uuidutils for uuid validationdch -a [3df3281] Drop lxml dependencydch -a [d6f84ff] Add uuidutils moduledebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f31568fe-412e-4883-a461-78bbbdf2d408', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f31568fe-412e-4883-a461-78bbbdf2d408', '-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_grizzly_python-keystoneclient_trunk #4

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-keystoneclient_trunk/4/Project:precise_grizzly_python-keystoneclient_trunkDate of build:Tue, 06 Nov 2012 01:31:21 -0500Build duration:2 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReplace refs to Keystone API with Identity APIby dolph.mathewseditdoc/source/using-api.rsteditdoc/source/releases.rsteditkeystoneclient/client.pyeditsetup.pyeditkeystoneclient/v2_0/client.pyeditdoc/source/shell.rsteditdoc/source/index.rsteditREADME.rstConsole Output[...truncated 2030 lines...]INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-keystoneclient/python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: 82e5ad24c100732c6441cef4d17dc690, got: 851a07d6756c3f72bff3aa01e5321527sha1 expected: ba263e5b4f02596d731aa75139807395a0426aa7, got: 725e571b0c44f100f3194cc201d96a7d4c328190sha256 expected: 80ac919e17fd8618d0b10fe8ddf3de942fc02c81249bf32ed7a0b6b5b507, got: c5d97f0a66a72938d4f145ecfdc3fd8849b423ff97b33786d668608580d90f22size expected: 40162, got: 39734There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzly-proposed /tmp/tmpCr5Gkm/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpCr5Gkm/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzly --forcedch -b -D precise --newversion 1:0.1.3.60+git201211060131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [5416fec] Fix keystoneclient so swift works against Rackspace Cloud Filesdch -a [5f38eb7] Replace refs to 'Keystone API' with 'Identity API'dch -a [0dfc698] Don't log an exception for an expected empty catalog.dch -a [88fe2de] Add OpenStack trove classifier for PyPIdch -a [56a4e4b] add a new HTTPClient attr for setting the original IPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.60+git201211060131~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build 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_grizzly_python-novaclient_trunk #5

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/5/Project:precise_grizzly_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 02:01:21 -0500Build duration:1 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 4 builds failed.25ChangesFixes setup compatibility issue on Windowsby apeditnovaclient/openstack/common/setup.pyConsole Output[...truncated 613 lines...]Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.7.1-1fakesync1) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed', '/tmp/tmpemAMyF/python-novaclient']ssh_exchange_identification: Connection closed by remote hostConnectionReset reading response for 'BzrDir.open_2.1', retryingssh_exchange_identification: Connection closed by remote hostbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed', '/tmp/tmpemAMyF/python-novaclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed', '/tmp/tmpemAMyF/python-novaclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed /tmp/tmpemAMyF/python-novaclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed', '/tmp/tmpemAMyF/python-novaclient']' 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 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed', '/tmp/tmpemAMyF/python-novaclient']' 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: raring_grizzly_python-novaclient_trunk #4

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/4/Project:raring_grizzly_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 02:01:21 -0500Build duration:1 min 43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 4 builds failed.75ChangesFixes setup compatibility issue on Windowsby apeditnovaclient/openstack/common/setup.pyConsole Output[...truncated 914 lines...]Setting up python-oauth (1.0.1-3build1) ...Setting up python-lazr.restfulclient (0.12.0-2) ...Setting up python-launchpadlib (1.9.12-2) ...Setting up python-paramiko (1.7.7.1-3) ...Setting up sgml-base (1.26+nmu3ubuntu1) ...Updating the super catalog...Setting up unzip (6.0-7ubuntu1) ...Setting up wdiff (1.1.2-1) ...Setting up xml-core (0.13+nmu1) ...update-catalog: Suppressing action on super catalog. Invoking trigger instead.update-catalog: Please rebuild the package being set up with a version of debhelper fixing #477751.Setting up equivs (2.0.9) ...Setting up python-magic (5.11-2) ...Setting up liblwp-protocol-https-perl (6.03-1) ...Setting up libwww-perl (6.04-1) ...Setting up libparse-debcontrol-perl (2.005-3) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for sgml-base ...Updating the super catalog...INFO:root:Branching lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed', '/tmp/tmpzJin84/python-novaclient']ssh_exchange_identification: Connection closed by remote hostConnectionReset reading response for 'BzrDir.open_2.1', retryingssh_exchange_identification: Connection closed by remote hostbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed', '/tmp/tmpzJin84/python-novaclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed', '/tmp/tmpzJin84/python-novaclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed /tmp/tmpzJin84/python-novaclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed', '/tmp/tmpzJin84/python-novaclient']' 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 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-novaclient/raring-grizzly-proposed', '/tmp/tmpzJin84/python-novaclient']' 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_grizzly_nova_trunk #25

2012-11-05 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/25/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 02:31:23 -0500Build duration:2 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLook up stuck-in-rebooting instances in managerby danmseditnova/virt/xenapi/driver.pyeditnova/virt/fake.pyeditnova/virt/libvirt/driver.pyeditnova/compute/manager.pyeditnova/virt/xenapi/vmops.pyeditnova/virt/driver.pyeditnova/tests/test_virt_drivers.pyConsole Output[...truncated 3466 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-dbc234b6-c832-4c29-a5b8-10c9257a3029', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-dbc234b6-c832-4c29-a5b8-10c9257a3029', '-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:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpoVWM58/novamk-build-deps -i -r -t apt-get -y /tmp/tmpoVWM58/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211060232~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-dbc234b6-c832-4c29-a5b8-10c9257a3029', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-dbc234b6-c832-4c29-a5b8-10c9257a3029', '-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: raring_grizzly_nova_trunk #27

2012-11-05 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/27/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 02:31:24 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLook up stuck-in-rebooting instances in managerby danmseditnova/virt/fake.pyeditnova/compute/manager.pyeditnova/virt/xenapi/driver.pyeditnova/virt/libvirt/driver.pyeditnova/virt/driver.pyeditnova/tests/test_virt_drivers.pyeditnova/virt/xenapi/vmops.pyConsole Output[...truncated 25021 lines...]Machine Architecture: amd64Package: novaPackage-Time: 621Source-Version: 2013.1+git201211060232~raring-0ubuntu1Space: 95980Status: attemptedVersion: 2013.1+git201211060232~raring-0ubuntu1Finished at 20121106-0245Build needed 00:10:21, 95980k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060232~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060232~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpH21w85/novamk-build-deps -i -r -t apt-get -y /tmp/tmpH21w85/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211060232~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211060232~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211060232~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error 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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build 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