Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Joshua Harlow
Joshua, Dashboard is currently in pretty good shape but the latest nova code in trunk has a few issues. I recommend using the Diablo-3 milestone release of Nova. You should have better luck with that. On Aug 4, 2011, at 10:23 AM, Joshua Harlow wrote: Dashboard newbie question Hi all, I

Re: [Openstack] Dashboard newbie question

2011-08-04 Thread Joshua Harlow
/... are synchronous. Jesse On Aug 4, 2011, at 2:02 PM, Joshua Harlow wrote: Re: [Openstack] Dashboard newbie question Thanks that seemed to work. I think the dashboard doesn't seem to be working though if I try to use VNC. It seemed to freeze it up (no other requests worked, restarted then its ok

[Openstack] Monitoring rabbitmq messages

2011-08-10 Thread Joshua Harlow
Hi is there anyway that people use to see all the messages that are passing through rabbitmq. It would be useful for debugging usage and I was wondering if others know a way to do this (without affecting the messaging system). Thanks ___ Mailing

[Openstack] Unable to publish an image on debian 6

2011-08-15 Thread Joshua Harlow
Hi all, I am using debian 6 (wheezy) + nova-diablo-3 + glance (from git) and have installed the needed python pkgs and have the correct servers and such running. I am seeing the following error when running the following: #uec-publish-tarball ttylinux-uec-i386-11.2_2.6.35-16_1.tar.gz ttbb

Re: [Openstack] Unable to publish an image on debian 6

