Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-11 Thread Nirmal Ranganathan
+1 option one.

On Wed, Jul 11, 2012 at 11:55 AM, Paul McMillan paul.mcmil...@nebula.comwrote:

 +1 for option 1. Bite the bullet now, rather than making it worse later.

 -Paul



 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp




-- 
Nirmal

http://rnirmal.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Configure Rate limits on OS API

2011-12-27 Thread Nirmal Ranganathan
You can configure those values thru the paste conf.

[filter:ratelimit]
paste.filter_factory =
nova.api.openstack.limits:RateLimitingMiddleware.factory
limits =(POST, *, .*, 10, MINUTE);(POST, */servers, ^/servers,
50, DAY);(PUT, *, .*, 10, MINUTE);(GET, *changes-since*,
.*changes-since.*, 3, MINUTE);(DELETE, *, .*, 100, MINUTE)


On Mon, Dec 19, 2011 at 1:28 PM, Day, Phil philip@hp.com wrote:

 Hi Folks,

 ** **

 Is there a file that can be used to configure the API rate limits for the
 OS API on a per user basis ?

 ** **

 I can see where the default values are set in the code, but it looks as if
 there should be a less brutal configuration mechanism to go along with this
 ?

 ** **

 Thanks

 Phil 

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Nirmal

http://rnirmal.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Announcing Nova subteams

2011-10-17 Thread Nirmal Ranganathan
Separating into subteams seems like a good idea and will allow more focus on
certain areas, but having separate mailing lists for each team might be a
little too overkill, could lead to fragmented development discussions. Even
to have a cursory overview of what's happening in the teams will require you
to subscribe to each of the mailing lists, unless the openstack mailing list
is cc'd in all the emails, at which point it becomes pointless to have the
subteam mailing lists.


Nirmal

On Mon, Oct 17, 2011 at 9:35 AM, Jay Pipes jaypi...@gmail.com wrote:

 On Mon, Oct 17, 2011 at 1:56 AM, Vishvananda Ishaya
 vishvana...@gmail.com wrote:
  Nova Testing Cleanup Team
  https://launchpad.net/~nova-testing
  We have discussed cleaning up the unit tests and separating out
 integration
  tests for a while, but this needs a specific team to focus on it.  We
 need
  volunteers and a lead.
  lead - (no lead yet)

 Good stuff, Vish, thanks for sharing! Just an FYI, part of the
 OpenStack QA team (folks from NTT) is focusing on cleaning up and
 improving the unit test coverage and quality of Nova. The OpenStack QA
 team meets regularly (Wednesdays at noon EDT) and you should have
 started seeing a steady stream of incoming bug reports regarding test
 coverage and fixes.

 For each component in Nova, the NTT team is writing traceability
 matrices (test analysis documents) and submitting bug reports when a)
 the specification for a component does not match the code behaviour,
 b) when there is no specification for a pieces of code, and c) where
 tests are not actually testing the correct behaviour. You can see
 these bugs and traceability matrices in the bug reports (as Google
 Docs spreadsheets) here:

 http://bit.ly/paxoxj

 I recognize that branches are linked in Launchpad instead of Gerrit,
 and I'm working with the NTT folks to correct that.

 Nati-san from NTT is leading his team and can be a good contact for
 the small/unit testing side for Nova.

 Cheers!
 -jay

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Announcing Nova subteams

2011-10-17 Thread Nirmal Ranganathan
Hi Vish,

Sounds good, I'm all for trying out new things. I think updates on the main
openstack list would help.


On Mon, Oct 17, 2011 at 3:08 PM, Vishvananda Ishaya
vishvana...@gmail.comwrote:

 Hi Nirmal,

 I understand the concern.  I really want to keep these sub teams focused on
 implementation details as opposed to large theoretical discussions.
  Separate mailing lists may not be the best solution, but lets let it go for
 a couple of months and re-evaluate.  Keep in mind that it is just a few
 clicks to sign up for any team/list.  I can also get the leads to make
 regular updates to the main openstack list so everyone can get a high-level
 overview of the planned changes.

 Vish

 On Oct 17, 2011, at 9:05 AM, Nirmal Ranganathan wrote:

 Separating into subteams seems like a good idea and will allow more focus
 on certain areas, but having separate mailing lists for each team might be a
 little too overkill, could lead to fragmented development discussions. Even
 to have a cursory overview of what's happening in the teams will require you
 to subscribe to each of the mailing lists, unless the openstack mailing list
 is cc'd in all the emails, at which point it becomes pointless to have the
 subteam mailing lists.


 Nirmal

 On Mon, Oct 17, 2011 at 9:35 AM, Jay Pipes jaypi...@gmail.com wrote:

 On Mon, Oct 17, 2011 at 1:56 AM, Vishvananda Ishaya
 vishvana...@gmail.com wrote:
  Nova Testing Cleanup Team
  https://launchpad.net/~nova-testing
  We have discussed cleaning up the unit tests and separating out
 integration
  tests for a while, but this needs a specific team to focus on it.  We
 need
  volunteers and a lead.
  lead - (no lead yet)

 Good stuff, Vish, thanks for sharing! Just an FYI, part of the
 OpenStack QA team (folks from NTT) is focusing on cleaning up and
 improving the unit test coverage and quality of Nova. The OpenStack QA
 team meets regularly (Wednesdays at noon EDT) and you should have
 started seeing a steady stream of incoming bug reports regarding test
 coverage and fixes.

 For each component in Nova, the NTT team is writing traceability
 matrices (test analysis documents) and submitting bug reports when a)
 the specification for a component does not match the code behaviour,
 b) when there is no specification for a pieces of code, and c) where
 tests are not actually testing the correct behaviour. You can see
 these bugs and traceability matrices in the bug reports (as Google
 Docs spreadsheets) here:

 http://bit.ly/paxoxj

 I recognize that branches are linked in Launchpad instead of Gerrit,
 and I'm working with the NTT folks to correct that.

 Nati-san from NTT is leading his team and can be a good contact for
 the small/unit testing side for Nova.

 Cheers!
 -jay

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Request for OpenStack Conference

2011-09-28 Thread Nirmal Ranganathan
I haven't seen anyone mention this in the mailing list, but thought it was
interesting. The San Diego Super Computing Center's new SDSC Cloud uses
Openstack (Swift)

http://www.sdsc.edu/News%20Items/PR092211_sdsccloud.html


On Wed, Sep 28, 2011 at 9:53 AM, Lauren Sell lau...@openstack.org wrote:

 Hi Everyone,

 We're kicking off the OpenStack Conference next week with a status update
 and would love to mention any of you who are using OpenStack and would like
 to be recognized. If you've got a great use case (or even a small one) and
 wouldn't mind sending your logo over for us to drop on a slide, please shoot
 me an email.

 Thanks,
 Lauren

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp