Re: [Openstack] Lunr question and GlusterFS integration

2011-06-06 Thread Shehjar Tikoo
Thanks everyone. I now get the difference between Lunr, nova-volume and glance. Section 7.7 in Cactus Compute Admin Guide didnt have much info on support for Ceph, AoE and Sheepdog, so I understood it only supported iSCSI. -Shehjar Devin Carlen wrote: On Jun 6, 2011, at 3:17 AM, FUJITA Tomono

[Openstack] GlusterFS project proposal online

2011-06-06 Thread Shehjar Tikoo
For those who havent seen this already, GlusterFS proposal is now available at: http://wiki.openstack.org/Governance/Proposed/OpenStack%20Cloud%20Storage%20(Gluster) Inputs welcome. Please do CC openst...@gluster.com Thanks ___ Mailing list: https://

Re: [Openstack] Lunr question and GlusterFS integration

2011-06-06 Thread Devin Carlen
On Jun 6, 2011, at 3:17 AM, FUJITA Tomonori wrote: > On Mon, 6 Jun 2011 09:59:19 + > Shehjar Tikoo wrote: > >> It is not very clear to me whether Lunr will be a replacement for >> Glance > > I don't think so. Glance is the image store which uses s3/swift api's to store machine images.

Re: [Openstack] Java application over Openstack

2011-06-06 Thread Jay Pipes
On Mon, Jun 6, 2011 at 3:15 PM, wrote: > Thanks Rafael and Jay. > > By following the openstack installation manual, nova-direct-api is not > installed. To install it, should I just download openstack package and copy > the nova-direct-api and stack to the /usr/bin/ directory? Hmm, that's interes

Re: [Openstack] Java application over Openstack

2011-06-06 Thread mohan . rajesh00
Thanks Rafael and Jay. By following the openstack installation manual, nova-direct-api is not installed. To install it, should I just download openstack package and copy the nova-direct-api and stack to the /usr/bin/ directory? The nova-api seems have limited function to call, but nova-direct

Re: [Openstack] Java application over Openstack

2011-06-06 Thread Jay Pipes
2011/6/6 Rafael Durán Castañeda : > You can find API information in OpenStack DeveloperGuide API at > http://docs.openstack.org/. nova-direct-api I think (I'm not really sure) is > used only with nova command line client, so you don't need it. Hi Rafael, Actually, the nova-direct-api is a server

Re: [Openstack] Java application over Openstack

2011-06-06 Thread Rafael Durán Castañeda
On 06/06/11 02:30, Rajesh Mohan wrote: Hi, Not sure whether this is the right place to post this question. I'm new to Openstack and trying to write a java application by using Openstack API. I read admin manual on the openstack site. It talks about using "nova-manage" to create the project, us

Re: [Openstack] null ring gz files?

2011-06-06 Thread Jon Slenk
On Fri, Jun 3, 2011 at 7:46 PM, Andiabes wrote: > Curious to know what is this empty ring useful for cheap hack to disable some nodes? :-) sincerely. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Un

Re: [Openstack] Integrating GlusterFS with OpenStack

2011-06-06 Thread Cole
gfs2/rgmanager works reliably for kvm so i don't see why gluster wouldn't. On Mon, Jun 6, 2011 at 5:20 AM, Shehjar Tikoo wrote: > My understanding is that the --instances_path will be the share to which > the VM state will be synced on the source hypervisor. This synced image will > then be used

[Openstack] doc/web meeting, 0200 UTC

2011-06-06 Thread Anne Gentle
Hi all - If you're interested in documentation and the web content for OpenStack, we're having our first monthly meeting tonight in #openstack-meeting on IRC. The pattern is the first Monday of the month at 0200 UTC. Please feel free to add items to the agenda at http://wiki.openstack.org/Meetings

Re: [Openstack] Jenkins - nova-pylint-errors

2011-06-06 Thread Alex Meade
Hey Vish, I may be missing something but when I test with pylint locally, I am using the pylintrc located in trunk. The only cleanup I am doing is derived directly from looking at the nova-pylint-errors job on Jenkins. Alex -Original Message- From: "Vishvananda Ishaya" Sent: Monday, J

Re: [Openstack] Jenkins - nova-pylint-errors

