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

2012-03-23 Thread Debo Dutta (dedutta)
+1 to DBs being slow. But what if we used a combo of memcache and db. Or use couch/mongo. Comparision: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis Anyone has experience on large deployments to see the kind of db traffic we need to optimize for? Another thing could be to avoid

Re: [Openstack] Enabling remote participation at Folsom Design Summit

2012-03-21 Thread Debo Dutta (dedutta)
SW side: Another option would be to run webex meetings or even google hangout! debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Stefano Maffulli Sent: Wednesday, March 21,

Re: [Openstack] User experience and simplified configurations

2012-03-14 Thread Debo Dutta (dedutta)
Have you tinkered with devstack Its simplifies some of the issues you raised for a dev guy. debo From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Aniruddha Khadkikar Sent: Wednesday, March 14,

Re: [Openstack] User experience and simplified configurations

2012-03-14 Thread Debo Dutta (dedutta)
Then you might want to start with some of the chef cookbooks people use. Ask Jay Pipes, he was planning to consolidate them! debo -Original Message- From: Aniruddha Khadkikar [mailto:askhadki...@gmail.com] Sent: Wednesday, March 14, 2012 9:37 PM To: Debo Dutta (dedutta) Cc: openstack

Re: [Openstack] [Netstack] Essex-4 milestone available for Quantum

2012-03-01 Thread Debo Dutta (dedutta)
Did you mean network creation using the dash. Quantum manager works with nova Sent from my iPhone On Mar 1, 2012, at 5:45 PM, Shake Chen shake.c...@gmail.com wrote: Hi Now the Dashboard whether can manage the Quantum? And whether the Devstack script can let dashbaord and Quantum working?

Re: [Openstack] Google Summer of Code-2012

2012-02-27 Thread Debo Dutta (dedutta)
I put my entries debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Russell Bryant Sent: Monday, February 27, 2012 5:32 AM To: openstack@lists.launchpad.net Subject: Re:

Re: [Openstack] devstack: excercises script other than shell scripts

2012-02-25 Thread Debo Dutta (dedutta)
+1 IMO devstack scripts should be simple and test the system from a user's perspective. Hence it would be nice to stick to the external APIs. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net

Re: [Openstack] Donabe?

2012-02-15 Thread Debo Dutta (dedutta)
We are still pursuing it although the progress isn't as much as we would have liked. Going forward, we would love to solicit help from others. We also hope to push the discussions at the summit. Regards debo -Original Message- From:

Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Debo Dutta (dedutta)
I would like to volunteer too! Debo Sent from my iPhone On Feb 9, 2012, at 11:09 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: I’m willing also (I think others at yahoo would be to). -Josh On 2/9/12 9:20 AM, Vishvananda Ishaya vishvana...@gmail.com wrote: We discussed it last year,

Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Debo Dutta (dedutta)
I think the wiki idea is awesome. I will put in my proposals by tonight/tomorrow morning. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Thierry Carrez Sent: Thursday,

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Debo Dutta (dedutta)
Try devstack on oneric. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Paras pradhan Sent: Monday, January 23, 2012 10:27 AM To: openstack@lists.launchpad.net Subject:

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Debo Dutta (dedutta)
FWIW I ran the old devstack and it worked (with horizon). Out of the box except for some UI issues (horizon!) and with quantum debo From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Denmat Sent:

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Debo Dutta (dedutta)
, January 17, 2012 5:09 PM To: Debo Dutta (dedutta) Cc: Gabriel Hurley; openstack Subject: Re: [Openstack] has anyone tried devstack this morning Hey Debo - A fix has been merged for https://bugs.launchpad.net/devstack/+bug/917457

Re: [Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Debo Dutta (dedutta)
On a different note: ideally we should have folks run a devstack build with their changes before committing else we will have broken devstack builds e.g. now. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net

[Openstack] has anyone tried devstack this morning

2012-01-17 Thread Debo Dutta (dedutta)
Got this error Environment: Request Method: GET Request URL: http://192.168.223.136/nova/images_and_snapshots/ Django Version: 1.3 Python Version: 2.7.2 Installed Applications: ['dashboard', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles',

Re: [Openstack] has anyone tried devstack this morning

2012-01-17 Thread Debo Dutta (dedutta)
[mailto:gabriel.hur...@nebula.com] Sent: Tuesday, January 17, 2012 3:38 PM To: Debo Dutta (dedutta); openstack Subject: RE: has anyone tried devstack this morning It's a known bug that was recently introduced. I refer you to the thread last night/this morning about it: https://lists.launchpad.net

Re: [Openstack] [OpenStack] Default User name and Password for Horizon i.e., Openstack-dashboard that i have been installed using [DevStack] script

2011-12-15 Thread Debo Dutta (dedutta)
The script asks you for the password ... or you put it in a file called localrc Here is my localrc MYSQL_PASSWORD=nova RABBIT_PASSWORD=nova SERVICE_TOKEN=nova ADMIN_PASSWORD=nova ENABLED_SERVICES=g-api,g-reg,key,n-api,n-cpu,n-net,n-sch,n-vnc,horizon,m

[Openstack] [donabe] call for participation and meetings

2011-11-16 Thread Debo Dutta (dedutta)
Hi The Donabe meetings are attended by very few. FYI its held at 2pm PST on Wednesdays Maybe we can re-start the regular meetings from next week. Canceling today's one. Regards debo ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] [donabe] call for participation and meetings

2011-11-16 Thread Debo Dutta (dedutta)
, definitely before next Wed, when we meet. Regards debo -Original Message- From: Duncan McGreggor [mailto:dun...@dreamhost.com] Sent: Wednesday, November 16, 2011 5:28 PM To: Debo Dutta (dedutta) Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] [donabe] call for participation

