[Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-29 Thread Benoit ML
Hello, I have an openstack installation with 1 controller node, 1 network node and 2 compute node, configured with GRE tunnel for the network, and NFS backend for volumes. I'd like to create a bootable cinder volume from a glance image to have persistant disque for VMs, and tests live migration

Re: [Openstack] Disk Recommendation - OpenStack Swift

2013-01-29 Thread Koert van der Veer
On 01/29/2013 02:11 AM, John van Ommen wrote: I am looking at hardware from Dell and HP, and I've found that the disks they offer are very expensive. For instance, HP's 2TB disk has a MSRP of over $500, while you can get a Western Digital 2TB 'Red' disk for $127. Don't spend too much money on

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-29 Thread Avishay Traeger
Benoit, openstack-bounces+avishay=il.ibm@lists.launchpad.net wrote on 01/29/2013 10:56:33 AM: Hello, I have an openstack installation with 1 controller node, 1 network node and 2 compute node, configured with GRE tunnel for the network, and NFS backend for volumes. I'd like to create a

Re: [Openstack] Copy glance image to cinder bootable volumes - copy_image_to_volume

2013-01-29 Thread Benoit ML
Hello, Thank you ! nice :) I'm really impatient to test cinder with NetApp device (soon it will be). In the documentation : http://docs.openstack.org/trunk/openstack-compute/admin/content/boot-from-volume.html The process is quite painful ... Regards, 2013/1/29 Avishay Traeger

[Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi stackers! Does anyone use initial scripts for resizing disks, adding username and hostame to instances during first boot? Do you know any example of these utils like cloud-init? Thanks! Regards, -- JuanFra ___ Mailing list:

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread Alex Vitola
package cloud-init? https://launchpad.net/cloud-init 2013/1/29 JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com: Hi stackers! Does anyone use initial scripts for resizing disks, adding username and hostame to instances during first boot? Do you know any example of these utils

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread Diego Parrilla Santamaría
cloud-init and it's variants: https://help.ubuntu.com/community/CloudInit -- Diego Parrilla http://www.stackops.com/*CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* * http://www.stackops.com/ * * On Tue, Jan 29, 2013 at 10:42 AM, JuanFra

[Openstack] Error : ProcessExecutionError

2013-01-29 Thread Alexandre De Carvalho
Hi, I have this problem when i want to create a vm: root@alex-X9SCD:~# nova show 6ada5acd-9c6a-4760-b449-02281c24c941 +-+---+ | Property| Value

Re: [Openstack] [OpenStack] DevStack setup on XenServer

2013-01-29 Thread Bob Ball
Hi Antonio, I'm assuming that there really is enough free memory on the XS host? Could you check with XenCenter or the following command line that XenServer knows there is enough memory? xe host-list params=memory-total,memory-free It's possible that this is related to dynamic memory

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init? 2013/1/29 Diego Parrilla Santamaría diego.parrilla.santama...@gmail.com cloud-init and it's variants: https://help.ubuntu.com/community/CloudInit -- Diego Parrilla

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread Pádraig Brady
On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init? Juerg Haefliger is working on cloud-utils and cloud-initramfs-tools packages for Fedora/Red Hat, which support the growroot

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread JuanFra Rodriguez Cardoso
Ok Pádraig, thanks! I will contact him. Regards, JuanFra. 2013/1/29 Pádraig Brady p...@draigbrady.com On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init? Juerg Haefliger is

Re: [Openstack] Configuring instances during first boot

2013-01-29 Thread Juerg Haefliger
On Tue, Jan 29, 2013 at 3:03 PM, Pádraig Brady p...@draigbrady.com wrote: On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: Thanks for your replies!! Has anyone tried to resize root disk of Centos/Fedora instances with cloud-init? I assume you're referring to resizing the root

Re: [Openstack] Horizon - OfflineGenerationError

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi all: After multiple attempts, thanks to Matthias Runge's suggestions, I got Horizon works fine. It needs nova-* services like nova-volume are running. I chose to not use volume service, so that I had to create a virtual vg 'nova-volumes' to get Horizon works. Here I attach code for creation

Re: [Openstack] Disk Recommendation - OpenStack Swift

2013-01-29 Thread Chuck Thier
Hi John, It would be difficult to recommend a specific drive, because things change so often. New drives are being introduced all the time. Manufacturers buy their competition and cancel their awesome products. So the short answer is that you really need to test the drives out in your

[Openstack] nova client support for restore from soft delete ?

2013-01-29 Thread Day, Phil
Hi Folks, Does the nova client provide support to restore a soft deleted instance (and if not, what is the process for pulling an instance back from the brink) ? Cheers, Phil ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-29 Thread JuanFra Rodriguez Cardoso
Hi Phil: Check out XML file associtated to instance if you are using KVM. It contains instance info. You can find this file on your instances diretory (/var/lib/nova/instances by default). Regards, JuanFra. 2013/1/29 Day, Phil philip@hp.com Hi Folks, ** ** Does the nova client

Re: [Openstack] Disk Recommendation - OpenStack Swift

2013-01-29 Thread Jan Drake
A presentation at the first openstack design summit was given in which a vendor did a couple of petabyte swift implementations. In that presentation, they explained that in one implementation they used enterprise drives and another desktop drives. Enterprise drive failures were higher due to

[Openstack] Intrusion detection

2013-01-29 Thread Hassan EL ALLOUSSI
Hi everybody, Is there an Intrusion Detection System used by Openstack? Please help. Best regards ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Disk Recommendation - OpenStack Swift

2013-01-29 Thread Kuo Hugo
There's a most important point. A better monitor/notification method of disks . 2013/1/30 Jan Drake jan_dr...@hotmail.com A presentation at the first openstack design summit was given in which a vendor did a couple of petabyte swift implementations. In that presentation, they explained

Re: [Openstack] Intrusion detection

2013-01-29 Thread Razique Mahroua
Hey Hassan,what do you mean exactly by that?Are there any company who deployed and IDS on it, or does OpenStack provide IDS for itself?Regards, Razique Mahroua-Nuage Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15 Le 29 janv. 2013 à 18:05, Hassan EL ALLOUSSI hallou...@gmail.com a écrit :Hi

[Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-29 Thread Gui Maluf
Hi guys, I'm searching for a Swift Interface that integrates Administration and maybe monitoring. I've checked SwiftStack http://swiftstack.com/ and Gladinethttp://gladinet.blogspot.com.br/2012/06/basic-layer-on-top-of-openstack-swift.html, but both are not opensource and require money to be used.

Re: [Openstack] Intrusion detection

2013-01-29 Thread Hassan EL ALLOUSSI
Hi Mr Razique, Rather what does openstack provide for itself? If there is no solution implemented by default by openstack, what are the solution that could be installed in openstack? Thank u in advance 2013/1/29 Razique Mahroua razique.mahr...@gmail.com Hey Hassan, what do you mean exactly by

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-29 Thread Hugo
Could I have more information about administration tool in your requirements? (I thought swift built command do provide some useful information for parsing) And the monitor part, you can try with zenoss , but it's more complex. Easily, you can use various Linux packages to get what you want.

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-29 Thread Dieter Plaetinck
On Tue, 29 Jan 2013 15:24:31 -0200 Gui Maluf guimal...@gmail.com wrote: Hi guys, I'm searching for a Swift Interface that integrates Administration and maybe monitoring. I've checked SwiftStack http://swiftstack.com/ and

Re: [Openstack] Intrusion detection

2013-01-29 Thread Juergen Brendel
Hello! OpenStack doesn't have a specific IDS built in, if that's what you are asking. Instead, you could deploy a host based or network based IDS yourself. Depending on your network environment, and what sort of thing you wish to burden your servers with, there are many possible choices. Do

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-29 Thread Florian Hines
Theres actually 2 diamond plugin's for swift now. I added the one we use internally at Rackspace a week or two ago https://github.com/BrightcoveOS/Diamond/wiki/collectors-OpenstackSwiftReconCollector . In addition to these and Zenoss theres also been nagios and collectd plugins floating

[Openstack] [OSSA 2013-001] Boot from volume allows access to random volumes (CVE-2013-0208)

2013-01-29 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-001 CVE: CVE-2013-0208 Date: January 29, 2013 Title: Boot from volume allows access to random volumes Reporter: Phil Day (HP) Products: Nova Affects: Essex, Folsom Description: Phil Day from HP reported a

Re: [Openstack] Poll: H release cycle naming

2013-01-29 Thread Thierry Carrez
Results are in: 1. Havana (120) 2. Hood (79) 3. Harbor (43) 4. Hatfield (41) Havana it is. https://launchpad.net/~openstack/+poll/h-release-naming -- Thierry Carrez (ttx) Release Manager, OpenStack ___ Mailing list: https://launchpad.net/~openstack

[Openstack] [OSSA 2013-002] Backend password leak in Glance error message (CVE-2013-0212)

2013-01-29 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 OpenStack Security Advisory: 2013-002 CVE: CVE-2013-0212 Date: January 29, 2013 Title: Backend password leak in Glance error message Reporter: Dan Prince (Red Hat) Products: Glance Affects: All versions Dan Prince of Red Hat discovered an issue in

Re: [Openstack] Problem to find/start openstack services

2013-01-29 Thread Guilherme Souza
I've runned the rejoin-stack.sh script and i got access the dashboard, but if i run top command at linux bash (shell), i can't see the services running and I tried to run the services and I'm getting messages like this one: keystone: unrecognized service Ideas? 2013/1/29 Razique Mahroua

Re: [Openstack] Problem to find/start openstack services

2013-01-29 Thread JuanFra Rodriguez Cardoso
What distro are you using? 2013/1/29 Guilherme Souza souza.guilherm...@gmail.com I've runned the rejoin-stack.sh script and i got access the dashboard, but if i run top command at linux bash (shell), i can't see the services running and I tried to run the services and I'm getting messages

Re: [Openstack] Problem to find/start openstack services

2013-01-29 Thread JuanFra Rodriguez Cardoso
Try e.g: dpkg --get-selections | grep -i keystone However, you can view openstack services in /etc/init.d/ and python files in /usr/lib/python2.x/sites-packages/keystone... 2013/1/29 Guilherme Souza souza.guilherm...@gmail.com ubuntu 11.10 2013/1/29 JuanFra Rodriguez Cardoso

Re: [Openstack] Problem to find/start openstack services

2013-01-29 Thread Guilherme Souza
I've pasted the first command, but I didn't get output, and I can't find any service at /etc/init.d/, only rabbitmq-server appear when I try a ls command. :/ 2013/1/29 JuanFra Rodriguez Cardoso juanfra.rodriguez.card...@gmail.com Try e.g: dpkg --get-selections | grep -i keystone However, you

Re: [Openstack] Problem to find/start openstack services

2013-01-29 Thread Brent Roskos
Isn't rejoin-stack devstack? If you are running devstack, use: screen -x (as the user you are running stack.sh or rejoin-stack from). then you can use ctrl-a n to page through the screens http://ss64.com/bash/screen.html Regards, Brent On Tue, Jan 29, 2013 at 3:53 PM, JuanFra Rodriguez

[Openstack] Sunday 2/17 wiki migration date

2013-01-29 Thread Anne Gentle
Hi all - The wiki migration date is set for Sunday February 17. The Infrastructure team will perform the changeover that day, then cleanup begins. We don't expect downtime other than DNS change over, but we are asking you all to take part in a clean up on Sunday and Monday (which happens to be a

Re: [Openstack] Intrusion detection

2013-01-29 Thread Hassan EL ALLOUSSI
Hello, Thank u for the answer. My request is for a PHD research. We want to prepare a state of the art, what is done now and after proposing a solution. When you say many possible choises : can you plz give me some solution tested and proved as efficient on Openstack? To propose a solution, what

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-29 Thread Vishvananda Ishaya
On Jan 29, 2013, at 8:55 AM, Day, Phil philip@hp.com wrote: Hi Folks, Does the nova client provide support to restore a soft deleted instance (and if not, what is the process for pulling an instance back from the brink) ? If you have reclaim_instance_interval set then you can

[Openstack] confused about nova-manage network create parameters

2013-01-29 Thread Lei Zhang
Hi all, I am curiosity about some parameters when create network. by the way, I am using list below. * folsom * nova-network * kvm + libvirt 1. what's means by --fixed_cidr. I found nothing different when using this parameter. 2. It seems the openstack not working very well when create

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #561

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/561/Project:precise_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 07:31:11 -0500Build duration:11 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_python-cinderclient_trunk #29

2013-01-29 Thread openstack-testing-bot
cause:Started by user anonymousBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 2702 lines...]Finished at 20130129-1059Build needed 00:00:59, 1656k disc spaceINFO:root:Uploading package to ppa:openstack

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_ceilometer_trunk #60

2013-01-29 Thread openstack-testing-bot
at 20130129

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #62

2013-01-29 Thread openstack-testing-bot
at 20130129

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #563

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/563/Project:precise_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 11:31:20 -0500Build duration:17 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_cinder_trunk #109

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/109/Project:raring_grizzly_cinder_trunkDate of build:Tue, 29 Jan 2013 12:01:11 -0500Build duration:23 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6476/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_deploy #18362

2013-01-29 Thread openstack-testing-bot
Title: precise_essex_deploy General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy/18362/Project:precise_essex_deployDate of build:Tue, 29 Jan 2013 12:15:58 -0500Build duration:4 min 48 secBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_test #599

2013-01-29 Thread openstack-testing-bot
Title: precise_essex_test General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_test/599/Project:precise_essex_testDate of build:Tue, 29 Jan 2013 12:20:47 -0500Build duration:25 secBuild cause:Started by command line by jenkinsBuilt on:masterHealth

[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #110

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/110/Project:raring_grizzly_cinder_trunkDate of build:Tue, 29 Jan 2013 12:31:06 -0500Build duration:4 min 50 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6479/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6480/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #564

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/564/Project:precise_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 13:01:21 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6482/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #63

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/63/Project:raring_grizzly_ceilometer_trunkDate of build:Tue, 29 Jan 2013 13:45:18 -0500Build duration:1 min 41 secBuild cause:Started by user

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6483/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #64

2013-01-29 Thread openstack-testing-bot
at 20130129-1357Build needed 00:00:00, 0k disc spaceE: Package build

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6484/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6485/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6486/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_ceilometer_trunk #61

2013-01-29 Thread openstack-testing-bot
at 20130129

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #65

2013-01-29 Thread openstack-testing-bot
at 20130129

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6487/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: folsom_coverage #398

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/folsom_coverage/398/ -- Started by command line by jenkins Started by command line by jenkins Building on master in workspace http://10.189.74.7:8080/job/folsom_coverage/ws/ No emails were triggered. [workspace] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6488/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6489/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6490/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-novaclient_trunk #43

2013-01-29 Thread openstack-testing-bot
at 20130129-1549Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_glance_trunk #90

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/90/Project:precise_grizzly_glance_trunkDate of build:Tue, 29 Jan 2013 15:49:00 -0500Build duration:30 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6491/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6492/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #575

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/575/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 16:02:21 -0500Build duration:4 min 1 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_glance_trunk #91

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/91/Project:precise_grizzly_glance_trunkDate of build:Tue, 29 Jan 2013 16:01:08 -0500Build duration:11 minBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #576

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/576/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 16:10:57 -0500Build duration:2 min 28 secBuild cause:Started by user anonymousBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6493/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6494/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #577

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/577/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 16:29:51 -0500Build duration:7 min 30 secBuild cause:Started by user anonymousBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6495/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6496/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6497/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6498/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6499/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #578

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/578/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 18:01:17 -0500Build duration:5 min 39 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6501/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6502/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6503/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6504/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6505/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #568

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/568/Project:precise_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 19:31:13 -0500Build duration:3 min 38 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6507/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #580

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/580/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 20:05:01 -0500Build duration:4 min 53 secBuild cause:Started by an SCM changeBuilt

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

2013-01-29 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/6509/ -- Started by timer Building remotely on pkg-builder in workspace http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/ [cloud-archive_folsom_version-drift] $ /bin/bash

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-novaclient_trunk #44

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/44/Project:precise_grizzly_python-novaclient_trunkDate of build:Tue, 29 Jan 2013 21:01:08 -0500Build duration:3 min 21 secBuild

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_quantum_trunk #257

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/257/Project:raring_grizzly_quantum_trunkDate of build:Tue, 29 Jan 2013 21:04:30 -0500Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #570

2013-01-29 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/570/Project:precise_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 21:31:13 -0500Build duration:3 min 54 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #581

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/581/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 21:31:13 -0500Build duration:4 min 43 secBuild cause:Started by an SCM changeBuilt

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #582

2013-01-29 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/582/Project:raring_grizzly_nova_trunkDate of build:Tue, 29 Jan 2013 22:31:12 -0500Build duration:4 min 13 secBuild cause:Started by an SCM changeBuilt