Re: [Openstack] Database stuff

2011-11-29 Thread Jay Pipes
On Tue, Nov 29, 2011 at 10:49 AM, Jason Kölker jkoel...@rackspace.com wrote: On Tue, 2011-11-29 at 16:20 +0100, Soren Hansen wrote: It seems I've talked myself into preferring option e). It's too much work to do on my own, though, and it's going to be disruptive, so we need to do it real

Re: [Openstack] Database stuff

2011-11-29 Thread Jay Pipes
+10 On Tue, Nov 29, 2011 at 12:55 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: e) is the right solution imho.  The only reason joinedloads slipped in is for efficiency reasons. In an ideal world the solution would be: 1) (explicitness) Every object or list of related objects is

Re: [Openstack] Database stuff

2011-11-29 Thread Jay Pipes
On Tue, Nov 29, 2011 at 2:58 PM, Soren Hansen so...@linux2go.dk wrote: 2011/11/29 Jay Pipes jaypi...@gmail.com: There's a very good reason this hasn't happened so far: handling highly relational datasets with a non-relational data store is a bad idea. In fact, I seem to remember

Re: [Openstack] Database stuff

2011-11-29 Thread Jay Pipes
On Tue, Nov 29, 2011 at 3:43 PM, Soren Hansen so...@linux2go.dk wrote: 2011/11/29 Jay Pipes jaypi...@gmail.com: Besides, we don't really use transactions. I could easily read the same data from two separate nodes, make different (irreconcilable) changes on both nodes, and write them back

[Openstack] [GLANCE] Proposal: Combine the container_format and disk_format fields in 2.0 Images API

2011-12-01 Thread Jay Pipes
Hey all, OK, so I'm almost done with Draft 3 of the OpenStack Images API 2.0 Proposal. While doing this, however, I have come to the conclusion that the container_format we added in the Cactus timeframe just makes things more confusing and should probably be removed. We have two fields in the

Re: [Openstack] [RFC] Common config options module

2011-12-06 Thread Jay Pipes
On Tue, Dec 6, 2011 at 2:22 PM, John Dickinson john.dickin...@rackspace.com wrote: Overall, I think it's a great thing to have commonality between the projects on option names and environment variables. I think it's worthwhile to push for that in the swift cli tool in the essex timeframe.

[Openstack] [QA] Team meeting at 12 EST today

2011-12-07 Thread Jay Pipes
Hey all, A quick reminder that the QA team has our weekly meeting on #openstack-meeting in about 30 minutes. 12:00 EST 09:00 PST 17:00 UTC See you there, -jay ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Delete server spec

2011-12-07 Thread Jay Pipes
I would agree with that. If I delete a server instance, I don't want to destroy snapshot images I took of that server... -jay On Wed, Dec 7, 2011 at 8:50 PM, Nachi Ueno ueno.na...@nttdata-agilenet.com wrote: Hi Jessy Thanks. Hmm, there are no implementation of cleanup snapshot images. IMO,

Re: [Openstack] Gating on deployment and integration tests for stable/diablo

2011-12-08 Thread Jay Pipes
On Thu, Dec 8, 2011 at 5:12 PM, James E. Blair cor...@inaugust.com wrote: So unless anyone objects, I'd like to disable silent mode and make this an actual gating job for stable/diablo. Please do! :) Great work on this Jim. Tempest is 95% there, too. Lots of stuff fixed over the last couple

[Openstack] [GLANCE] Third draft of OpenStack Images API 2.0 proposal available for comment

2011-12-12 Thread Jay Pipes
Hello all, I've published the third draft of the new Images API proposal here: https://docs.google.com/document/d/19IapP5ziQp8ISuZIQh_CXVWx2um85T_PiT5hyNviRrE/edit Major changes from the 2nd draft include: * Addition of XML as well as JSON content type support * Addition of Zones resource *

Re: [Openstack] unit and integration tests results for Gerrit

2011-12-13 Thread Jay Pipes
On Mon, Dec 12, 2011 at 4:45 PM, Dan Prince dan.pri...@rackspace.com wrote: Hello all, We just turned on a Bellows feature that will automatically update Gerrit reviews with SmokeStack test results. Each Gerrit review should have a comment that looks something like this: SmokeStack Results

Re: [Openstack] Writes are faster than reads in Swift

2011-12-14 Thread Jay Pipes
On Wed, Dec 14, 2011 at 1:17 AM, Michael Barton mike-launch...@weirdlooking.com wrote: On Tue, Dec 13, 2011 at 9:21 PM, Huang Zhiteng winsto...@gmail.com wrote: Can anyone explain why Swift doesn't want to utilize page cache _at all_? It's an artifact of the use case swift was built for -

