Re: [Openstack] nova cells minimal setup

2013-05-29 Thread Tom Fifield
On 30/05/13 00:18, Markus Barth wrote: > > On May 29, 2013, at 11:39 PM, Chris Behrens wrote: >> >> On May 28, 2013, at 8:38 PM, Markus Barth >> wrote: >> >>> Hello everyone, >>> >>> Nova-cells filter has been merged now, so I'd like to make use of them >>> and set up an installation for a proof

Re: [Openstack] nova cells minimal setup

2013-05-29 Thread Markus Barth
On May 29, 2013, at 11:39 PM, Chris Behrens wrote: On May 28, 2013, at 8:38 PM, Markus Barth wrote: Hello everyone, Nova-cells filter has been merged now, so I'd like to make use of them and set up an installation for a proof of concept. My goal is to create new filters and then spawn ins

Re: [Openstack] nova cells minimal setup

2013-05-28 Thread Chris Behrens
On May 28, 2013, at 8:38 PM, Markus Barth wrote: > Hello everyone, > > Nova-cells filter has been merged now, so I'd like to make use of them > and set up an installation for a proof of concept. > > My goal is to create new filters and then spawn instances in a demo. Awesome. I'd be happy to

[Openstack] nova cells minimal setup

2013-05-28 Thread Markus Barth
Hello everyone, Nova-cells filter has been merged now, so I'd like to make use of them and set up an installation for a proof of concept. My goal is to create new filters and then spawn instances in a demo. Setup: - Global: Horizon, Keystone, Glance - API cell: nova-api, nova-conductor, nova-ce

Re: [Openstack] Nova Cells

2012-07-13 Thread Day, Phil
13 To: Michael J Fork Cc: openstack@lists.launchpad.net; Chris Behrens Subject: Re: [Openstack] Nova Cells Partially developed. This probably isn't much use, but I'll throw it out there: http://comstud.com/cells.pdf ATM the messy code speaks for itself here: https://github.com/co

Re: [Openstack] Nova Cells

2012-07-12 Thread Chris Behrens
Sorry about this. I've had other priorities at Rackspace lately, but I have a functioning implementation that I can hope to start to merge ASAP. I'm on vacation for a couple days, so I can provide a better update on Monday. On Jul 12, 2012, at 4:29 PM, Jaesuk Ahn wrote: > +1 here. > > I am

Re: [Openstack] Nova Cells

2012-07-12 Thread Jaesuk Ahn
+1 here. I am also highly interested in an update on cells implementation since the last design summit. I have not seen any blueprints nor implementation progress update from the community. We have been reviewing all the cell related docs and info. and have been trying to make potential reference

Re: [Openstack] Nova Cells

2012-07-12 Thread Eric Windisch
On Thursday, July 12, 2012 at 15:13 PM, Chris Behrens wrote: > Partially developed. This probably isn't much use, but I'll throw it out > there: http://comstud.com/cells.pdf > We're going to have to sync once more on removing _to_server calls from the RPC layer. With the matchmaker upstream

Re: [Openstack] Nova Cells

2012-07-12 Thread Nathanael Burton
That's a good question. I'm also interested in an update on cells. How is progress on cells going? Is there a blueprint for it? Is it targeted to a folsom milestone? Thanks, Nate On Thu, Jul 12, 2012 at 1:39 PM, Michael J Fork wrote: > Outside of the Etherpad (http://etherpad.openstack.org/Fols

Re: [Openstack] Nova Cells

2012-07-12 Thread Chris Behrens
Partially developed. This probably isn't much use, but I'll throw it out there: http://comstud.com/cells.pdf ATM the messy code speaks for itself here: https://github.com/comstud/nova/tree/cells_service The basic architecture is: Top level cell with API service has DB, rabbit, and the nova-ce

[Openstack] Nova Cells

2012-07-12 Thread Michael J Fork
Outside of the Etherpad (http://etherpad.openstack.org/FolsomComputeCells) and presentation referenced there (http://comstud.com/FolsomCells.pdf), are there additional details available on the architecture / implementation of Cells? Thanks. Michael -