Re: [Netstack] latest stack.sh - failed to run with quantum

2012-03-23 Thread David Lapsley
The problem is because of an issue in the packaging for quantum. We changed from using pip to install the python-quantumclient dependency in quantum to using the CI-based install. I believe someone is currently looking into this. In the meantime, the workaround I use is to manually install the q

Re: [Netstack] multi-node quantum + devstack

2012-03-22 Thread David Lapsley
On Mar 22, 2012, at 9:00 PM, andi abes wrote: > On Thu, Mar 22, 2012 at 4:54 PM, David Lapsley wrote: >> Hi Mandeep! The blueprint for this is available >> at: >> https://blueprints.launchpad.net/quantum/+spec/multi-node-quantum-devstack >> >> Sumit, Shweta, Y

Re: [Netstack] multi-node quantum + devstack

2012-03-22 Thread David Lapsley
On Mar 22, 2012, at 8:54 PM, David Medberry wrote: >> I am planning to send out patches to stack.sh (along with sample >> localrc's). We can iterate over these, and once we are happy with them >> submit to devstack folks for review. I'll have the first set of >> patches out soon. >> >> Does that

Re: [Netstack] multi-node quantum + devstack

2012-03-22 Thread David Lapsley
Hi Mandeep! The blueprint for this is available at: https://blueprints.launchpad.net/quantum/+spec/multi-node-quantum-devstack Sumit, Shweta, Yapeng, Hitesh and I have all been working on this and are starting to ramp up the discussion. I am planning to send out patches to stack.sh (along with

Re: [Netstack] [Openstack] Help on Quantum installation through DevStack (openvswitch error) !!

2012-03-22 Thread David Lapsley
On Mar 22, 2012, at 9:17 AM, hitesh wadekar wrote: > Hi David, > > The same issue I encountered while installing dkms, after installing linux > header it has resolved. > > However, as Salvatore explain earlier these are the dependancy packages that > OVS (openvswitch) is using internally. It

Re: [Netstack] Multinode Devstack with Quantum (was RE: Opensack + Devstack Tutorial)

2012-03-22 Thread David Lapsley
On Mar 21, 2012, at 6:36 PM, Sumit Naiksatam (snaiksat) wrote: > Hi Dave, > > Thanks for sharing this. I had been independently working on this a few > days back, and wanted to compare notes with you (I saw other emails as > well on this topic, hence thought it might be helpful to have a broader

Re: [Netstack] Devstack multi-network interfaces

2012-03-20 Thread David Lapsley
On Mar 20, 2012, at 5:30 PM, David Medberry wrote: > On Tue, 2012-03-20 at 14:18 -0400, David Lapsley wrote: > Why did you mark that as "I would prefer that you didn't submit this" > against yourself? > > -dave "med_" medberry Hi Dave: Sorry about that.

[Netstack] Devstack multi-network interfaces

2012-03-20 Thread David Lapsley
Hi All: I've submitted a patch that enables the use of quantum images that support multiple network interfaces. It's a minor patch to stack.sh and is enabled with the UPLOAD_QUANTUM_TTY flag in localrc. It's available for review at: https://review.openstack.org/#change,5579 I've tested against

Re: [Netstack] nova-manage network creation question

2012-03-15 Thread David Lapsley
On Mar 15, 2012, at 11:43 AM, Yapeng Wu wrote: > Hello, > > I followed the quantum-admin-guide document to create the network by using: > "nova-manage network create --label=tenant-private > --fixed_range_v4=192.168.1.0/24 --project_id= --priority=1 > --gateway=192.168.1.254" > > I got er

Re: [Netstack] Opensack + Devstack Tutorial

2012-03-14 Thread David Lapsley
On Mar 14, 2012, at 7:26 PM, David Medberry wrote: > On Mon, 2012-03-12 at 20:11 -0400, David Lapsley wrote: >> and will also have some patches for multi-node out this week. > > Are those patches posted somewhere now David/Debo? > > -dave Hi Dave: Not yet. I will have t

Re: [Netstack] Opensack + Devstack Tutorial

2012-03-13 Thread David Lapsley
On Mar 13, 2012, at 2:55 PM, hitesh wadekar wrote: > Thanks David. > > It is a really great presentation. I am sure it will be helpful for new comer > in Quantum > > Appreciate it. Now I got the complete overview of how Quantum single and > multi-node node devstack works. Also, It is easy to d

Re: [Netstack] quantum community projects & folsom summit plans

2012-03-13 Thread David Lapsley
On Mar 13, 2012, at 2:19 PM, hitesh wadekar wrote: > Along this I would like to explore OVS and feature enhancement for it in > Quantum-plug in and agent. While installing Quantum using DevStack I have > been encountering with OVS packaging issue for Ubuntu oneiric and this is the > existing

[Netstack] Opensack + Devstack Tutorial

2012-03-12 Thread David Lapsley
Hello Netstackers! Here is a presentation I gave last week on Single + Multi-node Devstack + Quantum deployment. It highlights a few gotchas, gives some sample configurations, and also describes some high level architectural features. http://www.slideshare.net/delapsley1/opensack-quantum-devsta

Re: [Netstack] new error this morning (devstack)

2012-01-25 Thread David Lapsley
Hi Folks: 0001-Update-for-Quantum-repo-split.patch is a patch to the devstack repo that enables it to work with the quantum server/client split. It adds the client as a new repo and installs it in /opt/stack/python-quantumclient. It also adds a symbolic link in /opt/stack/horizon/openstack-dash