Re: [Openstack] using objects returned from DB layer

2011-12-15 Thread Jay Pipes
On Thu, Dec 15, 2011 at 3:29 AM, Rick Harris rick.har...@rackspace.com wrote: ++ on moving to a consistent dict-style syntax. +1 from me, too. -jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Glance 2012.1-dev! ERROR: NO 'app_factory' attribute

2011-12-15 Thread Jay Pipes
Yeah, I was worried we would run into these kinds of problems with a recent commit... Basically, do what Hugo suggested. We recently overhauled the configuration and paste deploy factories in Glance to align with the common cfg work being done in Nova and Glance. This means that the

Re: [Openstack] Writes are faster than reads in Swift

2011-12-15 Thread Jay Pipes
On Wed, Dec 14, 2011 at 5:38 PM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: Or static disk image files! Only if you've got enough RAM on the storage worker node to cache the entire disk image.  Otherwise it's just going to get evicted straight away. The case where you've got so few,

Re: [Openstack] Writes are faster than reads in Swift

2011-12-15 Thread Jay Pipes
On Thu, Dec 15, 2011 at 2:55 PM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: Your simulation is of the one case that I said would work: when you have enough RAM to cache the entire image. When you _don't_ have enough RAM, then the images will just immediately be evicted, and the

Re: [Openstack] novaclient + keystone (HTTP 404, The resource could not be found.)

2011-12-15 Thread Jay Pipes
On Thu, Dec 15, 2011 at 2:29 PM, Dong-In David Kang dk...@isi.edu wrote:  I'm trying to make novaclient work with keystone. It looks like authentication is working, but actual interaction between novaclient and nova does not work. Here is what I get (with added debugging messages I added in

Re: [Openstack] Glance 2012.1-dev! ERROR: NO 'app_factory' attribute

2011-12-16 Thread Jay Pipes
. port 9292 is still not listening.So what is the stable release of Glance  now? and how can i get one?(i am using ubuntu11.10) Yours, jeff 2011/12/15 Jay Pipes jaypi...@gmail.com Yeah, I was worried we would run into these kinds of problems with a recent commit... Basically, do what Hugo

Re: [Openstack] dashboard image page throws 500 page

2011-12-27 Thread Jay Pipes
Hi! Please log potential bugs to the appropriate project on Launchpad. In this case, the project is Horizone (the Dashboard): https://bugs.launchpad.net/horizon/+filebug Cheers! -jay 2011/12/20 シ傻そ銘..(.。o 0 O泡泡) 501640...@qq.com: dashboard image page throws 500 page when I go into page

Re: [Openstack] quantum error (essex-2)

2011-12-27 Thread Jay Pipes
2011/12/21 darkfower atk...@gmail.com: hi, bard:    no , i exec quantum-server of the quantum-e2 version, but i see quantum is stable/diablo in the horizon/openstack-dashboard/tools/src/quantum.   why ? Because interdependencies between projects is HARD :) Basically, Horizon is choosing to

Re: [Openstack] cannot launch instance via dasboard - glance auth error

2011-12-28 Thread Jay Pipes
Hi! You need to remove the %tenant_id% part from the Glance URI endpoint templates. Cheers, -jay On Thu, Dec 22, 2011 at 6:28 AM, denmat tu2bg...@gmail.com wrote: Hi all, I'm trying to launch an instance via the dashboard with the admin account. (I have been following:

Re: [Openstack] git-review ready for general use

2011-12-30 Thread Jay Pipes
I'd like to thank you and Jim for your excellent work on this and all the continuous development/deployment tooling. You're both doing a fantastic job of working with a diverse group of contributors with different needs and agendas. Thank you! -jay On Tue, Dec 27, 2011 at 10:54 AM, Monty Taylor

Re: [Openstack] Problems with run_tests.sh on 11.10

2011-12-30 Thread Jay Pipes
On Thu, Dec 29, 2011 at 11:27 AM, John Griffith john.griff...@solidfire.com wrote: jdg@grumpy /tmp % python Python 2.7.2+ (default, Oct  4 2011, 20:06:09) [GCC 4.6.1] on linux2 Type help, copyright, credits or license for more information. import M2Crypto What does this result in, though? $

Re: [Openstack] Configure Rate limits on OS API

2011-12-30 Thread Jay Pipes
I struggled to figure out how to change this ratelimiting stuff for ages while working on Tempest. Eventually, I just removed the ratelimit middleware entirely from the pipeline since I could find no documentation whatsoever on how to change the limits. It would be awesome if this was documented

Re: [Openstack] Problems with run_tests.sh on 11.10

