Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jan Drake
Stefano, please drop me a line, I may be able to help you with metrics that position openstack more solidly in the open source community and help with metrics that mean something to enterprises whom are trying to make decisions 'twixt openstack and other emergent open source offerings. Ewan,

[Openstack] git tag/branch for diablo nova?

2011-09-26 Thread Jesse Andrews
Is there / will there be a git tag/branch for diablo in the github.com/openstack/nova repository? Thanks, Jesse ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Vishvananda Ishaya
If our real goal is scaling the api, It seems like we can scale much more easily by simply running more copies of nova-api and load balancing across them. Then we don't need any background connection pooling magic. If it really is limited to issues with eventlet then utils.synchronized might

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Ewan Mellor
I'm not trying to hide reality (any more than all statistics do). I think that it's reasonable to look at the activity in the project as an aggregate over multiple release cycles. I also think that it's reasonable to treat the ramping phase differently to the one that it's currently in, with

Re: [Openstack] git tag/branch for diablo nova?

2011-09-26 Thread Thierry Carrez
Jesse Andrews wrote: Is there / will there be a git tag/branch for diablo in the github.com/openstack/nova repository? That's a good question... Release tags were only appearing in the milestone-proposed branch in Launchpad. I know that the Gerrit/git setup now allows for milestone-proposed

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Mike Scherbakov
Hi openstackers, as a developer, I'm less carried about numbers of threads/messages in IRC/commits, *but more about the activities and content*. Existing weekly review seems to me already perfect in terms of numbers; since we relocated to github it's even easier to see impact. Weekly news now

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Soren Hansen
2011/9/26 Monty Taylor mord...@inaugust.com: I'm not a MySQL guru by any means, but can you explain this to me? I've never read anywhere that MySQL doesn't really like having a bunch of unused connection sitting around for long lifecycles. It seems pretty logical to me to have at least 2

Re: [Openstack] Nova Notification System Configuration?

2011-09-26 Thread Sandy Walsh
Try getting started with the Yagi Readme https://github.com/Cerberus98/yagi If you get stuck from there, just ping us again. Hope it helps! -S From: openstack-bounces+sandy.walsh=rackspace@lists.launchpad.net

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Pitucha, Stanislaw Izaak
The pain starts when your max memory usage crosses what you have available. Check http://dev.mysql.com/doc/refman/5.1/en/memory-use.html - especially comments which calculate the needed memory for N connections for both innodb and isam. (mysqltuner.pl will also calculate that for you) Hundreds

[Openstack] API for Configurtaion Drive ?

2011-09-26 Thread Day, Phil
Hi Folks, Can anyone point me towards some documentation on how to use the Configuration Drive feature - in particular does it have its own API, or is passed as attributes to Create Server ? Thanks, Phil ___ Mailing list:

Re: [Openstack] ImageTooLarge: Image is larger than instance type allows

2011-09-26 Thread Scott Moser
On Sat, 24 Sep 2011, darkfower wrote: Hi, (nova.rpc): TRACE: raise exception.ImageTooLarge() (nova.rpc): TRACE: ImageTooLarge: Image is larger than instance type allows (nova.rpc): TRACE: image size biggest 20GB ? why ? You need to change the 'local_gb' for the instance_type if you

Re: [Openstack] Image Create in API version 1.1

2011-09-26 Thread Brian Waldon
Phil - the function in question is implemented in the ControllerV11 class in that same module. Brian On Sep 26, 2011, at 8:55 AM, Day, Phil wrote: Hi Gabe, The code for _action_create_image in api/openstack/servers.py suggest that this isn’t implemented yet ?

Re: [Openstack] git tag/branch for diablo nova?

2011-09-26 Thread Dmitry Maslennikov
On Mon, Sep 26, 2011 at 5:58 PM, Mark McLoughlin mar...@redhat.com wrote: I've just tried and git-bzr-ng actually does a good job of importing the branch and tag:  $ git-bzr import lp:~hudson-openstack/nova/milestone-proposed  $ git merge-base origin/master bzr/milestone-proposed This shows

Re: [Openstack] git tag/branch for diablo nova?

