Re: [Openstack] Availability Zones in Grizzly are not recognized

2013-07-05 Thread Joe Gordon
On Tue, Jul 2, 2013 at 10:21 AM, Vogl, Yves v...@adesso-mobile.de wrote: Hi, I want to segregate my installation into „Availability Zones“. I've configured a working multi-host installation with following hosts: [FIGURE 1] # nova availability-zone-list

Re: [Openstack] Reg: Compute node resources sharing Clarification

2013-05-31 Thread Joe Gordon
On Fri, May 31, 2013 at 8:20 AM, Dhanasekaran Anbalagan bugcy...@gmail.comwrote: Hi Guys, I would like to know how the sharing of resources happening in OpenStack. Assume that there are two compute nodes of 4 physical cores each with 16 GB of Physical RAM each, would I be able to start an

Re: [Openstack] [OpenStack] JSON Naming convention

2013-05-28 Thread Joe Gordon
We cannot go back and change past APIs, but standardization would be nice for future APIs such as nova V3. On Fri, May 17, 2013 at 1:20 PM, Balamurugan V G balamuruga...@gmail.comwrote: Hi, I see that the REST API using both the camelCase and underscore separated names for the JSON

Re: [Openstack] [Nova] Creating instances with custom UUIDs

2013-04-04 Thread Joe Gordon
On Wed, Apr 3, 2013 at 7:05 PM, Chris Behrens cbehr...@codestud.com wrote: I'm having a hard time understanding the original problem. nova boot should return in milliseconds. There's no blocking on provisioning. The only thing that could block is DB access, as AFAIK the RPC to the scheduler

Re: [Openstack] openstack segregation and flavors

2013-04-02 Thread Joe Gordon
See https://github.com/openstack/nova/blob/master/nova/scheduler/filters/type_filter.py On Mon, Apr 1, 2013 at 8:30 PM, Jean-Daniel BUSSY silversurfer...@gmail.com wrote: Hi stackers, I am looking for a way to separate groups of host with their own instance flavors. In the aggregation

Re: [Openstack] AggregateInstanceExtraSpecs very slow?

2013-02-25 Thread Joe Gordon
On Sun, Feb 24, 2013 at 3:31 PM, Sam Morrison sorri...@gmail.com wrote: I have been playing with the AggregateInstanceExtraSpecs filter and can't get it to work. In our staging environment it works fine with 4 compute nodes, I have 2 aggregates to split them into 2. When I try to do the

Re: [Openstack] AggregateInstanceExtraSpecs very slow?

2013-02-25 Thread Joe Gordon
On Mon, Feb 25, 2013 at 6:14 PM, Sam Morrison sorri...@gmail.com wrote: Hi Joe, On 26/02/2013, at 11:19 AM, Joe Gordon j...@cloudscaling.com wrote: On Sun, Feb 24, 2013 at 3:31 PM, Sam Morrison sorri...@gmail.com wrote: I have been playing with the AggregateInstanceExtraSpecs filter

Re: [Openstack] Reinstating Trey Morris for Nova Core

2013-01-23 Thread Joe Gordon
+1 On Wed, Jan 23, 2013 at 7:58 AM, Chris Behrens cbehr...@codestud.comwrote: +1 On Jan 22, 2013, at 5:38 PM, Matt Dietz matt.di...@rackspace.com wrote: All, I think Trey Morris has been doing really well on reviews again, so I'd like to propose him to be reinstated for Nova

Re: [Openstack] Discussion / proposal: deleted column marker

2012-10-03 Thread Joe Gordon
+1 to the design proposed here Looks like there is already a session proposed for Grizzly summit: http://summit.openstack.org/cfp/details/63 best, Joe On Wed, Oct 3, 2012 at 10:07 AM, Federico Innocenti federico.innoce...@hp.com wrote: +1 to the design proposed here. Even without

Re: [Openstack] Generalsied host aggregates in Folsom

2012-09-19 Thread Joe Gordon
On Wed, Sep 19, 2012 at 10:18 AM, Day, Phil philip@hp.com wrote: Hi Folks, ** ** Trying to catch-up (I’m thinking of changing my middle name to catch-up J ) with the generalisation of host aggregates – and looking at the code it looks to me as if the chain for adding a host to an

Re: [Openstack] Generalsied host aggregates in Folsom

2012-09-19 Thread Joe Gordon
://github.com/openstack/nova/blob/master/nova/virt/xenapi/pool.py#L80 https://github.com/openstack/nova/blob/master/nova/virt/xenapi/pool_states.py ) ** ** Thanks Phil ** ** *From:* Joe Gordon [mailto:j...@cloudscaling.com] *Sent:* 19 September 2012 19:02 *To:* Day, Phil *Cc

Re: [Openstack] [nova] nova-manage is getting deprecated?

2012-07-23 Thread Joe Gordon
On Fri, Jul 20, 2012 at 11:43 AM, Tong Li liton...@us.ibm.com wrote: Awhile back, there was a comment on a nova-manage defect stated that nova-manage is getting deprecated. Can any one tell what and when the replacement will be? Thanks. Last I heard, python-novaclient will be replacing most

Re: [Openstack] Capacity based scheduling: What updated free_ram_mb in Folsom

2012-07-13 Thread Joe Gordon
Phil, This may shine some light. https://bugs.launchpad.net/nova/+bug/1016273 best, Joe On Fri, Jul 13, 2012 at 10:27 AM, Day, Phil philip@hp.com wrote: Hi Jay, If I read it correctly that updates the *_used values that show actual consumption, but what I was looking for is the

Re: [Openstack] PEP8 checks

2012-07-09 Thread Joe Gordon
On Mon, Jul 9, 2012 at 3:01 PM, Dave Walker davewal...@ubuntu.com wrote: On Mon, Jul 02, 2012 at 08:28:04AM -0400, Monty Taylor wrote: 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

Re: [Openstack] Openstack special sauce checking tool??

2012-06-28 Thread Joe Gordon
Josh, https://github.com/openstack/nova/blob/master/tools/hacking.py run when do a ./run_tests.sh -p in nova. On Thu, Jun 28, 2012 at 10:15 AM, Joshua Harlow harlo...@yahoo-inc.comwrote: Hi all, I remember hearing once that someone had a openstack import/hacking style checking tool. I

Re: [Openstack] gerrit reviews change?

2012-06-13 Thread Joe Gordon
I was wondering the same thing... On Wed, Jun 13, 2012 at 3:11 PM, Kevin L. Mitchell kevin.mitch...@rackspace.com wrote: For the past few days, I have noticed that I no longer get emails when new changes are pushed, when changes I've commented on have new patch sets pushed, or when changes

Re: [Openstack] Lossage in nova test suite?

2012-06-04 Thread Joe Gordon
On Mon, Jun 4, 2012 at 5:47 PM, Gabe Westmaas gabe.westm...@rackspace.comwrote: Should we revert this change till we get it cleared up? +1 On 6/4/12 8:29 PM, James E. Blair cor...@inaugust.com wrote: On 06/04/2012 04:00 PM, Kevin L. Mitchell wrote: Today I've noticed some significant

Re: [Openstack] [Nova] EC2 api testing

2012-05-07 Thread Joe Gordon
On Fri, May 4, 2012 at 10:09 AM, Martin Packman martin.pack...@canonical.com wrote: At the Folsom Design Summit we discussed[1] trying to collaborate on a test suite for EC2 api support. Currently nova supports the common stuff pretty well has differing behaviour in a lot of edge cases.

Re: [Openstack] need help on passing unit/integration tests

2012-05-07 Thread Joe Gordon
Yun, I just ran the unit tests on mac via '.run_test.sh' and could not reproduce your error. But then again I was using python 2.7 and not python 2.6. best, ~Joe On Mon, May 7, 2012 at 9:01 AM, Yun Mao yun...@gmail.com wrote: Hi guys, I can't get my master branch freshly off github to pass