2011-12-30 Thread Jay Pipes
On Fri, Dec 30, 2011 at 12:13 PM, Jay Pipes jaypi...@gmail.com wrote: On Thu, Dec 29, 2011 at 11:27 AM, John Griffith john.griff...@solidfire.com wrote: jdg@grumpy /tmp % python Python 2.7.2+ (default, Oct  4 2011, 20:06:09) [GCC 4.6.1] on linux2 Type help, copyright, credits

Re: [Openstack] Glance functional tests failing

2011-12-30 Thread Jay Pipes
Logged a bug: https://bugs.launchpad.net/glance/+bug/910233 Cheers, -jay On Fri, Dec 30, 2011 at 12:32 AM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: I’m getting 4 failures with the current Glance functional tests, all of this form: FAIL: test_glance_cli

Re: [Openstack] using tox for virtualenv builds

2011-12-30 Thread Jay Pipes
On Fri, Dec 30, 2011 at 5:01 PM, Monty Taylor mord...@inaugust.com wrote: Hey all! I've been poking around at a few things over the last week or so, and I thought I'd put some thoughts out there for everyone. There are two issues that have been driving the work: 1) We need to be able to

[Openstack] [Glance] Decision to defer 2.0 Images API implementation to F release series

2012-01-01 Thread Jay Pipes
Happy New Year, Stackers! This is a quick note to announce that I made the decision over the last week to defer implementation of the proposed OpenStack Images API 2.0 [1] in Glance to the F release series (Foxtrot?). While we had a lot of excellent feedback on the 2.0 API proposal, it was

Re: [Openstack] Configure Rate limits on OS API

2012-01-02 Thread Jay Pipes
On Mon, Jan 2, 2012 at 9:00 AM, Soren Hansen so...@linux2go.dk wrote: 2012/1/2 Jay Pipes jaypi...@gmail.com: On Mon, Jan 2, 2012 at 6:27 AM, Soren Hansen so...@linux2go.dk wrote: 2011/12/29 Vishvananda Ishaya vishvana...@gmail.com: I can't think of any reason we can't just fork() N times

Re: [Openstack] Tempita usage?

2012-01-04 Thread Jay Pipes
No argument from me. Feel free to propose a branch that does the things you describe below. I'm sure you'll get feedback in code review :) Cheers! -jay On Tue, Jan 3, 2012 at 2:17 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: I was wondering if there has been any thought or consideration of

Re: [Openstack] unit and integration tests results for Gerrit

2012-01-08 Thread Jay Pipes
-Original Message- From: Jay Pipes jaypi...@gmail.com Sent: Tuesday, December 13, 2011 7:14am To: Dan Prince dan.pri...@rackspace.com Cc: Openstack openstack@lists.launchpad.net Subject: Re: [Openstack] unit and integration tests results for Gerrit Thanks Dan, looks like a great

Re: [Openstack] [OpenStack Foundation] OpenStack Foundation

2012-01-09 Thread Jay Pipes
On Mon, Jan 9, 2012 at 5:37 AM, Soren Hansen so...@linux2go.dk wrote: 2012/1/5  m...@openstack.org: To kick things off I've created a Foundation page on the wiki and published a Foundation Mission draft for comment as well a a rough timeline for the next couple of months:  

Re: [Openstack] creating a security group curling nova v1.1 api

2012-01-10 Thread Jay Pipes
Check what is being sent by using the -v option. Perhaps the JSON you are trying to send isn't going through properly? Cheers, -jay On Tue, Jan 10, 2012 at 10:51 AM, Alejandro Comisario alejandro.comisa...@mercadolibre.com wrote: Hi guys, we have a diablo cluster with keystone. We can

Re: [Openstack] Unique key is case-sensitive or *in*sensitive?

2012-01-10 Thread Jay Pipes
it on sqlalchemy.migration ? 2012/1/10 Jay Pipes jaypi...@gmail.com: +1 for Case Sensitive. For MySQL, this is a configuration issue. The default character set and collation should use the *_cs variants. For existing MySQL installations, an ALTER TABLE ... MODIFY COLUMN ... CHARACTER SET

Re: [Openstack] swift essex status update

2012-01-11 Thread Jay Pipes
Great stuff, Swift contributors! -jay On Wed, Jan 11, 2012 at 11:20 AM, John Dickinson m...@not.mn wrote: A quick note to talk about what's been going on with swift since the diablo release. Swift 1.4.2 was the openstack diablo release. Since then, we've had three releases. We've done

Re: [Openstack] Erros with nova python client and OpenStack API

2012-01-16 Thread Jay Pipes
On Mon, Jan 16, 2012 at 8:34 AM, Leander Bessa leande...@gmail.com wrote: Hello, I've setup a test installation of OpenStack inside a virtual machine with the ec2 api. I would also like to test out the OpenStack API with the nova-python-client, therefor i installed keystone in a separate