2011-08-15 Thread Joshua Harlow
PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Ok, Took that modified s3.py file and used it. This is what I get: 2011-08-15 16:43:30,086 ERROR nova.image.s3 [-] Failed to upload ttbb2/ttylinux-uec-i386-11.2_2.6.35-16_1.img.manifest.xml to /tmp/tmp7jXqlf Traceback (most recent call last

[Openstack] VM DHCP usage

2011-08-15 Thread Joshua Harlow
Hi all, Is it correct that if we want to give a VM a specific IP then we should use flat networking? Say I have a known IP that a VM should have, then is there a way to ensure that the nova-network component finds that IP? Is this basically what flat networking is? -Josh

[Openstack] Qemu error?

2011-08-15 Thread Joshua Harlow
Hi all, Another error that others may have seen: Is it supposed to continue even if this fails? This is for running xen btw (this is running on nova-compute in a xen dom0 instance). ting data into image 3 (Unexpected error while running command. Command: sudo qemu-nbd -c /dev/nbd14

Re: [Openstack] Qemu error?

2011-08-16 Thread Joshua Harlow
to inject keys and get images ready to start VM from them. Kind regards, Yuriy. On Tue, Aug 16, 2011 at 06:18, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, Another error that others may have seen: Is it supposed to continue even if this fails? This is for running xen btw (this is running

Re: [Openstack] Qemu error?

2011-08-16 Thread Joshua Harlow
nova from trying to use qcow2 as the image format. Vish On Aug 16, 2011, at 11:06 AM, Joshua Harlow wrote: ctoteam@buildingbuild:~$ sudo modprobe nbd ctoteam@buildingbuild:~$ Is there supposed to be devices there?? On 8/15/11 10:23 PM, Yuriy Taraday yorik@gmail.com x-msg://460/yorik

[Openstack] High availability in openstack?

2011-08-16 Thread Joshua Harlow
Are there any good documentations on making openstack fault tolerant or exactly how it will handle failures? Like say the mq server dies, can another mq server take over. Similar with the database (mysql replication?) Seems like having that kind of information for corporate users would be

Re: [Openstack] Qemu error?

2011-08-16 Thread Joshua Harlow
-4Full virtualization on x86 hardware On 8/16/11 2:31 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Thanks, I'll give it a try and see if the libvirt stuff works, or I'll just switch to the native xen usage in openstack. -Josh On 8/16/11 11:44 AM, Vishvananda Ishaya

[Openstack] Glance tests

2011-08-17 Thread Joshua Harlow
Hi all. I am just trying to run the tests for diablo-3 glance. Is it possible to disable the test that uses swift? Or is it intentional that running the tests for glance try to test interaction with the swift client? Maybe that should be mocked out so its not dependent? -Josh

[Openstack] How to connect br100 to xen bridge

2011-08-17 Thread Joshua Harlow
Hi all, Just trying to continue with my xen+openstack integration. Is there a recommended way to get openstack to connect to the xen bridge. Apparently the xen bridge is @ xenbr0 but openstack likes to use br100. Is it just a simple DB update to make this happen, or can this be changed in the

[Openstack] Odd xen error

2011-08-17 Thread Joshua Harlow
Hi all, When using xen 4 + openstack and libvirt when I run an instance and then attempt to VNC to that instance all I see is a black box (the vnc connects) but it is almost like the VM didn't boot. Has anyone encountered this before. On the machine where the compute node is I can go into

[Openstack] Multiple nova-api's...

2011-08-18 Thread Joshua Harlow
Is it possible to have multiple nova-api's, nova-networks running in the same instance (connected to the same db/rabbitmq)? Say that you want to have fault tolerance, so you would have multiple instances of these, so that if one failed the whole iaas system would not. Is that something

Re: [Openstack] Multiple nova-api's...

2011-08-18 Thread Joshua Harlow
--flagfile=/etc/nova/nova.conf --logfile=/var/log/nova/nova-api-port2.log --ec2_listen_port=port2 you can fire up multiple nova-api processes with something like monit. Then you can load balance between them with something like haproxy. Everett On Thu, Aug 18, 2011 at 11:43 AM, Joshua Harlow

Re: [Openstack] High availability in openstack?

2011-08-18 Thread Joshua Harlow
, is there any plan to have a reaper python object that will reap this bad data/instances On 8/18/11 4:54 PM, Edward koko Konetzko konet...@quixoticagony.com wrote: On 08/16/2011 04:50 PM, Joshua Harlow wrote: Are there any good documentations on making openstack fault tolerant or exactly how

[Openstack] Ubuntu run instance error + xen

2011-08-18 Thread Joshua Harlow
Hi all, On xen + openstack diaboli-3 when running an instance with the generic ubuntu UEC images from http://wiki.openstack.org/RunningNova#Registering_the_image I am seeing the following: [0.210681] VFS: Cannot open root device xvda or unknown-block(0,0) [0.210691] Please append a

Re: [Openstack] Ubuntu run instance error + xen

2011-08-19 Thread Joshua Harlow
? On Thu, Aug 18, 2011 at 05:54:45PM -0700, Joshua Harlow wrote: Hi all, On xen + openstack diaboli-3 when running an instance with the generic ubuntu UEC images from http://wiki.openstack.org/RunningNova#Registering_the_image I am seeing the following: [0.210681] VFS: Cannot open root

Re: [Openstack] Ubuntu run instance error + xen

2011-08-19 Thread Joshua Harlow
:24 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Ya, that is what I was thinking also. I haven't customized anything though. This is just the normal euca-run-instances + basic openstack diablo-3. $ euca-run-instances ami-001f -k mykey -t m1.tiny Where ami is: IMAGEami-001f

Re: [Openstack] Ubuntu run instance error + xen

2011-08-22 Thread Joshua Harlow
Sounds good. I'll check it out. Would this still be needed in the libvirt template? bootloader/usr/lib/xen-4.0/bin/pygrub/bootloader On 8/20/11 6:53 AM, Thomas Goirand tho...@goirand.fr wrote: On 08/20/2011 05:40 AM, Joshua Harlow wrote: So what I've figured out is the following seems

Re: [Openstack] Ubuntu run instance error + xen

2011-08-22 Thread Joshua Harlow
switching it to sda it works though. Following your notes it seems like the dom0 kernel version shouldn't be having this issue? http://lists.debian.org/debian-l10n-english/2010/12/msg00059.html On 8/20/11 6:53 AM, Thomas Goirand tho...@goirand.fr wrote: On 08/20/2011 05:40 AM, Joshua Harlow wrote: So

[Openstack] RPC interfaces?

2011-08-22 Thread Joshua Harlow
Does anyone know if there is a plan to have the RPC/MQ interface between openstack components be defined/documented. It seems like it would be something pretty useful to allow others to use/extend instead of being a hidden python only RPC method. Like right now I see the following which looks

[Openstack] Question on cloudutils

2011-08-29 Thread Joshua Harlow
Hi all, What is the ip table rule that needs to be created to allow cloud utils to connect? I get these when starting up. wget: can't connect to remote host (169.254.169.254): Connection timed out cloud-setup: failed 2/30: up 26.44. request failed From what I was told there needs to be a rule

[Openstack] EC2 compatibility?

2011-09-02 Thread Joshua Harlow
Is there any doc on how complete the openstack EC2 api is with a fixed version of amazon's actual release API. Maybe some table that says which functions are implemented and which ones aren't for a given version of the EC2 api and a given version of openstack? -Josh

Re: [Openstack] S3 Compatability (Was RE: EC2 compatibility?)

2011-09-02 Thread Joshua Harlow
-swift.common.middleware.swift3 -- Chuck On Fri, Sep 2, 2011 at 2:59 PM, Caitlin Bestler caitlin.best...@nexenta.com wrote: Joshua Harlow asked: Is there any doc on how complete the openstack EC2 api is with a fixed version of amazon's actual release API. Maybe some table that says which functions

[Openstack] Xen snapshot support

2011-09-07 Thread Joshua Harlow
Has anyone tried the xen (not xenserver) snapshot support? From looking at how xen + libvirt is used, it would seem like the support isn't there since from what I was looking at the xen image would have to be a qcow2 format (and also have libvirt use a tap: disk instead of a file). From seeing

[Openstack] Question on virt interfaces

2011-09-08 Thread Joshua Harlow
Hi all, I was wondering about the following I am seeing in code: Say in xenapi_conn.py I see: def live_migration(self, context, instance_ref, dest, post_method, recover_method): This method is supported only by libvirt. return But doesn't libvirt also

Re: [Openstack] Question on virt interfaces

2011-09-09 Thread Joshua Harlow
Thanks it seems like there should be a backlog of these types of issues. Or some talk with the libvirt people so those missing functions can be integrated. Having an interface where implementations throw NotSupported still seems odd, and getting the libvirt people to make those missing functions

Re: [Openstack] Glance formats supported?

2011-09-21 Thread Joshua Harlow
when a VM is started to the right format (for say kvm? or for say xen? since I doubt either takes the ova format directly...). On 9/21/11 12:56 PM, Jay Pipes jaypi...@gmail.com wrote: On Wed, Sep 21, 2011 at 3:44 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, I was wondering how

[Openstack] Messaging level auth

2011-09-21 Thread Joshua Harlow
A quick security question. Is there any plan to force authentication/authorization of the rabbitmq messages? Right now it seems like keystone (tbd) will protect the external-openstack layers but what about the openstack-openstack layers. If someone got access to the rabbitmq it seems like

[Openstack] Database replacement?

2011-09-23 Thread Joshua Harlow
Howdy all, congrats on the diablo release! Has there been any thought on having a nova-db service that responds to requests for information from the db (or something like a db). This could be useful for companies that don't necessarily want to have a limiting factor being a database. Since

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-27 Thread Joshua Harlow
. :) - Chris On Sep 26, 2011, at 8:53 PM, Ed Leafe wrote: 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

Re: [Openstack] Xen image starts Kernel Panic in Diablo

2011-09-28 Thread Joshua Harlow
Can u try with the ttylinux images and see if those work for you? I know when I tried it I had to adjust the libvirt xml was creating (which may have not been the right solution) to get those to work. I think the ttylinux ones might work better (from the last time I tried). On 9/27/11 7:11 PM,

Re: [Openstack] Messaging level auth

2011-10-01 Thread Joshua Harlow
, 2011 at 2:20 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: A quick security question. Is there any plan to force authentication/authorization of the rabbitmq messages? Right now it seems like keystone (tbd) will protect the external-openstack layers but what about the openstack-openstack

[Openstack] Gflags / conf - common?

2011-10-31 Thread Joshua Harlow
Hi all, I was wondering if there is any plans in essex to standardize either using gflags or using configuration files for these types of settings. One of the complaints that I receive a lot with gflags is that by including a python file, u automatically inject all of its flags (even if they

Re: [Openstack] Gflags / conf - common?

2011-10-31 Thread Joshua Harlow
/Paste.Deploy. Cheers, -jay On Mon, Oct 31, 2011 at 5:08 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, I was wondering if there is any plans in essex to standardize either using gflags or using configuration files for these types of settings. One of the complaints that I receive a lot

[Openstack] Libguestfs??

2011-11-01 Thread Joshua Harlow
Hi all, I was wondering if there was a reason that openstack is not using libguestfs more frequently than not. Was there a technical reason for that, or a lack of packages in distributions (or other reasons?). Just wondering since it seems like its aiming to be a library that can unify

[Openstack] Cloud-init server?

2011-11-03 Thread Joshua Harlow
Hi I am wondering if there is any documentation on the server that is created for cloud-init to connect to? I have read online about how a iptables route is setup, but does that just forward back to a openstack api (the metadata api?) I am trying to track down how userdata gets eventually

Re: [Openstack] using objects returned from DB layer

2011-12-15 Thread Joshua Harlow
+1 On 12/15/11 3:19 PM, Johannes Erdfelt johan...@erdfelt.com wrote: On Thu, Dec 15, 2011, Mark Washenberger mark.washenber...@rackspace.com wrote: 1. regular objects (which is what I thought Kevin was talking about. . . maybe?) I think this has been poorly defined so far. I've seen some

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

2011-12-16 Thread Joshua Harlow
Something I've found useful to help with the cleanup situation is the following. http://pastebin.com/Vm03EafN It at least does some basic devstack cleanup then attempts to install a new version from git (nothing special really) - ubuntu only... Maybe others will find it useful... On 12/16/11

[Openstack] SSL question??

2011-12-20 Thread Joshua Harlow
Hi all, I've just put in a blueprint @ http://wiki.openstack.org/SSLEndpoints One of the fixes is the rabbitmq (via amqlib, via kombu) client that was done in bug https://bugs.launchpad.net/nova/+bug/790900 One thing I noticed was that this only enables the boolean true/false flag but it

Re: [Openstack] SSL question??

2011-12-21 Thread Joshua Harlow
Is it me or did this go missing in essex also (the current master that is)? SSL seems to have gone missing (for kombu) :-( https://github.com/openstack/nova/blob/master/nova/rpc/impl_kombu.py#L292 Unless I missed something there? Any idears? On 12/20/11 4:23 PM, Joshua Harlow harlo...@yahoo

Re: [Openstack] SSL question??

2011-12-22 Thread Joshua Harlow
Is it typical to link them together, or just to have the above link reference the wiki? On 12/22/11 1:10 AM, Thierry Carrez thie...@openstack.org wrote: Joshua Harlow wrote: I've just put in a blueprint @ http://wiki.openstack.org/SSLEndpoints Did you file the blueprint under Launchpad ? I see no link

Re: [Openstack] [OpenStack] OpenStack with Xen

2012-01-03 Thread Joshua Harlow
So there is a naming convention that we need to get resolved here also. It confused me and probably confuses other. Is this for Xen (vanilla xen) or for XenServer (sometimes also called Xen)? Maybe in the future everyone can start specifying which they mean also, just for everyone's sanity. On

[Openstack] Tempita usage?

2012-01-03 Thread Joshua Harlow
I was wondering if there has been any thought or consideration of removing tempita and replacing it with just python. Personally the current tempita usage (libvirt.xml.template) seems to be heading down a hairy path and I wanted to see others opinions on say replacing this with something that

[Openstack] Testing SSL?

2012-01-03 Thread Joshua Harlow
I am looking at how others are testing SSL and was wondering if there is a suggested method to do this. For a submission I am doing for kombu enabling SSL, the code changes are mainly passing config down through kombu but I was wondering if there is a method (smoke test), unit test (does that

Re: [Openstack] Tempita usage?

2012-01-05 Thread Joshua Harlow
AM, Daniel P. Berrange berra...@redhat.com wrote: On Tue, Jan 03, 2012 at 11:17:45AM -0800, Joshua Harlow wrote: I was wondering if there has been any thought or consideration of removing tempita and replacing it with just python. Personally the current tempita usage (libvirt.xml.template

Re: [Openstack] Tempita usage?

2012-01-06 Thread Joshua Harlow
Cool, Maybe I can get a branch out there that u can start hooking in by early feb. That would seem like a good use of time :-) On 1/6/12 3:21 AM, Daniel P. Berrange berra...@redhat.com wrote: On Thu, Jan 05, 2012 at 10:33:00AM -0800, Joshua Harlow wrote: Hmmm, so the RNG schemas aren't stable

[Openstack] Proposal for new devstack (v2?)

2012-01-17 Thread Joshua Harlow
Hi all, I would just like to propose a new devstack (v2?) that we have been starting to work on that uses python throughout as well as has componentized installs (for glance, nova...) and a nice object oriented design and the like (including having a json format for defining package and pip

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

2012-01-17 Thread Joshua Harlow
. --andy On Tue, Jan 17, 2012 at 10:20 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, I would just like to propose a new devstack (v2?) that we have been starting to work on that uses python throughout as well as has componentized installs (for glance, nova...) and a nice object oriented

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

2012-01-17 Thread Joshua Harlow
document/page Still be simple enough to run and use so that the non-python dev can install from trunk without having to understand what is going on. -Josh On 1/17/12 11:01 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Thx, Yes we haven't been 100% doing the style stuff yet (which is ok I

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

2012-01-17 Thread Joshua Harlow
: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Jesse Andrews Sent: Tuesday, January 17, 2012 11:19 AM To: Joshua Harlow Cc: Andy Smith; Ken Thomas; openstack Subject: Re: [Openstack] Proposal for new

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

2012-01-17 Thread Joshua Harlow
17, 2012 at 11:01 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Thx, Yes we haven't been 100% doing the style stuff yet (which is ok I think for now). My idea for not using an underlying fabric was just to keep it as simple as possible (but not to simple). Not always an easy choice

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

2012-01-18 Thread Joshua Harlow
it in the background via a fork with output going to files...) That's whats going on so far :-) Thx, -Josh On 1/18/12 3:45 AM, Mark McLoughlin mar...@redhat.com wrote: On Tue, 2012-01-17 at 11:20 -0800, Joshua Harlow wrote: My goals were/are/(may continue to be, haha) the following: ... 3. Have

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

2012-01-18 Thread Joshua Harlow
Sure, this was just a name I picked. It can be renamed to anything, works for me. I just needed a name for a github project (and it seemed to make sense at the time, haha). -Josh On 1/18/12 9:10 AM, Lloyd Dewolf lloydost...@gmail.com wrote: On Tue, Jan 17, 2012 at 10:20 AM, Joshua Harlow

Re: [Openstack] libvirt issues

2012-01-18 Thread Joshua Harlow
I've also had to run the following before. Might be useful for others. Might be a bug somewhere that causes them to be leftover... $ more clear-domains.py import libvirt import sys connUri = qemu:///system conn = libvirt.open(connUri) if(conn == None): print(Could not open connection to +

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

2012-01-20 Thread Joshua Harlow
PM, Gary Kotton ga...@radware.com wrote: Brilliant! From: openstack-bounces+garyk=radware@lists.launchpad.net [mailto:openstack-bounces+garyk=radware@lists.launchpad.net] On Behalf Of Joshua Harlow Sent: Wednesday, January 18, 2012 9:21 PM To: Mark McLoughlin Cc: Andy Smith; openstack

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

2012-01-20 Thread Joshua Harlow
Note rhel6 isn't fully there yet. But in progress ;) On 1/20/12 7:33 PM, Sean Roberts sean...@yahoo-inc.com wrote: Sweet. Will do next week. ~sean On Jan 20, 2012, at 7:25 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Re: [Openstack] Proposal for new devstack (v2?) For those that want

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

2012-01-23 Thread Joshua Harlow
: On Sat, Jan 21, 2012 at 5:47 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Note rhel6 isn't fully there yet. But in progress ;) Anyone working on fedora version of it? Any known major issues preventing it? I quickly added fedora labels next to RHEL6 in the code, and added db.py stuff

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

2012-01-23 Thread Joshua Harlow
??) On 1/23/12 5:50 AM, ikke i...@iki.fi wrote: On Sat, Jan 21, 2012 at 5:47 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Note rhel6 isn't fully there yet. But in progress ;) Anyone working on fedora version of it? Any known major issues preventing it? I quickly added fedora labels next

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

2012-01-23 Thread Joshua Harlow
Working on getting that list committed ;) Hopefully today or tomorrow. On 1/23/12 10:46 AM, Alan Pevec ape...@gmail.com wrote: On Mon, Jan 23, 2012 at 7:18 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: No major issues preventing fedora. In fact we might have to get packages from fedora

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Joshua Harlow
You should be able to use the newer devstack v2 to get horizon up and running. I haven't tested it to well but I think it will do it. https://github.com/yahoo/Openstack-Devstack2 ./stack -c horizon -a install -d $HOME/youropenstackplace (will install all of horizons dependencies also) ./stack

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

2012-01-23 Thread Joshua Harlow
that openstack wants to support. That way it ensures that packages and versions are uniform (or as close to possible to uniform) and will work with the supported code. Josh On 1/23/12 10:46 AM, Alan Pevec ape...@gmail.com wrote: On Mon, Jan 23, 2012 at 7:18 PM, Joshua Harlow harlo...@yahoo-inc.com wrote

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

2012-01-24 Thread Joshua Harlow
=https://mirrors.fedoraproject.org/metalink?repo=epel-6arch=$basearch -Josh On 1/24/12 2:33 AM, Pádraig Brady pbr...@redhat.com wrote: On 01/24/2012 12:35 AM, Joshua Harlow wrote: So some of the issues after doing a comparison might be the following: For RHEL6 + EPEL a lot of the packages

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

2012-01-24 Thread Joshua Harlow
Ok dokie, Let me see what I can do to get a 6.2 system. Thx. On 1/24/12 1:53 PM, Pádraig Brady p...@draigbrady.com wrote: On 01/24/2012 06:39 PM, Joshua Harlow wrote: Ok, I was using 6.1. Is there any reason that it isn't available for 6.1 and 6.2 (technically?) Well it's not been tested

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joshua Harlow
This is really just a dev choice. In the newer devstack it can be in a different place (programmer determined). I am making it typically be the following. $ROOTDIR/$COMPONENT/app (for the git checked out code) $ROOTDIR/$COMPONENT/config (for configs - unless overridden by the component class)

Re: [Openstack] No /etc/nova/nova.conf

2012-01-24 Thread Joshua Harlow
Where would u like all the configs to be. I can attempt to make this better in the new devstack2. Might as well get it right the second time around ;) On 1/24/12 1:28 PM, David Kranz david.kr...@qrclab.com wrote: In general, it is unfortunate that there is such a big difference in the end

[Openstack] Odd glance settings

2012-01-25 Thread Joshua Harlow
When working on the newer devstack. I am seeing the following in glance configuration. https://github.com/cloudbuilders/devstack/blob/master/files/glance-api.conf#L85 # Whether to use ServiceNET to communicate with the Swift storage servers. # (If you aren't RACKSPACE, leave this False!) # # To

Re: [Openstack] Odd glance settings

2012-01-25 Thread Joshua Harlow
, but there wasn't any other way of passing the configuration setting to the swift client from the glance swift driver without putting it in the main config file. Hope that helps. You can effectively ignore it. Cheers! -jay On Wed, Jan 25, 2012 at 6:07 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: When

Re: [Openstack] openstack-common

2012-01-26 Thread Joshua Harlow
Yippe common code that people can share! Win! On 1/26/12 8:32 AM, Mark McLoughlin mar...@redhat.com wrote: Hey, On Tue, 2012-01-03 at 16:57 +, Mark McLoughlin wrote: The openstack-common project intends to produce a python library containing infrastructure code shared by OpenStack

Re: [Openstack] nova/puppet blueprint, and some questions

2012-01-26 Thread Joshua Harlow
Ya, I would agree strongly with this. Making openstack puppet specific seems bad in the long run (not everyone wants/needs puppet). This especially is apparent with having puppet tables in the nova database. Something more generic maybe can be thought about? On 1/26/12 11:30 AM, Tim Bell

Re: [Openstack] How to start/stop/restart services in devstack

2012-01-26 Thread Joshua Harlow
This actually is something I wanted to verify. What are the reasons sudo won't work? Apache running seems to be the only reason for that? Also the fact that config files are written to privileged locations (/etc/apache2...), volume group commands and such. In the newer devstack I am working on

Re: [Openstack] How to re-create a stack with devstack

2012-01-26 Thread Joshua Harlow
I think its just use a new virtual machine for now is the suggested way. On 1/26/12 12:58 PM, Naveed Massjouni navee...@gmail.com wrote: I would like to know the proper way to blow away a stack and create a fresh stack with devstack. Currently, I hit ctrl-c and ctrl-d a bunch of times to close

[Openstack] Happy Friday!

2012-01-27 Thread Joshua Harlow
In the spirit of essex-3 devstack v2 should be pretty functional (+- bugs, and some missing pieces, haha). It seems to run horizon, keystone, nova, glance (and clients), db, rabbitmq, all correctly. We are only missing the swift component (TBD - working on it) and minus the networking config

Re: [Openstack] How to re-create a stack with devstack

2012-01-30 Thread Joshua Harlow
Or use the new devstack v2 ;) On 1/29/12 9:40 PM, Deepak Garg deepakgarg.i...@gmail.com wrote: I use Devstack for development purposes and the environment settings are critical for me. So, once my Devstack setup is done, I usually take a snapshot and hence whenever anything gets screwed up, I

Re: [Openstack] Happy Friday!

2012-01-30 Thread Joshua Harlow
And to make everyone like the name a little better :-P I announce https://github.com/yahoo/Openstack-DevstackPy Haha. Seems to fit better :-) On 1/27/12 5:46 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: In the spirit of essex-3 devstack v2 should be pretty functional (+- bugs, and some

[Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Joshua Harlow
Hi all, Over the weekend I was thinking (I know a first, haha). I was wondering if the community could elevate devstack to a official openstack project, instead of being a unofficial project. Since it seems like pretty much every developer (and even CI) is either depending on the shell script

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Joshua Harlow
python vs. bash because I see non-developers using it all the time because they can take snippets of the shell script and use it. Jesse On Mon, Feb 6, 2012 at 10:29 AM, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, Over the weekend I was thinking (I know a first, haha). I was wondering

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Joshua Harlow
. Having a shell script act as a run book seems pretty wrong in the end. On 2/6/12 11:06 AM, Chmouel Boudjnah chmo...@openstack.org wrote: On Mon, Feb 6, 2012 at 7:40 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Interesting, what is the non-developer use case or the one u see as existing

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Joshua Harlow
concern is that if we go and get all software developer on it and make it python and right and better - that it will cease to be an easy to follow annotated installation and start to become a custom-written multi-purpose deployment software. Monty On Mon, Feb 6, 2012 at 10:29 AM, Joshua Harlow

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-06 Thread Joshua Harlow
everything else gets) All of that to say - I agree with you, and it's already done. :) Monty On 02/06/2012 01:43 PM, Joshua Harlow wrote: So the part that worries me about what u just said is the part about it is already some kind of official project. When you have to question whether a project

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Joshua Harlow
distribution is much easier than the alternatives from a developer perspective. Mind you, I don't think anybody would complain if Redhat et al wanted to maintain their own targeted version of devstack. Thanks, Maru On 2012-02-06, at 5:22 PM, Joshua Harlow wrote: Re: [Openstack] [DEVSTACK

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Joshua Harlow
written in Python. But is the answer to not wanting to officially support a CM tool to write our own? No project has unlimited resources, and I'm wondering if it doesn't make more sense to just choose between Chef or Puppet. Cheers, Maru On 2012-02-07, at 12:59 PM, Joshua Harlow wrote: Re

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Joshua Harlow
of argument is entirely moot and I apologize. Cheers, Maru On 2012-02-07, at 1:39 PM, Joshua Harlow wrote: Re: [Openstack] [DEVSTACK] officialize it! Aren't the problems u just stated really just things that need to be watched and controlled by technical leadership? Ie, its the leads job

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Joshua Harlow
Just one problem. Some companies may not be wanting to use puppet or chef (at least in the short-term). I know of at least one ;) But maybe this can be worked on... On 2/7/12 12:37 PM, Monty Taylor mord...@inaugust.com wrote: On 02/07/2012 06:44 AM, Alan Pevec wrote: On Tue, Feb 7, 2012 at

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-07 Thread Joshua Harlow
to enable any of the choices people might make. Monty On 02/07/2012 03:23 PM, Joshua Harlow wrote: Just one problem. Some companies may not be wanting to use puppet or chef (at least in the short-term). I know of at least one ;) But maybe this can be worked on... On 2/7/12 12:37 PM, Monty