Re: [Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-26 Thread Joe Gordon
can probably whip something up. Email me direct? Justin On Wed, Apr 25, 2012 at 6:59 AM, Monty Taylor mord...@inaugust.com mailto:mord...@inaugust.com wrote: On 04/24/2012 10:08 PM, Lorin Hochstein wrote: On Apr 24, 2012, at 4:11 PM, Joe Gordon wrote

[Openstack] [OpenStack][Nova] Minimum required code coverage per file

2012-04-24 Thread Joe Gordon
/common/iniparser 40% nova/openstack/common/cfg 41% nova/tests/db/fakes 41% nova/console/api 44% nova/image/s3 50% nova/api/ec2/__init__ 53% nova/notifier/log_notifier 56% best, Joe Gordon [1] With https://review.openstack.org/#/c/6750

Re: [Openstack] [Nova] removing nova-direct-api

2012-04-10 Thread Joe Gordon
Looks like a unanimous decision. Here is the blueprint. https://blueprints.launchpad.net/nova/+spec/remove-nova-direct-api best, Joe On Mon, Apr 9, 2012 at 3:49 PM, Devin Carlen de...@openstack.org wrote: +1 It doesn't have to go home but it can't stay here. On Apr 9, 2012, at 12:31 PM,

[Openstack] [Nova] removing nova-direct-api

2012-04-09 Thread Joe Gordon
Hi All, The other day I noticed that in addition to EC2 and OpenStack APIs there is a third API type: nova-direct-api. As best I can tell, this was used early on for development/testing before the EC2 and OpenStack APIs were mature. My question is, since most of the code hasn't been touched in

Re: [Openstack] Caching strategies in Nova ...

2012-03-23 Thread Joe Gordon
+1 Documenting these findings would be nice too. best, Joe On Fri, Mar 23, 2012 at 2:15 PM, Justin Santa Barbara jus...@fathomdb.comwrote: This is great: hard numbers are exactly what we need. I would love to see a statement-by-statement SQL log with timings from someone that has a

[Openstack-poc] [Bug 954488] Re: nova/openstack/common/cfg.py: 'nova.api.openstack.contrib.standard_extensions' is non-existant

2012-03-13 Thread Joe Gordon
** Also affects: openstack-common Importance: Undecided Status: New ** Changed in: openstack-common Assignee: (unassigned) = Joe Gordon (joe-gordon0) -- You received this bug notification because you are a member of OpenStack Common Drivers, which is the registrant for openstack

Re: [Openstack] Enabling data deduplication on Swift

2012-03-10 Thread Joe Gordon
are the odds of a collision (for SHA-1 and SHA-256) happening by chance when using Swift at scale? best, Joe Gordon [1] http://www.linux-kvm.com/sites/default/files/KvmForum2008_KSM.pdf On Fri, Mar 9, 2012 at 4:44 PM, Caitlin Bestler caitlin.best...@nexenta.com wrote: Paulo

Re: [Openstack] please compress the public nova.git repository (~100MB - 30MB)

2012-02-29 Thread Joe Gordon
If you just want to install from source or just look at the current code you can do a: git clone git://github.com/openstack/nova.git --depth 1 best, Joe On Tue, Feb 28, 2012 at 8:06 AM, Jim Meyering j...@meyering.net wrote: Hello, Looking at nova.git for the first time, I cloned it.

Re: [Openstack] run_tests.sh (-x | --stop) is broken, optparse and nosetests

2012-02-15 Thread Joe Gordon
Sounds like a plan to me Monty. Lets take this offline. best, Joe On Tue, Feb 14, 2012 at 8:51 PM, Monty Taylor mord...@inaugust.com wrote: Hi! On 02/14/2012 07:29 PM, Joe Gordon wrote: Hi Developers, I have been looking at https://bugs.launchpad.net/nova/+bug/931608, run_tests.sh

[Openstack] run_tests.sh (-x | --stop) is broken, optparse and nosetests

2012-02-14 Thread Joe Gordon
can write a hack to look for 'hide-elapsed' or other nova flags, I am looking for more elegant solutions. Should this solution live in the cfg module? best, Joe Gordon member:jog0 ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Memory quota in nova-compute nodes.

2012-01-19 Thread Joe Gordon
competing for resources)? 2) Why not use something like http://en.wikipedia.org/wiki/TORQUE_Resource_Manager or http://hadoop.apache.org/common/docs/r0.16.4/hod.html? best, Joe Gordon On Thu, Jan 19, 2012 at 10:49 AM, Jorge Luiz Correa corre...@gmail.comwrote: Hum, I'm just studying

[Openstack] Nova HACKING compliance testing tool

2012-01-04 Thread Joe Gordon
on github ( https://github.com/cloudscaling/nova-HACKING) best, Joe Gordon ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https