Re: [Openstack] Using fake drivers for testing

2012-01-16 Thread Jay Pipes
Hi Gavin! Comments inline... On Mon, Jan 16, 2012 at 10:18 AM, Brebner, Gavin gavin.breb...@hp.com wrote: I’m interested in running some “white-box” tests that check scalability and limits of parts of a Nova system.  I want to start from a full working configuration however, as I get that from

Re: [Openstack] First instance, one problem

2012-01-16 Thread Jay Pipes
On Sat, Jan 14, 2012 at 1:15 PM, Samuel Hassine, Another Service samuel.hass...@anotherservice.com wrote: I checked the log files, nothing I understand as a fatal error, I do not know how to debug this, how to find a solution or a workaround. Hi Sam, please pastebin your nova-compute log file

Re: [Openstack] Online presentation on OpenStack contribution, Tempest and Devstack

2012-01-16 Thread Jay Pipes
On Fri, Jan 13, 2012 at 10:57 PM, Deepak Garg deepakgarg.i...@gmail.com wrote: The slides were __really__ nice to get started with Openstack QA. I am going to give it a shot and get back if I run into problems. However, can we subscribe/let know if there are more follow-on webinars in the

Re: [Openstack] new install document for Compute/Image/Identity/Dashboard

2012-01-16 Thread Jay Pipes
On Mon, Jan 16, 2012 at 11:18 AM, Anne Gentle a...@openstack.org wrote: Hi all - With lots of help from reviewers at Rackspace and beyond, I've drafted a new installation guide for the stable Diablo release. Currently it points to packages from two sources - Cloud Builders and Managed IT.

Re: [Openstack] Nova trunk completely broken on Python 2.6

2012-01-16 Thread Jay Pipes
On Mon, Jan 16, 2012 at 9:48 PM, Ewan Mellor ewan.mel...@eu.citrix.com wrote: While I’m here, any chance we can have a unit test running on Python 2.6? Monty and Jim have been working on getting parallel 2.7 and 2.6 tests going with the tox library. -jay

[Openstack] [GLANCE] Performance testing tool beta test

2012-01-16 Thread Jay Pipes
Hi all, If you're interested in helping me gather throughput numbers for various Glance installations, please contact me. I wrote a little tool tonight that gathers some throughput details after attempting to concurrently add images to a Glance server. You can see the output of the tool below:

Re: [Openstack] How to add new applications to openStack?

2012-01-17 Thread Jay Pipes
On Tue, Jan 17, 2012 at 11:50 AM, Joe Smithian joe.smith...@gmail.com wrote: Hi All, I have a RESTful web application which has already been developed in Java using Tomcat and Jersey. I'd like to integrate my application into the openstack framework to reuse its web server, database server,

Re: [Openstack] How to add new applications to openStack?

2012-01-17 Thread Jay Pipes
On Tue, Jan 17, 2012 at 3:15 PM, Joe Smithian joe.smith...@gmail.com wrote: Hi Hitesh and Jay, Thanks for your comments. I have to rephrase my question; I meant using the same web server, MQ server, and database servers for my application, which is not really integration with openStack; it

Re: [Openstack] has anyone tried devstack this morning

2012-01-18 Thread Jay Pipes
yeah, this happens occasionally (typically after I interrupt a Tempest job or something) ... The following will clear out and remove any old libvirt instances that may be running in your system (blatantly ripped from devstack): INSTANCE_NAME_PREFIX=${INSTANCE_NAME_PREFIX:-instance-} #

Re: [Openstack] Listing non-public images in Glance

2012-01-19 Thread Jay Pipes
Hi Pete! Answers inline :) On Thu, Jan 19, 2012 at 2:26 PM, Pete Zaitcev zait...@redhat.com wrote: Hello: This clearly seems like I am missing something obvious, but is it possible to list non-public images in Glance? No. But if you no the ID, you can issue a call to HEAD|GET /images/ID and

Re: [Openstack] [nova client] Can't get the diagnostics command to work

2012-01-25 Thread Jay Pipes
On Wed, Jan 25, 2012 at 11:21 AM, Leander Bessa leande...@gmail.com wrote: Are there any plans to add support for monitoring instances which run libvirt? The plugin below is for libvirt... Does XEN also use libvirt? libvirt supports Xen, but the Xen virt driver in Nova does not use

Re: [Openstack] Odd glance settings

2012-01-27 Thread Jay Pipes
stuff in there, that said don’t turn on unless you are yahoo. -Josh On 1/25/12 3:18 PM, Jay Pipes jaypi...@gmail.com wrote: Heyo. The ServiceNET feature is Rackspace specific because Swift originated as Cloud Files of course. That setting does absolutely nothing unless you are Rackspace