2011-09-26 Thread Dmitry Maslennikov
On Mon, Sep 26, 2011 at 11:33 AM, Thierry Carrez thie...@openstack.org wrote: Jesse Andrews wrote: Is there / will there be a git tag/branch for diablo in the github.com/openstack/nova repository? That's a good question... Release tags were only appearing in the milestone-proposed branch in

Re: [Openstack] git tag/branch for diablo nova?

2011-09-26 Thread Thierry Carrez
Dmitry Maslennikov wrote: I have the same questions for the future releases. Will they marked by tags in Git? Yes, as you can see by looking at the list of tags for Glance or Swift, 2011.3 / 1.4.3 release tags are already included there. -- Thierry Carrez (ttx) Release Manager, OpenStack

Re: [Openstack] Review Spam

2011-09-26 Thread Lorin Hochstein
What's the location of the gerrit git repository? Is it this: https://review.openstack.org/p/openstack/nova Lorin -- Lorin Hochstein, Computer Scientist USC Information Sciences Institute 703.812.3710 http://www.east.isi.edu/~lorin On Sep 23, 2011, at 2:08 PM, Todd Willey wrote: Strictly

Re: [Openstack] keystone + dash + diablo user flows

2011-09-26 Thread Luis Gervaso
I think the exchange unscoped to scoped is not working for me, I think the issue may come from GET : *http://192.168.1.48:5001/v2.0/tenants* ---START TEST--- POST : *http://192.168.1.48:5001/v2.0/tokens* {auth:{passwordCredentials:{username:admin,password:secrete}}} RES : {access: {token:

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jay Pipes
On Mon, Sep 26, 2011 at 5:47 AM, Mike Scherbakov mih...@gmail.com wrote: Hi openstackers, as a developer, I'm less carried about numbers of threads/messages in IRC/commits, but more about the activities and content. ++ Trends are good to see overall robustness of development activity, but for

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jay Pipes
On Fri, Sep 23, 2011 at 8:33 PM, Stefano Maffulli stef...@openstack.org wrote: CVSanaly2. CVSanaly2 is a tool that extracts information out of source code repository logs and stores it into a database. It works well with git, so I fooled around with it on the nova, swift and glance

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Mike Scherbakov
Hi Soren, it's pretty user-friendly interface, see Glance for example: https://github.com/openstack/glance/graphs/impact I'm not sure if there is anything like this on launchpad.. On Mon, Sep 26, 2011 at 7:44 AM, Soren Hansen so...@linux2go.dk wrote: 2011/9/26 Mike Scherbakov mih...@gmail.com:

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jay Pipes
On Mon, Sep 26, 2011 at 10:44 AM, Soren Hansen so...@linux2go.dk wrote: 2011/9/26 Mike Scherbakov mih...@gmail.com: as a developer, I'm less carried about numbers of threads/messages in IRC/commits, but more about the activities and content. Existing weekly review seems to me already perfect

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Stefano Maffulli
On Mon, 2011-09-26 at 02:47 -0700, Mike Scherbakov wrote: Weekly news now missing the section 'Developing mailing list' (12 Aug was the last one?), where we could get overview of what are the major things were discussed in the mail list. I loved this section, and would love to see it again.

Re: [Openstack] Review Spam

2011-09-26 Thread James E. Blair
Lorin Hochstein lo...@isi.edu writes: What's the location of the gerrit git repository? Is it this: https://review.openstack.org/p/openstack/nova The official repository for nova is at https://github.com/openstack/nova which puts the GIT urls at either: git://github.com/openstack/nova.git

Re: [Openstack] git tag/branch for diablo nova?

2011-09-26 Thread James E. Blair
Mark McLoughlin mar...@redhat.com writes: On Mon, 2011-09-26 at 09:33 +0200, Thierry Carrez wrote: Jesse Andrews wrote: Is there / will there be a git tag/branch for diablo in the github.com/openstack/nova repository? That's a good question... Release tags were only appearing in the

Re: [Openstack] Review Spam

