[Openstack] Openstack Baremetal Provisioning

2012-07-01 Thread Trinath Somanchi
Hi- As explained in the email, With respect to the link, http://wiki.openstack.org/GeneralBareMetalProvisioningFramework Can you kindly guide/brief me on https://github.com/usc-isi/essex-baremetal-support (Stable/Essex) I mean Install/Config/Testing of the Provisioning support. Thanking you,

Re: [Openstack] VM network adapter hotplug

2012-07-01 Thread Dan Wendlandt
Hi Irena, We've talked about adding this capability (blueprint here: https://blueprints.launchpad.net/quantum/+spec/nova-quantum-interface-creation) and its mentioned in this bug ( https://bugs.launchpad.net/quantum/+bug/1019909), but I do not know of anyone actively working on this. If you'd lik

Re: [Openstack] VM network adapter hotplug

2012-07-01 Thread heut2008
openstack doesn't support this feather now,but with quantum in the future ,it may be possible,there is a relative blueprint for this . https://blueprints.launchpad.net/quantum/+spec/nova-quantum-interface-creation 2012/7/2 Irena Berezovsky : > Hi, > > I tried to find a way to add a network adapte

[Openstack] VM network adapter hotplug

2012-07-01 Thread Irena Berezovsky
Hi, I tried to find a way to add a network adapter to running VM without needing to restart it but could not find an API to apply it. As I understand KVM allows such functionality : https://fedoraproject.org/wiki/Features/KVM_NIC_Hotplug Is it supported or considered for Folsom? Thanks a lot, Ir

[Openstack] Heterogeneous hardware support

2012-07-01 Thread balaji patnala
Hi, Does open stack [Essex] release support Heterogeneous hardware for creating VMs with Security Applications? If not, what is the road map for this. Please let me know. Also, Please let me know about Heterogeneous Hardware deployment in Cloud infrastructure we have right now. Thanks in advance

Re: [Openstack] [Swift] [Storage node] Lots of timeouts in load test after several hours around 1, 000, 0000 operations

2012-07-01 Thread Kuo Hugo
An update about 76667 Jul 1 16:37:50 angryman-storage-03 kernel: [350840.052654] w83795 0-002f: Failed to read from register 0x015, err -6 error seems come with lm-sensors to collect HW temperature . It might be an alert of system. 2012/7/2 John Dickinson > I hope you are able to get an answ

Re: [Openstack] RFC: Thoughts on improving OpenStack GIT commit practice/history

2012-07-01 Thread Monty Taylor
Hey! I agree with most of this in general. A few comments about a section I just happened to read: On 06/27/2012 06:52 AM, Daniel P. Berrange wrote: snip > Including external references > - > > The commit message is primarily targetted towards human interpretation, >

[Openstack] CY12-Q2 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack

2012-07-01 Thread Qingye Jiang (John)
Hi all, I would like to let you know that I have just finished an analysis on the 4 open source projects (OpenStack, OpenNebula, Eucalyptus, CloudStack) from a community activity perspective. The analysis report could be found from my personal blog at http://www.qyjohn.net/?p=2233 (with a lot

Re: [Openstack] need help about jenkins

2012-07-01 Thread heut2008
push another patch ,jenkins still can't pass through my commit . 2012/7/2 Monty Taylor : > Hi! > > We were doing some maintenance this afternoon on jenkins and gerrit - > you were unlucky enough to push right in the middle of that. > > Try amending your commit (git commit --amend) and change the c

Re: [Openstack] Nova and asynchronous instance launching

2012-07-01 Thread Chris Behrens
On Jul 1, 2012, at 3:04 PM, "Day, Phil" wrote: > Rather than adding debug statements could we please add additional > notification events (for example a notification event whenever task_state > changes) > This has been in trunk for a month or maybe a little longer. FYI - Chris ___

Re: [Openstack] Nova and asynchronous instance launching

2012-07-01 Thread Day, Phil
Rather than adding debug statements could we please add additional notification events (for example a notification event whenever task_state changes) Anyone that want's log file entries could then use the log_notifier, but those that want to get information like this back into a central system c

Re: [Openstack] [Swift] [Storage node] Lots of timeouts in load test after several hours around 1, 000, 0000 operations

2012-07-01 Thread John Dickinson
I hope you are able to get an answer. I'm traveling this week, so I won't have a chance to look in to it. I hope some of the other core devs will have a chance to help you find an answer. --John On Jul 1, 2012, at 2:03 PM, Kuo Hugo wrote: > Hi all , > > I did several loading tests for swif

Re: [Openstack] How do I stop image-create from using /tmp?

2012-07-01 Thread Jay Pipes
On 06/30/2012 09:25 PM, Lars Kellogg-Stedman wrote: >> So, maybe setting any of this environment variables for nova-compute >> to desired value sholuld help. > > Yeah, I was expecting that. > > Given that this could easily take out a compute host I'd like to see > it get an explicit configuration

[Openstack] [Swift] [Storage node] Lots of timeouts in load test after several hours around 1, 000, 0000 operations

2012-07-01 Thread Kuo Hugo
Hi all , I did several loading tests for swift in recent days. I'm facing an issue ... Hope you can share you consideration to me ... My environment: Swift-proxy with Tempauth in one server : 4 cores/32G rams Swift-object + Swift-account + Swift-container in storage node * 3 , each for : 8

Re: [Openstack] Nova and asynchronous instance launching

2012-07-01 Thread Jay Pipes
On 06/29/2012 01:50 PM, David Kranz wrote: > An assumption is being made here that the "user" and "cloud provider" > are unrelated. But I think there are many projects under development > where a cloud-based service is being provided on top of an OpenStack > infrastructure. In that use case, the di

Re: [Openstack] need help about jenkins

2012-07-01 Thread Monty Taylor
Hi! We were doing some maintenance this afternoon on jenkins and gerrit - you were unlucky enough to push right in the middle of that. Try amending your commit (git commit --amend) and change the commit message a little (put a space after the comma here: lp:1019348,update and then run git review

[Openstack] need help about jenkins

2012-07-01 Thread heut2008
Hi,all recently,I made a commit push to gerrit ,see https://review.openstack.org/#/c/9204/. jenkins always show failed ,how can I figure out what's wrong with my commit,or some thing wrong with jenkins? thanks in advance:) ___ Mailing list: https://laun

[Openstack] Exception AssertionError message in nova log caused by eventlet 0.9.16 / ubuntu 12.04

2012-07-01 Thread unicell
Hi, All Recently I came across many AssertionError messages in nova log as follows > Exception AssertionError: AssertionError() in '/usr/lib/python2.7/threading.pyc'> ignored After some investigation, it turned out to be introduced by eventlet 0.9.16-1ubuntu4 which is the default version in Ubu

Re: [Openstack] Jenkins and transient failures

2012-07-01 Thread James E. Blair
"Kevin L. Mitchell" writes: > One of the things that's really bugging me these days is transient > failures, such as the inability to download a package, causing a gate > job to fail. It seems to me that we can distinguish "test failure" from > "environment build failure" easily enough, and auto

[Openstack] Jenkins/Gerrit

2012-07-01 Thread Gary Kotton
Hi, Anyone encountered any problems. When I try to access the server (https://review.openstack.org/) I get: Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request /GET / /. Reason: *Er

[Openstack] Jenkins failure

2012-07-01 Thread Gary Kotton
Hi, Does anyone know what can cause the failure below: Started by userOpenStack Hudson [EnvInject] - Preparing an environment for the build. Building remotely onprecise6 in workspace /home