Re: [Openstack] E4 - And So It Begins!

2012-01-30 Thread Jay Pipes
) chocolate - tempest and devstack go great together.  Jay Pipes shared a presentation about getting started with the OpenStack QA [1] using both of the projects together. As we go towards Essex release, we hope that everyone will help with testing!  Adding support to devstack for features you

Re: [Openstack] Odd glance settings

2012-01-30 Thread Jay Pipes
On Sun, Jan 29, 2012 at 2:12 PM, Bradley Mcconnell bmcco...@rackspace.com wrote: I think the problem is that the why does this exist? is hidden as a Rackspace specific feature, where the actual functionality of running a swift cluster/glance instance that connects to both a public and a

Re: [Openstack] Glance and Keystone

2012-01-31 Thread Jay Pipes
On 01/31/2012 06:00 PM, Paras pradhan wrote: Hi, How do I check if glance is working with keystone? This is what I've done so far and getting errors # glance -A details 16afc976-4dfa-4175-a7ea-ec8446f636b3 Needs to be: glance -A 16afc976-4dfa-4175-a7ea-ec8446f636b3 details Cheers!

Re: [Openstack] Glance authentication with Keystone woes...

2012-01-31 Thread Jay Pipes
On 01/31/2012 06:28 PM, Lillie Ross-CDSR11 wrote: I'm reinstalling the various Openstack services from packages in the ManagedIT PPA to pull in the latest Diablo bug fixes. I'm following the latest directions in the newly release installation guide as I perform these upgrades

Re: [Openstack] Glance authentication with Keystone woes...

2012-01-31 Thread Jay Pipes
Hi Ann! cc'ing the mailing list since this is generally useful information... On 01/31/2012 08:59 PM, Anne Gentle wrote: Hi Jay - I'm pretty sure this has tripped me up before and I'm going to have to change the docs for the install/deploy guide. What exactly is the call for the long-lived

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Jay Pipes
If you do: curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 GLANCE_API_HOST:GLANCE_API_PORT/v2/images What is returned? -jay On 02/01/2012 11:19 AM, Paras pradhan wrote: Didn't work here is the o/p root@server3:~# glance -A 16afc976-4dfa-4175-a7ea-ec8446f636b3 details Failed

Re: [Openstack] Glance and Keystone

2012-02-01 Thread Jay Pipes
Sorry about that... should have been v1 not v2 :) -jay On 02/01/2012 11:29 AM, Paras pradhan wrote: Got this -- root@server3:/etc/nova# curl -v -H X-Auth-Token: 16afc976-4dfa-4175-a7ea-ec8446f636b3 192.168.122.14:9292/v2/images * About to connect() to 192.168.122.14 port 9292 (#0) * Trying

Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Jay Pipes
On 02/03/2012 04:27 AM, Kevin Jackson wrote: Hi all, I need some guidance on how to proceed writing up OpenStack - tutorials on its use. A few months back, pre-Keystone, I could do a lot with euca2ools using the EC2 API. Since Diablo has come on a bit with Keystone, euca2ools methods have been

[Openstack] [GLANCE] Results from Bug Squash Day

2012-02-03 Thread Jay Pipes
Hi Stackers, I'd like to thank everyone who participated in the OpenStack Bug Squash Day yesterday. Although the focus definitely was on Nova, the Glance contributor community did manage to make a nice dent in Glance's bug debt. Despite Justin Santa Barbara's valiant efforts to increase

Re: [Openstack] creating a mailinglist for packaging specific topics?