Re: [Openstack] Devstack (sh) and tmux

2012-02-08 Thread Joshua Harlow
Why not just daemonize the processes ;) This is pretty much what I am doing in devstackpy and it seems to work pretty well. I think people are pretty familiar with PID files, and files which contain stderr/stout as this is how a lot of other unix stuff runs. On 2/8/12 9:45 AM, Jesse Andrews

Re: [Openstack] [DEVSTACK] officialize it!

2012-02-08 Thread Joshua Harlow
+ ? On 2/8/12 5:10 AM, Andiabes andi.a...@gmail.com wrote: If do, maybe you can adapt the API to conform to: http://www.ietf.org/rfc/rfc2325.txt On Feb 7, 2012, at 6:26 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Re: [Openstack] [DEVSTACK] officialize it! Ah, toaster as a service. I

Re: [Openstack] Devstack (sh) and tmux

2012-02-08 Thread Joshua Harlow
/443-3786 From: openstack-bounces+donald.d.dugger=intel@lists.launchpad.net [mailto:openstack-bounces+donald.d.dugger=intel@lists.launchpad.net] On Behalf Of Ghe Rivero Sent: Wednesday, February 08, 2012 11:54 AM To: Joshua Harlow Cc: openstack Subject: Re: [Openstack] Devstack (sh

Re: [Openstack] Devstack (sh) and tmux

2012-02-08 Thread Joshua Harlow
is a file then it's buffered and, if it's a terminal, then it's unbuffered. -- Don Dugger Censeo Toto nos in Kansa esse decisse. - D. Gale Ph: 303/443-3786 From: Joshua Harlow [mailto:harlo...@yahoo-inc.com] Sent: Wednesday, February 08, 2012 1:16 PM To: Dugger, Donald D; Ghe Rivero Cc: openstack

Re: [Openstack] Google Summer of Code-2012

2012-02-09 Thread Joshua Harlow
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, but were a little too late. I'm willing to volunteer to be a mentor. Lets do it! Vish On Feb 9, 2012, at 7:59 AM, Armaan wrote: Hi

[Openstack] Nova api-paste.ini??

2012-02-09 Thread Joshua Harlow
Hi all, For devstackPy I am configuring the filter:authtoken sections like in glance: [filter:authtoken] paste.filter_factory = keystone.middleware.auth_token:filter_factory service_host = %KEYSTONE_SERVICE_HOST% service_port = %KEYSTONE_SERVICE_PORT% service_protocol =

Re: [Openstack] OpenStack Java API

2012-02-10 Thread Joshua Harlow
Great! That will be useful for many :-) On 2/10/12 11:10 AM, Luis Gervaso l...@woorea.es wrote: Hi Frans, Yes it is Keystone and Nova, i'm working now on Glance support Luis On Fri, Feb 10, 2012 at 8:05 PM, Frans Thamura fr...@meruvian.org wrote: hi Luis is the JavaAPI to communicate with