2011-06-06 Thread Vishvananda Ishaya
Hey alex, Justin came up with a pretty reasonable set of defaults for pylint that tends to only show real error messages. It is the nova-pylint-errors job in jenkins. It looks like this error has already been removed from the list (although there is another one there about medatada #690) Per

Re: [Openstack] distributed and heterogeneous schedulers

2011-06-06 Thread Sandy Walsh
Makes sense. I'm sure there are use-cases for both scenarios. Shouldn't be a big deal to make a derived ZoneManager that persists the data. The overall mechanism would stay the same. This does, however, put us back in the position of deciding which capabilities become permanent additions to the

Re: [Openstack] distributed and heterogeneous schedulers

2011-06-06 Thread Dong-In David Kang
I'm not sure if this discussion is still going on. I want to advocate using persistent storage. We can consider power-down or power-up of some compute nodes to save power at the low usage of cloud. (As far as I know) It is not supported by OpenStack now, but I believe it will be. Let's assume

[Openstack] Jenkins - nova-pylint-errors

2011-06-06 Thread Alex Meade
I've been working on cleaning up pylint errors and have a concern regarding: E1101: %s %r has no %r member Used when a variable is accessed for an unexistent member. 97 (59%) of the 169 errors in the nova pylint errors job on jenkins are of the type E1101. 82/97 are located under the sqlalchemy

Re: [Openstack] Proposal for Brian Lamar to join Nova-Core

2011-06-06 Thread Soren Hansen
2011/5/31 Vishvananda Ishaya : > While I was checking branch merges, I noticed that Brian Lamar (blamar), is > not listed as a nova-core developer.  This is most definitely a travesty, as > he has been one of the most prolific coders/reviewers over the past few > months.  So I'm proposing that h

Re: [Openstack] IPMI plugin for Scheduler

2011-06-06 Thread Joseph Suh
Kyle, Please wait until sprint planning meeting since we don't know if this user story will make it in this sprint. We can start working if the user story is included in this (or future) sprint task list. Thanks, Joseph - Original Message - From: "Kyle Dunn" To: openstack@lists.launc

[Openstack] IPMI plugin for Scheduler

2011-06-06 Thread Kyle Dunn
I am planning to develop an IPMI power control plugin for Nova Scheduler and would like to solicit feature requests and implementation suggestions from the list. This is still in early planning stage so any and all feedback is welcome. Thanks, Kyle Dunn USC-ISI Intern

Re: [Openstack] Lunr question and GlusterFS integration

2011-06-06 Thread FUJITA Tomonori
On Mon, 6 Jun 2011 09:59:19 + Shehjar Tikoo wrote: > It is not very clear to me whether Lunr will be a replacement for > Glance I don't think so. >or will only be used for supporting application volumes. I'm not sure the meaning of application volumes but it's a replacement of the current

Re: [Openstack] Integrating GlusterFS with OpenStack

2011-06-06 Thread Shehjar Tikoo
My understanding is that the --instances_path will be the share to which the VM state will be synced on the source hypervisor. This synced image will then be used to restart the VM at the destination hypervisor. Ideally, I'd like to avoid having a local copy of the VM state in order to provide

[Openstack] Nova code coverage data

2011-06-06 Thread Soren Hansen
Hi, guys. It turns out that the coverage data we've seen on Jenkins has been somewhat optimistic. I thought Jenkins was configured to clean out the workspace in between runs, but it wasn't. This meant that the coverage data from previous runs wasn't deleted before running the test suite. So if li

[Openstack] Lunr question and GlusterFS integration

2011-06-06 Thread Shehjar Tikoo
Hi All My research into the GlusterFS-OpenStack integration saga continues.. Going by this message: https://lists.launchpad.net/openstack/msg02667.html It is not very clear to me whether Lunr will be a replacement for Glance or will only be used for supporting application volumes. If I understa

Re: [Openstack] Upload of Swift & Glance in Debian Experimental

2011-06-06 Thread Thierry Carrez
Soren Hansen wrote: > 2011/6/6 Thierry Carrez : >> Soren Hansen wrote: >>> 2011/6/2 Thomas Goirand : >> So all we need to make this happen is setting up an open-post (and >> therefore non-Launchpad) ML for the debian/ubuntu packagers group ? I'm >> pretty sure we can get something setup on lists.ub

Re: [Openstack] Upload of Swift & Glance in Debian Experimental

2011-06-06 Thread Soren Hansen
2011/6/6 Thierry Carrez : > Soren Hansen wrote: >> 2011/6/2 Thomas Goirand : > So all we need to make this happen is setting up an open-post (and > therefore non-Launchpad) ML for the debian/ubuntu packagers group ? I'm > pretty sure we can get something setup on lists.ubuntu.com, if everyone > agr

Re: [Openstack] Upload of Swift & Glance in Debian Experimental

2011-06-06 Thread Thierry Carrez
Soren Hansen wrote: > 2011/6/2 Thomas Goirand : >> See above. It's opposite way. You're going to use the Ubuntu packaging >> proposed by Soren, and I'll derive from that in Debian. > > This sounds perfect! > > In fact, there's no policy in Ubuntu that mandates that "ubuntu" must > be in the versi

[Openstack] Java application over openstack

2011-06-06 Thread Rajesh Mohan
Hi, Not sure whether this is the right place to post this question. I'm new to Openstack and trying to write a java application by using Openstack API. I read admin manual on the openstack site. It talks about using "nova-manage" to create the project, user and network. That's CLI interface. I'd l

[Openstack] Java application over Openstack

2011-06-06 Thread Rajesh Mohan
Hi, Not sure whether this is the right place to post this question. I'm new to Openstack and trying to write a java application by using Openstack API. I read admin manual on the openstack site. It talks about using "nova-manage" to create the project, user and network. That's CLI interface. I'd l