2012-02-05 Thread Jay Pipes
On 02/05/2012 06:38 AM, Russell Bryant wrote: On 02/05/2012 12:27 PM, Christian Berendt wrote: Hello together. I think it's a good idea to create a mailinglist for packaging specific topics. This list here is IMO not the right place for discussions on such topics, because a lot of people have

Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-06 Thread Jay Pipes
On 02/06/2012 04:48 AM, Kevin Jackson wrote: Thanks All, @Jaypipes - I'm quickly coming to a point where I'm looking at describing tasks using both nova client and euca2ools - its certainly not a bad thing, the issue would be on simplicity (i.e. showing people how things can be done vs you could

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Jay Pipes
cc'ing Matt Ray from OpsCode, since he and I discussed related topics this past Thursday during the bug squash day... On 02/06/2012 06:35 PM, Monty Taylor wrote: I think the thing you are discussing already exists. devstack is currently part of and managed by all of the normal OpenStack

[Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-06 Thread Jay Pipes
Hi Stackers, tl;dr - There are myriad Chef cookbooks out there in the ecosystem and locked up behind various company firewalls. It would be awesome if we could agree to: * Align to a single origin repository for OpenStack cookbooks * Consolidate OpenStack Chef-based deployment

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-06 Thread Jay Pipes
On 02/06/2012 09:37 PM, Jesse Andrews wrote: I know that the RCB deploy team works with the Crowbar team on chef recipes for that project. OK. Are you in agreement about the proposal in my email? Regarding the github.com/ansolabs github.com/rcb recipes - I'll have to delegate to Vishy who

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Jay Pipes
On 02/07/2012 05:18 AM, Thierry Carrez wrote: Shameless plug: just a few weeks left before the core projects for Folsom are decided, so projects in incubation should propose themselves soon! Other projects that would like to be considered for Folsom core should probably have been in incubation

Re: [Openstack] Development ML

2012-02-07 Thread Jay Pipes
On 02/07/2012 04:49 AM, Thierry Carrez wrote: Jay Pipes wrote: So, the topic of multiple mailing lists has come up before and we've even tried topical mailing lists before, but the amount of traffic on them tends to be too low for it to be worth the extra ML subscription. I've also made

Re: [Openstack] mailing list etiquette

2012-02-07 Thread Jay Pipes
On 02/07/2012 01:08 PM, andi abes wrote: I've seen a few folks apologizing for top-posts and a few pokes in some threads about folks with less than intelligent email clients. Which leads me to ask: are there any pointers to best practices on the mailing list? Not using HTML email and not using

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-07 Thread Jay Pipes
Thanks for the update, Matt. Comments inline... On 02/07/2012 10:16 PM, Matt Ray wrote: I think Jay did a good job outlining the lineages and scope of the assorted cookbook efforts so far. My Anso-based fork at github.com/mattray/openstack-cookbooks was the basis for a few public and private

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-07 Thread Jay Pipes
On 02/06/2012 11:53 PM, Vishvananda Ishaya wrote: On Feb 6, 2012, at 6:37 PM, Jesse Andrews wrote: I know that the RCB deploy team works with the Crowbar team on chef recipes for that project. Regarding the github.com/ansolabs github.com/rcb recipes - I'll have to delegate to Vishy who

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-08 Thread Jay Pipes
On 02/08/2012 01:40 AM, Monty Taylor wrote: On 02/07/2012 08:32 PM, Jay Pipes wrote: Well, in my original email I proposed using the NTT PF Lab branch point for the stable/diablo branch of the upstream chef repos. If we can get a casual consensus from folks that this is OK, I will go ahead

Re: [Openstack] Devstack (sh) and tmux

2012-02-08 Thread Jay Pipes
On 02/08/2012 11:44 AM, Chmouel Boudjnah wrote: Hi, As mentioned in bug #928967[1] tmux support in devstack is not working and I was wondering if there was much people using it and if I should fix it. The advantage of tmux support is aside of being arguably a better terminal wm it allows

Re: [Openstack] Devstack (sh) and tmux

2012-02-08 Thread Jay Pipes
On 02/08/2012 01:54 PM, Ghe Rivero wrote: I like the idea of demonize it. Everyone using devstack should be able to open a terminal and use tail in the logs to see what's going on. Or maybe an option can be added to devstack to choose daemon vs. screen . Option is best. I find both scenarios

[Openstack] [API] Anyone have documentation for the os-volume_attachments extension?

2012-02-10 Thread Jay Pipes
In reference to: https://bugs.launchpad.net/bugs/903875 Rajalakshmi is having trouble finding documentation on the os-volume_attachments extension. Could someone help out? Thanks, -jay ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] Swift 1.4.6 release

2012-02-10 Thread Jay Pipes
On 02/10/2012 05:09 PM, John Dickinson wrote: I'm happy to announce that swift 1.4.6 has been released today. We've added some great new features in this release and fixed several outstanding bugs. The full changelog is below, but I'd like to highlight a few key points. Swift 1.4.6 includes new

Re: [Openstack] a week of shaky dev infrastructure

2012-02-11 Thread Jay Pipes
Monty, this was a great description of the issues that plagued the CI system this week; thank you! I'd like to point out that I very much admire the work you, Jim and Andrew Hutchings have been doing on the Gerrit and Jenkins tooling. I think the way that you work with upstream projects and

Re: [Openstack] Remove Zones code - FFE

2012-02-14 Thread Jay Pipes
-1 on shard b/c of database terminology. -1 on cluster because of HPC and database terminology. Zone was originally used because it is general -- referring to merely a collection of hosts or other zones and not having a geographic connotation like Region does. Other possibilities: *

Re: [Openstack] OpenStack API V1.1 and V2.0 Complete Reference?

2012-02-15 Thread Jay Pipes
On 02/15/2012 08:40 AM, Leander Bessa wrote: Hello, I'm trying to find the complete specification of the OpenStack V1.1 and V2.0 APIs. So far I've only found this page (http://wiki.openstack.org/OpenStackAPI_1-1), but it appears to be incomplete or out of date. AFAIK, the 1.1 and 2.0 Compute

Re: [Openstack] Remove Zones code - FFE

2012-02-15 Thread Jay Pipes
] On Behalf Of Armando Migliaccio Sent: Wednesday, February 15, 2012 6:36 AM To: Martin Paulo; Jay Pipes Cc: openstack@lists.launchpad.net Subject: Re: [Openstack] Remove Zones code - FFE -1 for ServerGroup because in the OSAPI terminology Server is a guest instance rather than a physical host. I

Re: [Openstack] FFE request - glance image upload copied from external store

2012-02-15 Thread Jay Pipes
Hi Eoghan, On first look, everything is cool with me... will do a thorough code review tomorrow, and I believe Thierry, who has the final say, is out the remainder of this week. All the best, -jay On 02/15/2012 04:45 PM, Eoghan Glynn wrote: So, what say ye? I'd like to request an

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
FWIW, we're using DRBD + pacemaker in active/passive setups for both the MySQL and RabbitMQ setup in the trystack.org (the artist formerly known as FreeCloud) project, and it's working quite well and is pretty simple to set up. Nati Ueno could give some more details on the setup and the Chef

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
Yup, absolutely... we've been a bit slammed working on getting the project up and running, but everything is checked in to GitHub... just needs a bit of clean up, that's all. Best, -jay On 02/16/2012 07:10 AM, Alexis Richardson wrote: It would be great to see the cookbooks if they are

Re: [Openstack] Howto Nova setup with HA?

2012-02-16 Thread Jay Pipes
# NL 8202.63.886.B01. Interactive 3D (i3D.net) is CDSA certified on content protection and security. We are ranked in the Deloitte Technology Fast 50 as one of the fastest growing technology companies. *From:* Jay Pipes

Re: [Openstack] announcing api.openstack.org

2012-02-16 Thread Jay Pipes
Excellent work Doc team! :) On 02/16/2012 11:02 AM, Anne Gentle wrote: I'm pleased to point you to http://api.openstack.org. Collecting OpenStack APIs on one page, built with an API developer in mind. This design implementation fulfills a blueprint for the openstack-manuals project. Inspired

Re: [Openstack] [Keystone] Custom Roles

2012-02-17 Thread Jay Pipes
On 02/17/2012 06:31 AM, Leander Bessa wrote: Hello, I was wondering if it would be possible to create custom roles in keystone. For instance, i would like to create a role which would allow a project owner to create/remove flavors without the intervention of an admin account. I *think* this

Re: [Openstack] [Glance]: which part of the source codes handle the receiving of the upload image data

2012-02-17 Thread Jay Pipes
On 02/17/2012 04:08 AM, benzwt benzwt wrote: Hi Glance guys, Hi Reynolds! I'm not good in WSGI. I have a foolish question to ask. Which part of the source codes handle the receiving of the uploading data. The receiver of the uploaded data is the webob.Request object that is constructed on

Re: [Openstack] [Keystone] Custom Roles

2012-02-17 Thread Jay Pipes
On 02/17/2012 10:15 AM, Leander Bessa wrote: Thanks, that is just what i'm looking foor. This will only be available in the final Essex release of OpenStack right? It is in the development trunk right now. If you pull the E3 releases, the functionality should be in there, too. In regards

Re: [Openstack] Remove Zones code - FFE

2012-02-19 Thread Jay Pipes
On 02/18/2012 03:22 PM, Chris Behrens wrote: On Feb 18, 2012, at 11:36 AM, Ed Leafe wrote: I still prefer 'cell'. The parallel to single celled / multi-cellular life forms makes sense, and there is really no overloading of the word in the world of computers. I like 'cell' too. It

Re: [Openstack] Remove Zones code - FFE

2012-02-19 Thread Jay Pipes
++ to you Mark. Excellent suggestion on compute-cell. -jay On 02/19/2012 01:53 PM, Mark Washenberger wrote: Remember that for many deployments, the entire system will be a single zone, so whatever term is used should make sense in a singular sense. That rules out names such as

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-20 Thread Jay Pipes
We're workin' on it... Had some issues with AppArmor crashing a node this morning... https://github.com/trystack/openstack-chef/tree/stable/diablo -jay On 02/16/2012 10:25 AM, andi abes wrote: On Wed, Feb 8, 2012 at 11:42 AM, Jay Pipes jaypi...@gmail.com mailto:jaypi...@gmail.com wrote

[Openstack] [QA] Finding a new time for our weekly meeting?

2012-02-21 Thread Jay Pipes
Hi QA Team, Unfortunately, I have another meeting happening at the same time as our weekly IRC meeting in #openstack-meeting, and it's a meeting I really need to attend :( I'm hoping that the QA team would be open to moving our meeting to a different time or day? Would anyone be opposed

[Openstack] Is it just me or...

2012-02-21 Thread Jay Pipes
Is anyone else having trouble getting to irc.freenode.net? -jay ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help :

Re: [Openstack] Is it just me or...

2012-02-21 Thread Jay Pipes
On 02/21/2012 03:07 PM, Jay Pipes wrote: Is anyone else having trouble getting to irc.freenode.net? Sorry, fixed now... I'd started my VPNP before connecting to IRC... Silly me. Now back to your regularly scheduled programming. -jay ___ Mailing

Re: [Openstack] [QA] Finding a new time for our weekly meeting?

2012-02-22 Thread Jay Pipes
On 02/21/2012 10:28 PM, Daryl Walleck wrote: That time still works for me. Would be starting that this week (tomorrow)? Yes, please :) And I heard from many other members that it would work, too, and nobody said that the change would not work... I've updated the wiki:

