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 s
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 syste
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
On Sat, Jan 21, 2012 at 5:47 AM, Joshua Harlow 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 quick test it does nova
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
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; openstack@lists.lau
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 surprised
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 Pro
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: m..
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 p
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" wrote:
On Sat,
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??)
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 : openstack@lists.launchpad
On Mon, Jan 23, 2012 at 7:18 PM, Joshua Harlow 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
> for developmen
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: [Ope
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
comman
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 horiz
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 mor
I have a set of packages for oneiric that includes a working keystone and
dashboard.
See https://launchpad.net/~managedit/+archive/openstack
Kiall
Sent from my mobile - Sorry for being short.
On Jan 23, 2012 8:25 p.m., "Gabriel Hurley"
wrote:
> There is no (supported, or even reasonable) meth
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 das
Working on getting that list committed ;) Hopefully today or tomorrow.
On 1/23/12 10:46 AM, "Alan Pevec" wrote:
On Mon, Jan 23, 2012 at 7:18 PM, Joshua Harlow wrote:
> No major issues preventing fedora.
>
> In fact we might have to get packages from fedora (dependencies) and get
> those into rh
Yup, that's it. I'll fix the default in Horizon.
I owe you a beer at the Folsom summit Cole. :)
On Jan 22, 2012, at 9:59 AM, Cole Robinson wrote:
> On 01/21/2012 01:04 PM, Tres Henry wrote:
>> Getting an error trying to boot an instance from volume (the following is the
>> traceback from nova co
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
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
> -Original Message-
> From: openstack-bounces+ewan.mellor=citrix@lists.launchpad.net
> [mailto:openstack-bounces+ewan.mellor=citrix@lists.launchpad.net]
> On Behalf Of Thomas Goirand
> Sent: 12 January 2012 08:56
> To: Todd Deshane; openstack@lists.launchpad.net
> Subject: [Opensta
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 wrote:
> You should be able to use the newer devstac
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: Mon
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
eu
Forgot a couple others also, oops.
openstackx.json
python-httplib2 versions (0.7.1-1ubuntu1 vs 0.4.0-5.el6)
rabbitmq.json
Should be ok.
swift.json
python-webob versions (1.0.8-1 vs 0.9.6.1-3.el6)
python-xattr versions (0.6-1ubuntu2 vs 0.5.0-1.el6)
python-paste-deploy versions (1.5.0-2 vs 1.3.
29 matches
Mail list logo