Re: [Openstack] Heterogeneous hardware support

2012-07-02 Thread balaji patnala
Hi Jay, Thanks for information. As it is observed that there is some work going on by UCIS team for "Folsom" release on Heterogeneous support. Please find the below link: i) http://wiki.openstack.org/ScheduleHeterogeneousInstances ii) http://wiki.openstack.org/HeterogeneousArchi

Re: [Openstack] new locations for some things

2012-07-02 Thread Jay Pipes
Very good work, CI team! Thank you! -jay On 07/02/2012 07:02 PM, Monty Taylor wrote: > Hey all! > > (It must be a busy day - I'm writing you all so many emails...) > > A little while ago, after chatting with Anne Gentle, we started > publishing the sphinx documentation to > docs.openstack.org/

[Openstack] Sending userdata during server create via api's

2012-07-02 Thread Ed Shaw
Hi, I've posted on this previously but have yet to be pointed in the right direction - so I'm posting again. Examples or docs appreciated. I'm trying to pass user_data on server create using the xml (or JSON) api. My userdata looks like... "#!/bin/bash # #Purpose : Setup the initial image se

Re: [Openstack] Single global dependency list

2012-07-02 Thread Joshua Harlow
Ack, please don't keep on adding on to the copy around stuff scheme. Plese :-) Is the devstack dependency list complete, when I created the anvil one, I found more than one hole... Also the devstack one is in a micro-format, maybe we can move to say, YAML? How about hosting these requires

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread Christopher B Ferris
-openstack-bounces+chrisfer=us.ibm@lists.launchpad.net wrote: - >To: "andrewbog...@gmail.com" , Andrew Bogott >, openstack >From: Joshua Harlow >Sent by: openstack-bounces+chrisfer=us.ibm@lists.launchpad.net >Date: 07/02/2012 07:21PM >Subject: Re: [Openstack] best practices for

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread John Postlethwait
I agree, I think moving them into one of the package/dependency managers the Open Stack projects already use is the proper way to do this. The current process of copying the "latest" seemingly un-versionable code around into the projects really bothered me when it just happened to Horizon for t

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Yong Sheng Gong
Many thanks for the findings.The Jenkins pass now.I removed the setAttr(FLAGS, 'injected', True)-Salvatore Orlando wrote: -To: Yong Sheng Gong/China/IBM@IBMCNFrom: Salvatore Orlando Date: 07/03/2012 06:29AMCc: "openstack@lists.launchpad.net" Subject: Re: [Openstack] help me with the xenapi

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Yong Sheng Gong
But I think we should make our test cases environment agnostic.I mean we can set the injected into False since our test cases can fail if it is True.Forget it if I don't get the point.ThanksYong Sheng Gong-openstack-bounces+gongysh=cn.ibm@lists.launchpad.net wrote: -To: "openstack@list

[Openstack] new locations for some things

2012-07-02 Thread Monty Taylor
Hey all! (It must be a busy day - I'm writing you all so many emails...) A little while ago, after chatting with Anne Gentle, we started publishing the sphinx documentation to docs.openstack.org/developer/$project ... instead of to $project.openstack.org. That went really well and we're happy ab

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread Paul McMillan
It's KVM on Redhat with a fairly custom guest kernel, including optimized drivers for their network encapsulation. Auth is handled using their existing OAuth2.0 infrastructure. As Matt said, their offering is fairly different from EC2 (and Openstack), competing more with compute-heavy provider

[Openstack] PyPI uploads for client libs live

2012-07-02 Thread Monty Taylor
At long last, we are automatically uploading client lib packages to PyPI. It works like this: someone tags the repo someone pushes that tag to gerrit jenkins notice the tag jenkins builds an sdist tarball and uploads it Simple. One of the best parts about it is that we can stop using github zip

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Doug Hellmann
On Mon, Jul 2, 2012 at 5:54 PM, Julien Danjou wrote: > On Mon, Jul 02 2012, Doug Hellmann wrote: > > > No, there are cases where the metadata will affect the rate. For > instance, > > it costs a different amount to have an instance in each of Amazon's > > availability zones (data centers). The co

[Openstack] Single global dependency list

2012-07-02 Thread Monty Taylor
Hey all! One of the tasks from the last ODS was to implement a single global dependency list. Turns out the more you think about it, the more important it is... because of the way we use devstack as part of the gate, we actually _currently_ have a de facto global dependency list, it's just not dec

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

2012-07-02 Thread Jay Pipes
On 07/02/2012 01:32 PM, Mark Lehrer wrote: >> just did an "ln -s /some/dir/with/space /tmp" and that does solve > > I added an option to /etc/init/nova_compute.conf to specify the tmp > space, so the start line looks like this: > > exec su -s /bin/sh -c "export TMPDIR=/var/tmp; exec nova-compute

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Salvatore Orlando
Sincere apologies for cluttering this thread with another post. I think I probably found the root cause of the test failure. It seems that a setattr on FLAGS.flat_injected was causing the problem. I don't know exactly why, and probably that does not even matter, as setattr globally alters the valu

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread Gabriel Hurley
On a more fundamental level, did I miss some tremendous reason why we have this "merge from common" pattern instead of making OpenStack Common a standard python dependency just like anything else? Especially with the work Monty has recently done on versioning and packaging the client libs from J

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread Joshua Harlow
Maybe its time to break out of that incubation?? Seems like if most projects are depending on these config files for code copying that that break out has really already occurred, but it just hasn't been written down or made official? I don't quite understand how a project can be in incubation,

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Julien Danjou
On Mon, Jul 02 2012, Doug Hellmann wrote: > No, there are cases where the metadata will affect the rate. For instance, > it costs a different amount to have an instance in each of Amazon's > availability zones (data centers). The counter would still say that the > instance has been running for a c

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Salvatore Orlando
Hi Yong, I have been able to reproduce the error on my dev machine - I couldn't earlier on because I was tesyinh the test_xenapi module only, and no failure occured. It seems that test_quantumv2 is the root cause. If you look at gerrit, Jenkins started complaining when you first added that module

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread Joshua Harlow
What about using openstack-common as a library instead of a preprocessor 'inclusion' system/copy code around system?? Maybe its time for that to happen? It always seemed sort of silly to me that files are being copied around to different projects like this, instead of referring to code in a

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Doug Hellmann
On Mon, Jul 2, 2012 at 4:58 PM, Julien Danjou wrote: > On Fri, Jun 29 2012, Doug Hellmann wrote: > > Hi Doug, > > Sorry for the late reply. > > > I don't think I've made the problem clear. > > > > I'm not talking about wanting to calculate the different usage for CPU, > > RAM, etc. The different

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Johannes Erdfelt
On Mon, Jul 02, 2012, Salvatore Orlando wrote: > I do not see any obvious reason for these failures, especially as they > appear to occur when the vdi is created. If I recall it correctly, that > code is stubbed out for unit tests, and it does not seem your patch > un-stubs it. It's not when the

Re: [Openstack] [metering] resource metadata changes and billing

2012-07-02 Thread Julien Danjou
On Fri, Jun 29 2012, Doug Hellmann wrote: Hi Doug, Sorry for the late reply. > I don't think I've made the problem clear. > > I'm not talking about wanting to calculate the different usage for CPU, > RAM, etc. The different counters are calculated separately, so we can keep > the amounts for CPU

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

2012-07-02 Thread Boris Filippov
2012/7/2 Daniel P. Berrange : > On Mon, Jul 02, 2012 at 10:24:02AM -0700, Matt Joyce wrote: >> I like the idea of making this a flagfile option. > > In the particular case of the qemu-img command described > in earlier in this thread, I'm not convinced we need a > new option. Instead of using /tmp

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

2012-07-02 Thread Nathanael Burton
I agree with Daniel for the qemu-img commands. For other temp file usage, I know on Fedora/RHEL there's already /var/lib/nova/tmp which is used for lock files, etc. Nate On Jul 2, 2012 4:29 PM, "Daniel P. Berrange" wrote: > On Mon, Jul 02, 2012 at 10:24:02AM -0700, Matt Joyce wrote: > > I like t

Re: [Openstack] need help about jenkins

2012-07-02 Thread Clark Boylan
There was a configuration error when creating the openstack- common test jobs. They were added to zuul (the tool that tells Jenkins when and what to test), but the test jobs were not properly added to Jenkins. This has been corrected and the tests have been run. The failures you see for the latest

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-02 Thread Vishvananda Ishaya
On Jul 2, 2012, at 7:28 AM, Jay Pipes wrote: > Hi Ron, cc'ing the openstack ML for extra eyes and opinions... > > So, Nati and I are looking to use either the osops chef-repo or > something similar as the basis of the new TryStack zone chef deployment. > I've been going through the recipes and r

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread David Busby
I for one am waiting on my invite to be processed; then I will be looking at things like aeolus to run hybird cloud setups (I'll be contributing code to that effect); That said remember google open compute (as far as I am aware) is not open source i.e. you can not download the engine and run a pri

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

2012-07-02 Thread Boris Filippov
2012/7/1 Lars Kellogg-Stedman : >> 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 value (or default to

Re: [Openstack] best practices for merging common into specific projects

2012-07-02 Thread Russell Bryant
On 07/02/2012 03:16 PM, Andrew Bogott wrote: > Background: > > The openstack-common project is subject to a standard code-review > process (and, soon, will also have Jenkins testing gates.) Sadly, > patches that are merged into openstack-common are essentially orphans. > Bringing those chang

Re: [Openstack] Openstack Baremetal Provisioning

2012-07-02 Thread John Paul Walters
Hi Trinath, It's not clear whether the tilera board you're referring to is one of the PCI versions or a stand-alone board (is it in Essex-1?). We've never setup/tested anything other than the TILEmpower stand-alone board with our bare-metal provisioning service. That said, in order to make yo

[Openstack] best practices for merging common into specific projects

2012-07-02 Thread Andrew Bogott
Having spent some time last week writing code for openstack-common, and having spent yet more time trying to get those changes into Nova, I think it would be useful to define some best practices when crossing the boundary between common and other openstack projects. Background: The op

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

2012-07-02 Thread Johannes Erdfelt
On Mon, Jul 02, 2012, Daniel P. Berrange wrote: > On Mon, Jul 02, 2012 at 08:17:08AM -0700, Johannes Erdfelt wrote: > > Not using /tmp for large files is a good reason for practical reasons > > (distributions moving to ramfs for /tmp). > > > > But please don't start throwing around warnings that

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

2012-07-02 Thread Daniel P. Berrange
On Mon, Jul 02, 2012 at 08:17:08AM -0700, Johannes Erdfelt wrote: > On Mon, Jul 02, 2012, Daniel P. Berrange wrote: > > In Fedora 18, /tmp is going to be a RAM filesystem, so we absolutely > > must not create any sizeable files on /tmp. > > > > In addition from a security POV, we must aim to *nev

Re: [Openstack] Heterogeneous hardware support

2012-07-02 Thread Jay Pipes
On 07/02/2012 12:09 PM, balaji patnala wrote: > Hi Jay, > > As you know that L2 and L3 services could be the next step of offering > as Services from Cloud providers. Security Applications like > WAF,IPS,Firewall,VPN etc can be offered as services. These security > applications can be run in VMs o

Re: [Openstack] help me with the xenapi test

2012-07-02 Thread Salvatore Orlando
Hi Yong, I do not see any obvious reason for these failures, especially as they appear to occur when the vdi is created. If I recall it correctly, that code is stubbed out for unit tests, and it does not seem your patch un-stubs it. Do you see the failures also on your dev machine? Salvatore On

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

2012-07-02 Thread Daniel P. Berrange
On Mon, Jul 02, 2012 at 10:24:02AM -0700, Matt Joyce wrote: > I like the idea of making this a flagfile option. In the particular case of the qemu-img command described in earlier in this thread, I'm not convinced we need a new option. Instead of using /tmp when extracting a snapshot from an exist

[Openstack] Nova Pacemaker Resource Agents

2012-07-02 Thread Sébastien Han
Hi everyone, For those of you who want to achieve HA in nova. I wrote some resource agents according to the OCF specification. The RAs available are: - nova-scheduler - nova-api - novnc - nova-consoleauth - nova-cert The how-to is available here: http://www.sebastien-han.fr/blog/2

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread Joshua Harlow
I'd be interested in hearing any comparisons, but it seems like it just came out so it might take a while... Knowing how google is very secretive about there internal 'architecture' it might be really hard to make any in-depth comparisons. On 7/2/12 7:25 AM, "Simon G." wrote: Noone tested or

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread Jay Pipes
On 07/02/2012 10:25 AM, Simon G. wrote: > Noone tested or noone is interested in Google Compute Engine and Openstack? No, I think it's just that nobody has looked into it yet. Also, when you say "their test app is 600,000 cores", I don't think you have any providers of OpenStack that (yet) have an

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

2012-07-02 Thread Matt Joyce
I like the idea of making this a flagfile option. On Mon, Jul 2, 2012 at 2:48 AM, Daniel P. Berrange wrote: > On Sat, Jun 30, 2012 at 09:25:10PM -0400, Lars Kellogg-Stedman wrote: > > > So, maybe setting any of this environment variables for nova-compute > > > to desired value sholuld help. > > >

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread Matt Joyce
Semy, Google app engine and google compute engine are two different things. App engine has been around for quite some time. The compute engine that they offer as an IaaS solution is based off internal google software that has also been in use internally for a lengthy amount of time. Honestl

Re: [Openstack] Openstack Baremetal Provisioning

2012-07-02 Thread Trinath Somanchi
Hi- Thanks a lot for the reply JP. The information provided is of most value for me. I have a doubt here. I will install Nova-compute in a server say Essex-1 and another server say Essex-2. I have a tilera board too in the setup. Can you please guide me on how to start this tilera board using

[Openstack] Hashing image files

2012-07-02 Thread Alexey Ababilov
Hi, Michael! I am curious to know: is it necessary for nova to save images in file which names are sha1 hashes from image IDs (UUIDs)? Nova saves root image under its sha1 hash: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/connection.py#L1214 but it saves kernel and ramdisk und

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
I have never tested it on a machine which doesn't have libvirt, i'll get back to you on that. I've ran "tox -v -epy27" and it produced this ouput > -- > Ran 0 tests in 0.001s > OK > ___

Re: [Openstack] need help about jenkins

2012-07-02 Thread heut2008
jenkins still can't work correctly. I have recommit more than once.any one who can help check out what wrong with jenkins ? here is my commit https://review.openstack.org/#/c/9201/. 2012/7/2 heut2008 : > push another patch ,jenkins still can't pass through my commit . > > 2012/7/2 Monty Taylor

Re: [Openstack] Openstack Baremetal Provisioning

2012-07-02 Thread John Paul Walters
Hi Trinath, Our baremetal experts are on vacation for the next week or so, so I'll take a stab at answering in their absence. First, just to be clear, right now the baremetal work that's present in Essex supports ONLY the Tilera architecture. We're working with the NTT folks to add additional

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Monty Taylor
Run: sudo pip install tox And you will get the tox command. Does ./run_tests.sh -N nova.tests.test_libvirt work fine when you _don't_ have libvirt? It needs to skip the test if you don't have libvirt installed, and it needs to run it and pass if you do. Jenkins is going to run "tox -v -epy27"

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

2012-07-02 Thread Johannes Erdfelt
On Mon, Jul 02, 2012, Daniel P. Berrange wrote: > In Fedora 18, /tmp is going to be a RAM filesystem, so we absolutely > must not create any sizeable files on /tmp. > > In addition from a security POV, we must aim to *never* use /tmp for > anything at all > > http://danwalsh.livejournal.com/11

Re: [Openstack] multi_host not working

2012-07-02 Thread Marnus van Niekerk
They are identical except for these options: --vncserver_proxyclient_address=10.10.20.11X --vncserver_listen=10.10.20.11X --routing_source_ip=10.10.20.11X The ip that gets issues as gateway is the one in this option --flat_network_dhcp_start=10.10.11.129 The network range for the flat network an

Re: [Openstack] multi_host not working

2012-07-02 Thread Nathanael Burton
Are the nova.conf files identical across all the nodes? On Jul 2, 2012 10:47 AM, "Marnus van Niekerk" wrote: > > On 02/07/2012 16:14, Nathanael Burton wrote: > >> This is actually what multi_host should be doing when enabled. What >> node is that original gateway address from? Is that a differe

Re: [Openstack] multi_host not working

2012-07-02 Thread Marnus van Niekerk
On 02/07/2012 16:14, Nathanael Burton wrote: This is actually what multi_host should be doing when enabled. What node is that original gateway address from? Is that a different compute node? Yes, its is the br100 ip of the controller node which is also a compute node. M _

Re: [Openstack] multi_host not working

2012-07-02 Thread Marnus van Niekerk
On 02/07/2012 16:33, Razique Mahroua wrote: I've put a small section here http://docs.openstack.org/diablo/openstack-compute/admin/content/multi-host.html If I read this right then it is saying that nova-api should not run on every compute node, only nova-network and nova-compute. Is that ri

[Openstack] [Docs] new "DocImpact" notifier flag

2012-07-02 Thread Anne Gentle
Hi all - Greetings from sunny-with-intermittent-thunderstorms Ohio! I wanted to let you all know of a new way to integrate docs with the development process - the DocImpact flag. Thanks to the CI team's diligence, you can now add "DocImpact" to your commit messages, anywhere in the message, and ch

Re: [Openstack] multi_host not working

2012-07-02 Thread Razique Mahroua
Hi Marnus, I've put a small section herehttp://docs.openstack.org/diablo/openstack-compute/admin/content/multi-host.htmlI'm thinking about the routing_source_ip configuration option into your nova.conf files Nuage & Co - Razique Mahroua razique.mahr...@gmail.com Le 2 juil. 2012 à 14:41, Marnus van

Re: [Openstack] compute_rpcapi ?

2012-07-02 Thread Russell Bryant
On 06/29/2012 12:19 PM, Day, Phil wrote: > Hi Russell, > > I tried to look at the "README-versioned-rpc-apis.rst" referenced in some of > the mail archives between you and Vish, but it gives a 404. Can you point me > to the current copy please ? All of the content that was in that README has

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
Running with " ./run_tests.sh -N nova.tests.test_libvirt" works just fine, however i don't know if this is enough to get it past jenkins :/ On Mon, Jul 2, 2012 at 3:26 PM, Daniel P. Berrange wrote: > On Mon, Jul 02, 2012 at 01:43:31PM +0100, Leander Bessa Beernaert wrote: > > So, if no system pac

[Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-02 Thread Jay Pipes
Hi Ron, cc'ing the openstack ML for extra eyes and opinions... So, Nati and I are looking to use either the osops chef-repo or something similar as the basis of the new TryStack zone chef deployment. I've been going through the recipes and roles and I have a question on the nova-compute *role*: h

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Daniel P. Berrange
On Mon, Jul 02, 2012 at 01:43:31PM +0100, Leander Bessa Beernaert wrote: > So, if no system packages can be imported, how do you test the "connection" > class for the libvirt driver? > > How does that particular test case wrap around the fact that it requires > the libvirt module? The only thing i

Re: [Openstack] Openstack and Google Compute Engine

2012-07-02 Thread Simon G.
Noone tested or noone is interested in Google Compute Engine and Openstack? On Sat, Jun 30, 2012 at 9:59 PM, Simon G. wrote: > Hello, > > I've heard about Google's cloud recently. What do you think about it? Will > it be compatible with openstack? Or will openstack be compatible with them? > Any

Re: [Openstack] multi_host not working

2012-07-02 Thread Nathanael Burton
This is actually what multi_host should be doing when enabled. What node is that original gateway address from? Is that a different compute node? Nate On Mon, Jul 2, 2012 at 8:41 AM, Marnus van Niekerk wrote: > I have managed to get this working by changing the default gateway on the > guest t

[Openstack] help me with the xenapi test

2012-07-02 Thread Yong Sheng Gong
hi,In my change at https://review.openstack.org/#/c/8916/, some xenapi tests alway fail:>>><<< nova.tests.test_xenapi.XenAPIMigrateInstance.test_finish_migrate Loading...10 sec1>>><<< nova.tests.test_xenapi.XenAPIMigrateInstance.test_finish_migrate_no_local_storage Loading...10 sec1>>><<< nova.tes

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
@Jay Thx. @Monty I'm unable to run "tox -efull", it keeps saying the command could not be located. I'm supposed to run this from the same place i run "run_tests.sh" right? On Mon, Jul 2, 2012 at 2:08 PM, Jay Pipes wrote: > On 07/02/2012 08:57 AM, Leander Bessa Beernaert wrote: > > I'm developin

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Jay Pipes
On 07/02/2012 08:57 AM, Leander Bessa Beernaert wrote: > I'm developing on custom branch and haven't updated the repository for > at least 3 weeks. > Do i fetch the lastest changes like this: > > git remote update > git checkout master > git pull origin master > > git checkout

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
I'm developing on custom branch and haven't updated the repository for at least 3 weeks. Do i fetch the lastest changes like this: > git remote update > git checkout master > git pull origin master git checkout git pull master ? On Mon, Jul 2, 2012 at 1:44 PM, Monty Taylor wrote: > > > On 0

Re: [Openstack] Openstack Baremetal Provisioning

2012-07-02 Thread Mandar Vaze / मंदार वझे
> > Please help me understand on how modifying nova.conf with the respective > options can help bringing up tilera like machines up either from command > line or from GUI. > http://wiki.openstack.org/HeterogeneousTileraSupport Seems to have a lot of information. > http://wiki.openstack.org/Gene

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

2012-07-02 Thread Jay Pipes
On 07/02/2012 05:00 AM, Thierry Carrez wrote: > Qingye Jiang (John) wrote: >> 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

Re: [Openstack] PEP8 checks

2012-07-02 Thread Monty Taylor
Awesome. On 07/02/2012 08:46 AM, John Garbutt wrote: > I had pep8 v1.2 in my virtual env from this: > https://github.com/openstack/nova/commit/2fa2cd2254a4044aaa584c4fcf5d6c3e1ec60d1f#tools/test-requires > > Rebased with trunk and re-creating my virtualenv (i.e. move back to pep8 > v1..1) seemed

Re: [Openstack] PEP8 checks

2012-07-02 Thread John Garbutt
I had pep8 v1.2 in my virtual env from this: https://github.com/openstack/nova/commit/2fa2cd2254a4044aaa584c4fcf5d6c3e1ec60d1f#tools/test-requires Rebased with trunk and re-creating my virtualenv (i.e. move back to pep8 v1.1) seemed to fix things. Thanks for your help, John > -Original Mess

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Monty Taylor
On 07/02/2012 08:43 AM, Leander Bessa Beernaert wrote: > So, if no system packages can be imported, how do you test the > "connection" class for the libvirt driver? We're working on that - but as I said, please try running tox -efull which _should_ run tests with libvirt support enabled. > How

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
So, if no system packages can be imported, how do you test the "connection" class for the libvirt driver? How does that particular test case wrap around the fact that it requires the libvirt module? The only thing i could find are these lines of code in the driver's __init__ method. Do these someh

Re: [Openstack] multi_host not working

2012-07-02 Thread Marnus van Niekerk
I have managed to get this working by changing the default gateway on the guest to the compute node it is running on. ubuntu@monitor:~$ sudo route del default gw 10.10.11.129 ubuntu@monitor:~$ sudo route add default gw 10.10.11.112 But the default gateway is assigned by DHCP - so how can I chan

Re: [Openstack] Heterogeneous hardware support

2012-07-02 Thread Jay Pipes
On 07/02/2012 01:23 AM, balaji patnala wrote: > 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. Could you please elaborate on what you mean by "creating VMs with sec

Re: [Openstack] PEP8 checks

2012-07-02 Thread Monty Taylor
On 07/02/2012 06:46 AM, John Garbutt wrote: > Hi, > > I noticed I can now run the pep8 tests like this (taken from Jenkins job): > tox -v -epep8 > ... > pep8: commands succeeded > congratulations :) > > But the old way to run tests seems to fail: > ./run-tests.sh -

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Monty Taylor
On 07/02/2012 06:02 AM, Leander Bessa Beernaert wrote: > Thanks, that let me see the real problem now: > > ./tools/with_venv.sh nosetests -svx nova > nose.config: INFO: Set working dir to /home/gsd/nova/nova/tests > nose.config: INFO: Working directory /home/gsd/nova/nova/tests is a

Re: [Openstack] Jenkins and transient failures

2012-07-02 Thread Daniel P. Berrange
On Sun, Jul 01, 2012 at 08:40:36AM -0700, James E. Blair wrote: [snip] > So with all that background, I think we should discuss the following at > the CI team meeting on Tuesday: [snip] > 3) Decide on a course of action to mitigate failures from transient > gerrit errors (but continue to work on

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

2012-07-02 Thread Monty Taylor
On 07/02/2012 05:14 AM, Daniel P. Berrange wrote: > I must say that this has been driving me mad this last week. IIUC, only > members of the core review team have permission to retrigger Jenkins, > but I feel it is putting too much burden on them to have to track every > patch with a bogus Jenki

Re: [Openstack] PEP8 checks

2012-07-02 Thread Monty Taylor
On 07/02/2012 06:46 AM, John Garbutt wrote: > Hi, > > I noticed I can now run the pep8 tests like this (taken from Jenkins job): > tox -v -epep8 > ... > pep8: commands succeeded > congratulations :) > > But the old way to run tests seems to fail: > ./run-tests.sh -p

Re: [Openstack] Openstack Baremetal Provisioning

2012-07-02 Thread Trinath Somanchi
Hi- Please help me in understanding and bringing up this kind of setup Kindly please help me in this regard. I have checked nova.conf and found bare metal provisioning support options. Please help me understand on how modifying nova.conf with the respective options can help bringing up tile

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-07-02 Thread Thierry Carrez
Alan Pevec wrote: > On Thu, Jun 28, 2012 at 11:32 AM, Thierry Carrez > wrote: >> The team is now open, anyone familiar with Launchpad and Bug triaging[1] >> is welcome to join at [2]. Let's triage all New/Undecided bugs now ! >> >> [1] http://wiki.openstack.org/BugTriage >> [2] https://launchpad.

[Openstack] multi_host not working

2012-07-02 Thread Marnus van Niekerk
Hi. I am trying to use multi_host to eliminate the "controller" hosts as a single point of failure. I followed the steps at http://docs.openstack.org/essex/openstack-compute/admin/content/existing-ha-networking-options.html and added thse options to the end of nova.conf. Now the guests have n

Re: [Openstack] [Nova] How to improve our bug triaging ?

2012-07-02 Thread Alan Pevec
On Thu, Jun 28, 2012 at 11:32 AM, Thierry Carrez wrote: > The team is now open, anyone familiar with Launchpad and Bug triaging[1] > is welcome to join at [2]. Let's triage all New/Undecided bugs now ! > > [1] http://wiki.openstack.org/BugTriage > [2] https://launchpad.net/~nova-bugs What about o

Re: [Openstack] Nova and asynchronous instance launching

2012-07-02 Thread Day, Phil
Hi Chris, Thanks for the pointer on the new notification on state change stuff, I'd missed that change. Is there a blueprint or some such which describes the change ? In particular I'm trying to understand how the bandwidth_usage values fit in here. It seems that during a VM creation ther

[Openstack] PEP8 checks

2012-07-02 Thread John Garbutt
Hi, I noticed I can now run the pep8 tests like this (taken from Jenkins job): tox -v -epep8 ... pep8: commands succeeded congratulations :) But the old way to run tests seems to fail: ./run-tests.sh -p ... File "/home/johngar/openstack/nov

Re: [Openstack] Unsubscribe

2012-07-02 Thread Juan J. Martinez
On 02/07/12 10:58, Alexey Eromenko wrote: > How-to unsubscribe ? > Go to https://launchpad.net/~openstack , login in your launchpad account and click on "Unsubscribe" button in Mailing list section (left bottom). There are links 4 links in at the end on any mail to the list with information abou

Re: [Openstack] [OpenStack][Nova] Issues with "run_tests.sh", no tests are run when "import libvirt is present"

2012-07-02 Thread Leander Bessa Beernaert
Thanks, that let me see the real problem now: > ./tools/with_venv.sh nosetests -svx nova > nose.config: INFO: Set working dir to /home/gsd/nova/nova/tests > nose.config: INFO: Working directory /home/gsd/nova/nova/tests is a > package; adding to sys.path > nose.config: INFO: Ignoring files matchin

[Openstack] Unsubscribe

2012-07-02 Thread Alexey Eromenko
How-to unsubscribe ? -- -Alexey Eromenko "Technologov" ___ 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 do I stop image-create from using /tmp?

2012-07-02 Thread Daniel P. Berrange
On Sat, Jun 30, 2012 at 09:25:10PM -0400, 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 ex

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

2012-07-02 Thread Daniel P. Berrange
On Fri, Jun 29, 2012 at 03:27:25PM -0500, Andrew Bogott wrote: > On 6/27/12 8:40 AM, Daniel P. Berrange wrote: > >On Wed, Jun 27, 2012 at 03:24:21PM +0200, Vincent Untz wrote: > >>Hi, > >> > >> > >>It'd be really great if we could first improve Gerrit to handle the > >>patch series workflow in a be

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

2012-07-02 Thread Tim Bell
The following may also be worth scanning: - http://forums.openstack.org/ - Mailing lists on http://wiki.openstack.org/MailingLists (although quite a few of them are quiet so would not affect the numbers much) Tim > -Original Message- > From: openstack-bounces+tim.bell=cern...@lists.laun

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

2012-07-02 Thread Thierry Carrez
Qingye Jiang (John) wrote: > 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.ne

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

2012-07-02 Thread Atul Jha
Hi, You should also add https://answers.launchpad.net/openstack Cheers!! Atul Jha From: openstack-bounces+atul.jha=csscorp@lists.launchpad.net [openstack-bounces+atul.jha=csscorp@lists.launchpad.net] on behalf of Qingye Jiang (John) [qji...@gmail