[Openstack] Question on i8ln?

2012-02-13 Thread Joshua Harlow
Hi all, I was just wondering if I could get clarification on something I never understood related to i8ln. In nova HACKING.rst there is a line that mentions how log messages should be using gettext for i8ln. Is it common in other companies to attempt to internationalize log messages? I've

Re: [Openstack] Question on i8ln?

2012-02-13 Thread Joshua Harlow
at 3:50 PM, Joshua Harlow harlo...@yahoo-inc.com wrote: Hi all, I was just wondering if I could get clarification on something I never understood related to i8ln. In nova HACKING.rst there is a line that mentions how log messages should be using gettext for i8ln. Is it common in other companies

Re: [Openstack] Question on i8ln?

2012-02-13 Thread Joshua Harlow
Interesting, that is one way of doing it. Is this pretty common with other major open-source projects? Logging just seems like a different place to me, where english seems like it should be required. I am biased of course ;) On 2/13/12 1:39 PM, Eric Windisch e...@cloudscaling.com wrote:

Re: [Openstack] Question on i8ln?

2012-02-13 Thread Joshua Harlow
Agreed, I do that as well. But I'm also a biased yankee, now a californian (not hippie/ster yet, haha). On 2/13/12 2:37 PM, Andrew Bogott abog...@wikimedia.org wrote: On 2/13/12 3:58 PM, Eric Windisch wrote: I'm guessing that you're looking at this from a developer's perspective rather

Re: [Openstack] Nova string encoding

2012-02-13 Thread Joshua Harlow
Isn't the command line interface just a setting on the terminal app you are using? At least on a mac there is a terminal-preferences-advanced which specifies which encoding to use (mine is UTF-8). Was that tried/verified? On 2/13/12 3:52 PM, Andrew Bogott abog...@wikimedia.org wrote: On

  1   2   3   >