Re: [Netstack] Quantum Plugin for OpenStack Dashboard feedback

2011-08-08 Thread Arvind Somya
Hey Somik Thanks for the feedback, there have been quite a few changes to the dashboard since the mockup. 1) I agree about the Actions column and implemented that when I started adding more stuff and realized it was too clunky to have each action in it's own column. Currently it only has 'Re

Re: [Netstack] OpenStack Dashboard

2011-08-08 Thread Arvind Somya
Hey Devin The integration is nearly complete, I'm just working on the final bits to attach/detach ports from nova instances. I did start out similar to the swift container code in the dashboard with my views and controllers within the django_openstack module but halfway through I changed my

[Netstack] Port states

2011-08-09 Thread Arvind Somya
Hello Netstackers, I'm trying to write this bit in the dashboard that allows users to toggle port states, my problem is that while the FakePlugin defines two states 'ACTIVE' and 'DOWN'.. the ovs plugin defines them as 'UP' and 'DOWN'. Is there a way for the dashboard to find out what the supp

Re: [Netstack] Port states

2011-08-09 Thread Arvind Somya
line to API spec. Quantum currently just has 2 supported port-state "ACTIVE" and "DOWN" which map to admin up/down on a port. Thanks, Somik On Tue, Aug 9, 2011 at 10:09 AM, Arvind Somya <mailto:aso...@cisco.com>> wrote: Hello Netstackers, I'm trying to

Re: [Netstack] Port states

2011-08-09 Thread Arvind Somya
am -Original Message- From: netstack-bounces+radurair=cisco@lists.launchpad.net [mailto:netstack-bounces+radurair=cisco@lists.launchpad.net] On Behalf Of Arvind Somya (asomya) Sent: Tuesday, August 09, 2011 10:09 AM To: netstack@lists.launchpad.net Subject: [Netstack] Port states Hell

[Netstack] Dashboard updated screenshots

2011-08-09 Thread Arvind Somya
Screenshots updated to the latest dev branch at: http://wiki.openstack.org/QuantumClientGUI Thanks Arvind -- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~netstack More help : https://help.launchpad.net/ListHelp

Re: [Netstack] Port states

2011-08-09 Thread Arvind Somya
: port.network_id, "port-state": "UP"} return rv Doesn't this imply the ovs_plugin will always return the port state as UP? Thanks Arvind On 08/09/2011 03:50 PM, Dan Wendlandt wrote: On Tue, Aug 9, 2011 at 10:20 AM, Arvind Somya <mailto:aso...@cisco.com>&g

Re: [Netstack] Port states

2011-08-09 Thread Arvind Somya
Sorry, false alarm.. my tree was out of date :) Thanks Arvind On 08/09/2011 04:03 PM, Dan Wendlandt wrote: Is this code the latest from trunk? I believe that is one of the lines that was changed in the recently merged patch-set. Dan On Tue, Aug 9, 2011 at 1:03 PM, Arvind Somya <mailto:

Re: [Netstack] Dashboard updated screenshots

2011-08-09 Thread Arvind Somya
nsion to nova that will expose true VIF-ids via the nova API. This same vif-id will also be passed down to the vif-plug driver, allowing the quantum plugin to know exactly where each vif-id is plugged in. Dan On Tue, Aug 9, 2011 at 12:46 PM, Arvind Somya <mailto:aso...@cisco.com>> w

Re: [Netstack] Dashboard updated screenshots

2011-08-09 Thread Arvind Somya
number of attachments. Otherwise it looks great.   From: Arvind Somya <aso...@cisco.com> Date: Tue, 9 Aug 2011 16:21:03 -0400

Re: [Netstack] Quantum dependency

2011-09-06 Thread Arvind Somya
Hey Joe I dug into this a bit and found that my tests were not really mocking anything and running directly on Quantum. I was loading the local_settings instead of testsettings in my test environment and I had a quantum installation running where the settings specified it. I was having troub

[Netstack] Horizon update

2012-03-30 Thread Arvind Somya
and writing tests before pushing this out to the community; In the meantime if anyone wants to test it out you can grab my development branch from: https://github.com/asomya/horizon Thanks Arvind Somya -- Mailing list: https://launchpad.net/~netstack Post to : netstack@lists.launchpad.net

Re: [Netstack] Horizon update

2012-03-30 Thread Arvind Somya
Whoops, forgot to mention .. Use the Œasomya-dev¹ branch in that repo :P Thanks Arvind On 3/30/12 7:52 PM, "Arvind Somya" wrote: > Hey Netstackers > > Just wanted to give you guys a quick update on the state of quantum > integration in horizon. > > I just finis

Re: [Netstack] Horizon update

2012-04-04 Thread Arvind Somya
n us for the Horizon/Quantum integration discussions! > > Best, > > Devin > > > On Mar 30, 2012, at 4:52 PM, Arvind Somya wrote: > >> Horizon update >> Hey Netstackers >> >> Just wanted to give you guys a quick update on the state of quantum >>

Re: [Netstack] Horizon update

2012-04-13 Thread Arvind Somya
Just pushed out the integration to gerrit, review over here: https://review.openstack.org/#/c/6548/ Thanks Arvind Somya On 4/2/12 5:13 PM, "Dan Wendlandt" wrote: > Very cool Arvind!  Great to have you back contributing to Quantum :)  > > Hopefully you'll be at the su

[Netstack] Horizon Update

2012-06-25 Thread Arvind Somya
Hey Netstackers Sorry I've been unable to attend any of the weekly meetings due to timing conflicts, Here's an update on the Horizon integration work: * Panels to create/delete networks: done * Panels to create/delete subnets per network: done * Network selection integrated into the Horizon launc

[Netstack] Horizon update

2012-06-25 Thread Arvind Somya (asomya)
Hey Netstackers Sorry I've been unable to attend any of the weekly meetings due to timing conflicts, Here's an update on the Horizon integration work: * Panels to create/delete networks: done * Panels to create/delete subnets per network: done * Network selection integrate