Re: [Openstack] Donabe meetings on Wed 2pm (and cancelling this week's)

2011-10-26 Thread Debo Dutta (dedutta)
Apologies Thanks Glen for the clarifications. debo From: Glen Campbell [mailto:glen.campb...@rackspace.com] Sent: Wednesday, October 26, 2011 12:12 PM To: Debo Dutta (dedutta) Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Donabe meetings on Wed 2pm (and cancelling

Re: [Openstack] OpenStack Academic Alliance|Circle|Initiative#unconference

2011-10-12 Thread Debo Dutta (dedutta)
Hi It’s a great idea. Will help infuse fresh ideas. I would be very interested in helping out in the co-ordination. More thoughts inline -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net

Re: [Openstack] OpenStack Academic Alliance|Circle|Initiative #unconference

2011-10-12 Thread Debo Dutta (dedutta)
Cool. I will put in a few IaaS/PaaS papers I read recently. Debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Stefano Maffulli Sent: Wednesday, October 12, 2011 5:07 PM To:

[Openstack] donabe meeting timings on IRC

2011-10-11 Thread Debo Dutta (dedutta)
Hi We are planning to have regular meets/syncups for Donabe. Possible timings include Wed 2pm PST (since 2pm seems to work for openstack meets). Please unicast myself/Rick if you want to participate but this time doesn't work for you ... and please suggest some alternatives. Will do my best

Re: [Openstack] Developer conference documentation

2011-10-10 Thread Debo Dutta (dedutta)
Donabe: http://etherpad.openstack.org/Donabe thx debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of bob.bl...@calxeda.com Sent: Monday, October 10, 2011 9:23 AM To:

Re: [Openstack] Database replacement?

2011-09-26 Thread Debo Dutta (dedutta)
+1 From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Joshua Harlow Sent: Monday, September 26, 2011 11:20 AM To: Monty Taylor; Brian Lamar Cc: openstack Subject: Re: [Openstack] Database replacement?

Re: [Openstack] Database replacement?

2011-09-23 Thread Debo Dutta (dedutta)
This is a good idea. Actually it might be a very good idea to think of scalable/distributed nosql engines to interface with nova and other Openstack projects. Regards debo From: openstack-bounces+dedutta=cisco@lists.launchpad.net

Re: [Openstack] Database replacement?

2011-09-23 Thread Debo Dutta (dedutta)
To: Debo Dutta (dedutta); openstack Subject: Re: [Openstack] Database replacement? Ya, that would be the ideal, make it more modular so that nosql engines could be hooked in (if applicable). It might also provide someone an opportunity to re-factor https://github.com/openstack/nova/blob/master

Re: [Openstack] [NetStack] Quantum Service API extension proposal

2011-05-24 Thread Debo Dutta (dedutta)
vm A talks to B and one wants to monitor the content by sniffing and the monitoring agent is in vm C. This is not a uncommon use case. Regards Debo -Original Message- From: Kyle Mestery (kmestery) Sent: Monday, May 23, 2011 4:54 PM To: Debo Dutta (dedutta) Cc: Troy Toman; openstack

Re: [Openstack] [NetStack] Quantum Service API extension proposal

2011-05-23 Thread Debo Dutta (dedutta)
Quick question: it seems we are calling one end of the virtual wire a port and the other a vif. Is there a reason to do that? Can we just call say that that a wire connects 2 ports? Also another interesting network scenario is when there is a wire connecting 2 ports and you have a tap (for all

Re: [Openstack] [NetStack] Quantum Service API extension proposal

2011-05-23 Thread Debo Dutta (dedutta)
Hi Troy What about a tap? Its also like a port Should that be in quantum? Regards Debo From: Troy Toman [mailto:troy.to...@rackspace.com] Sent: Monday, May 23, 2011 2:10 PM To: Debo Dutta (dedutta) Cc: Alex Neefus; Ying Liu (yinliu2); openstack@lists.launchpad.net Subject: Re

Re: [Openstack] Network Service meeting

2011-05-10 Thread Debo Dutta (dedutta)
Works for me . -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Rick Clark Sent: Tuesday, May 10, 2011 2:12 AM To: Josh Wilmes (jwilmes) Cc: Jamey Meredith; Lew Tucker