Re: [Openstack] availability/performance sensors/probes

2012-02-22 Thread Jay Pipes
On 02/22/2012 11:45 AM, Florian Hines wrote: If John Dickinson can steal me a 30 minute block at the conference I'll probably be giving a talk about it, but we (Rackspace) started switching to Graphite back in December. We're basically just following the etsy cookbook to graph all the things!.

Re: [Openstack] running Tempest continuously in the openstack project?

2012-02-22 Thread Jay Pipes
On 02/22/2012 10:49 AM, James E. Blair wrote: Indeed, as soon as someone says I have Tempest working on a system configured by devstack with a repeatable process, here's how I did it... we'll start running it in Jenkins. But so far I've heard from the Tempest developers that it's not quite

Re: [Openstack] Orchestration meetings/futures

2012-02-27 Thread Jay Pipes
+1 On 02/24/2012 05:02 PM, Michael Pittaro wrote: On Fri, Feb 24, 2012 at 11:16 AM, Joshua Harlowharlo...@yahoo-inc.com wrote: How about a big session on this at the folsom summit? This is really a very important part and should be heavily discussed (to avoid the zones code problem happening

Re: [Openstack] Docs: credentials create FAILURE

2012-02-27 Thread Jay Pipes
On 02/27/2012 12:50 PM, Alexey Eromenko wrote: Are there any plans to integrate Ubuntu launchpad (official bug tracker) with review.openstack.org ? It is fully integrated. If your commit message references a bug or blueprint, a trigger will automatically update the status of the associated

Re: [Openstack] Howto Nova setup with HA?

2012-02-28 Thread Jay Pipes
On 02/28/2012 04:01 AM, i3D.net - Tristan van Bokkem wrote: Hi Jay, I am using a Gelera master/master setup with Pacemaker providing an floating IP. Well in that case, please disregard my master-master comment! :) -jay ___ Mailing list:

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-28 Thread Jay Pipes
on this. Thanks! -- Mike Perez On Monday, February 6, 2012 at 6:07 PM, Jay Pipes wrote: These chef cookbooks are the ones maintained mostly by Dan Prince and Brian Lamar and these are the cookbooks used by the SmokeStack project. The cookbooks contained in the above repo can install all the core

Re: [Openstack] [CHEF] Aligning Cookbook Efforts

2012-02-28 Thread Jay Pipes
cc'ing Maru since his particular cookbook is being discussed here : On 02/28/2012 02:56 PM, andi abes wrote: yes and no One neat feature of chef is it's search capability - being able to query the sever of where other pieces of the puzzle are located, which makes it very convenient for

Re: [Openstack] how to run selected tests

2012-02-29 Thread Jay Pipes
On 02/29/2012 03:42 PM, Yun Mao wrote: Greetings, What's the most convenient way to run a subset of the existing tests? By default run_tests.sh tests everything. For example, I'd like to run everything in test_scheduler plus test_notify.py, what's the best way to do that? Thanks,

Re: [Openstack] eventlet weirdness

2012-03-02 Thread Jay Pipes
On 03/02/2012 10:52 AM, Armando Migliaccio wrote: I'd be cautious to say that no ill side-effects were introduced. I found a race condition right in the middle of sync_power_states, which I assume was exposed by breaking the task deliberately. Such a party-pooper! ;) Got a link to the bug

<    1   2   3   4   5   6   7   >