Re: [Openstack] Error while installing devstack

2012-01-23 Thread Jorge Luiz Correa
Just some changes I did to got stack.sh working behind a proxy: devstack/stackrc: Changed all https to http. devstack/files/pip/*: The same, https to http (-e git+http:// ...) devstack/stack.sh: in the line with PIP INSTALL, I included the --proxy=http://proxy.url:port/ ... (like the lines you

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
Thanks for your answer, For the first question I meant, tha i wish to mount a shared forlder that uses swift for storage Best Regards Khaled Date: Fri, 20 Jan 2012 13:59:56 -0600 From: florian.hi...@gmail.com To: openstack@lists.launchpad.net Subject: Re: [Openstack] Swift supported file

Re: [Openstack] Swift supported file system

2012-01-23 Thread John Dickinson
That functionality is left up to a client. For example, you could use FUSE to spoof swift as a filesystem or you could use a client like Cyberduck or even write your own. Last week someone on this mailing list talked about adding webDAV support to swift. All of these work in that they present

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

2012-01-23 Thread ikke
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. By

[Openstack] why you will NOT get MULTIZONE working on Diablo / KVM

2012-01-23 Thread Alejandro Comisario
Hi All. After spending a few days, making integration with Nova / Keystone / Glance etc, just to get Multizone working, surfing the nova code, asking in launchpad / IRC / lists, we've come into a hard conclusion : "You will not get Multizone working on Diablo, if

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
Thanks a lot and for using a shared folder mounted on nfs as the storage backend for swift? is it possible?? best regards Khaled Subject: Re: [Openstack] Swift supported file system From: m...@not.mn Date: Mon, 23 Jan 2012 07:47:44 -0600 CC: florian.hi...@gmail.com;

Re: [Openstack] Swift supported file system

2012-01-23 Thread John Dickinson
The storage volumes referenced in the ring are identified by an IP, port, and mount point. So, it is possible to use network attached storage for swift (as long as it still supports xattrs). However, I don't know if this has ever really been tried (especially in production), and I'd be

[Openstack] Need review before E3

2012-01-23 Thread Deepak Garg
HI All, As E3 is about to close and the patch will not be accepted after around 30 hrs, I will __really__ appreciate if my code changes could be reviewed before that. I will stay alert to the comments and will try to update the patch (if needed) as soon as possible. The code changes are for

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
Hi john, Thanks for your answer I will try it, and tell you the shared folder wich i mounted is in nfs wich doesn't support xattrs I wonder if i can mount a shared folder in a file system that supports xattrs Best regards Khaled Subject: Re: [Openstack] Swift supported file system From:

Re: [Openstack] Swift supported file system

2012-01-23 Thread Caitlin Bestler
John Dickinson wrote: The storage volumes referenced in the ring are identified by an IP, port, and mount point. So, it is possible to use network attached storage for swift (as long as it still supports xattrs). However, I don't know if this has ever really been tried (especially in

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

2012-01-23 Thread Joshua Harlow
Hmmm, what was the error for rabbitmq? U should get a trace hopefully (with some stderr/stdout). Darn commands that are supposed to be distro independent I guess really aren't. Hmmph. PWD_CMD = ['rabbitmqctl', 'change_password', 'guest'] -Josh On 1/23/12 5:50 AM, ikke i...@iki.fi wrote:

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

2012-01-23 Thread Joshua Harlow
No major issues preventing fedora. In fact we might have to get packages from fedora (dependencies) and get those into rhel (if possible). Or create something like grid dynamics has (a dependency repo) and use that for development purposes for rhel *like* systems (possibly hosted by yahoo??)

[Openstack] dashboard in oneric

2012-01-23 Thread Paras pradhan
Has anyone recently able to run dashboard/horizon in Ubuntu Oneric. If yes which one should I use? dashboard from ubuntu or horizon src from github? Thanks Paras. ___ Mailing list: https://launchpad.net/~openstack Post to :

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

2012-01-23 Thread Alan Pevec
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 (dependencies) and get those into rhel (if possible). Or create something like grid  dynamics has (a dependency repo) and use that

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Debo Dutta (dedutta)
Try devstack on oneric. debo -Original Message- From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Paras pradhan Sent: Monday, January 23, 2012 10:27 AM To: openstack@lists.launchpad.net Subject:

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Jorge Luiz Correa
Well, I tried to install from Ubuntu (Oneiric) repos but just could get it working without keystone. So, in this case, I couldn't use horizon (requires keystone). Trying to use the dashboard from repos, it didn't work. Currently, I'm running Diablo from ubuntu repos without dashboard, just

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Vishvananda Ishaya
Dashboard requires keystone, so I don't know if this is possible without a lot of hacking. Vish On Jan 23, 2012, at 10:56 AM, Jorge Luiz Correa wrote: Well, I tried to install from Ubuntu (Oneiric) repos but just could get it working without keystone. So, in this case, I couldn't use

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Gabriel Hurley
There is no (supported, or even reasonable) method to use Horizon without Keystone for backend authentication, sorry. The current devstack works quite well for installing a full set of services on Oneiric (nova, glance, keystone, horizon, etc.). I have tested a clean install w/ devstack this

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Paras pradhan
I have seen folks at openstack IRC who could get it working but all packages from github. I have tried several options and the problem is related with openstackx. I run diablo from ubuntu repo and its working fine. Somebody told me that the dashboard / keystone at ubuntu is broken . I could run

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

[Openstack] Error messages on the Horizon screen

2012-01-23 Thread Mohammad Banikazemi
I have been using dashboard and things work just fine by using devstack. However, all the messages I get on the Horizon screen start with the date and time followed by [error]. Most of the messages do not sound like error messages. This output is essentially the error log of apache printed on the

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] dashboard in oneric

2012-01-23 Thread Denmat
FWIW, I got horizon/keystone from devstack working on a separate host to my Ubuntu ppa openstack host. Couldn't get them on the one host due to python libs getting installed to different locations. Den On 24/01/2012, at 9:00, Joshua Harlow harlo...@yahoo-inc.com wrote: You should be able to

Re: [Openstack] dashboard in oneric

2012-01-23 Thread Debo Dutta (dedutta)
FWIW I ran the old devstack and it worked (with horizon). Out of the box except for some UI issues (horizon!) and with quantum debo From: openstack-bounces+dedutta=cisco@lists.launchpad.net [mailto:openstack-bounces+dedutta=cisco@lists.launchpad.net] On Behalf Of Denmat Sent:

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

2012-01-23 Thread Joshua Harlow
So some of the issues after doing a comparison might be the following: For RHEL6 + EPEL a lot of the packages are there (yippe!). https://github.com/yahoo/Openstack-Devstack2/tree/master/conf/pkgs Some issues which the EPEL people's might be able to resolve: db.json Seems ok. general.json