2011-09-26 Thread Mark Gius
When you say combined into one update, do you mean that changes are pushed every 15 seconds, or that multiple commits in Gerrit get combined before pushing to github? Mark On Mon, Sep 26, 2011 at 8:59 AM, James E. Blair cor...@inaugust.com wrote: Lorin Hochstein lo...@isi.edu writes: What's

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jay Pipes
On Mon, Sep 26, 2011 at 5:47 AM, Mike Scherbakov mih...@gmail.com wrote: One more thing - blueprints. I didn't find any mechanism on launchpad that allows me to follow changes in blueprints (added, changed status, etc.). Please point me, how can I do it. You can go to a blueprint and click

Re: [Openstack] keystone + dash + diablo user flows

2011-09-26 Thread Anthony Young
Hey Luis, I ran into the same issue last week when I was implementing this for dashboard. I filed a bug on launchpad here: https://bugs.launchpad.net/keystone/+bug/857671 The issue is that for admin users, all tenants get returned on GET /tenants, including tenants for which the admin is not a

Re: [Openstack] Review Spam

2011-09-26 Thread James E. Blair
Mark Gius m...@markgius.com writes: When you say combined into one update, do you mean that changes are pushed every 15 seconds, or that multiple commits in Gerrit get combined before pushing to github? Changes are pushed as-is within 15 seconds. The repo is an exact mirror, no commit

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Mike Scherbakov
See inline: Do you mean something different from the summaries like this one? http://eavesdrop.openstack.org/meetings/openstack-meeting/2011/openstack-meeting.2011-09-20-22.15.html Yeah, it's not clear what was actually discussed. I'm looking for some summary. I'm not sure if it worth

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Mike Scherbakov
Thanks Jay, it works for existing blueprints. It's still unclear how to see if there is any new blueprint appears. Stefano, I'm still voting for weekly update on blueprints in the format like: feature A url_to_code +/- lines of code since last week Thank you, On Mon, Sep 26, 2011 at 9:21 AM,

Re: [Openstack] Community metrics, developers' engagement

2011-09-26 Thread Jay Pipes
On Mon, Sep 26, 2011 at 1:51 PM, John Dickinson m...@not.mn wrote: On Sep 26, 2011, at 12:10 PM, Mike Scherbakov wrote: Do you mean something different from the summaries like this one? http://eavesdrop.openstack.org/meetings/openstack-meeting/2011/openstack-meeting.2011-09-20-22.15.html

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?

[Openstack] Preparing For Essex Unconference And Lightning Talks [blog]

2011-09-26 Thread Stefano Maffulli
[originally published on http://www.openstack.org/blog/2011/09/preparing-for-essex-unconference-and-lightning-talks/] The Essex Design Summit is less than a week away and we want to use every moment to make the most out of it. Having the whole OpenStack community in the same timezone, sharing the

[Openstack] Quantum Diablo Release Available

2011-09-26 Thread Dan Wendlandt
Hello all! Just a quick note that the Quantum Diablo release is out and available. Code and Docs are available at: http://wiki.openstack.org/Quantum We waited a couple days for a broader announcement so that we could get a first draft of our Administrator Guide complete. Feedback is welcome!

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Devin Carlen
We really need to hear from Sandy Walsh on this thread so he can elaborate on how the distributed scheduling works (with multiple mysql databases). Devin On Sep 26, 2011, at 6:41 AM, Soren Hansen wrote: 2011/9/26 Pitucha, Stanislaw Izaak stanislaw.pitu...@hp.com: The pain starts when your

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Sandy Walsh
Sure ... was there something in particular you wanted to know about? The overview: The assumption with Zones is there is a single DB deployment per Zone. When I say single DB, that could be clustered/HA as need be. But the intention is no sharing of DB between zones. This, of course, has

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Joshua Harlow
It seems like it would be good to talk about this during the conference, since it seems sort of odd to have pieces of data that are shared across zones along with pieces of data that are not shared across zones. It seems like it might be better to provide a unified view of the zones (from a

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Ed Leafe
On Sep 26, 2011, at 10:14 PM, Joshua Harlow wrote: It seems like it would be good to talk about this during the conference, since it seems sort of odd to have pieces of data that are shared across zones along with pieces of data that are not shared across zones. What pieces of data