Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
user in swift To: khaled-...@hotmail.com CC: openstack@lists.launchpad.net Well your proxy configuration looks correct, the probably may lie somewhere else on the storage servers. Chmouel. On Fri, Jan 27, 2012 at 10:01 AM, Khaled Ben Bahri wrote: Hi Chmouel Yes of course, I have it there

Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
; > > did you have account_autocreate in there ? for example that's my config > with tempauth : > > [app:proxy-server] > use = egg:swift#proxy > allow_account_management = true > account_autocreate = true > > > Khaled Ben Bahri writes: > > > Hi Ad

Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
From: sbroe...@internap.com To: khaled-...@hotmail.com CC: openstack@lists.launchpad.net Are you using the "swift" utility or are you using REST?How are you performing the GET Authorization? On Fri, Jan 27, 2012 at 9:00 AM, Khaled Ben Bahri wrote: Hi, I added an entry like this one

Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
l.com CC: openstack@lists.launchpad.net Try adding an entry like the following: user_test_tester3 = testing3 On Fri, Jan 27, 2012 at 2:44 AM, Khaled Ben Bahri wrote: Hi folks, I installed swift with "tempauth" authentication subsystem To create a user I have to write a

Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
to any account for this auth# .admin = can do anything within the account# If neither of these groups are specified, the user can only access containers# that have been explicitly allowed for them by a .admin or .reseller_admin. Adrian From: Khaled Ben Bahri [mailto:khaled-...@hotmail.com

Re: [Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
+adrian_f_smith=dell@lists.launchpad.net [mailto:openstack-bounces+adrian_f_smith=dell@lists.launchpad.net] On Behalf Of Khaled Ben Bahri Sent: Friday, January 27, 2012 10:45 AM To: openstack@lists.launchpad.net Subject: [Openstack] Creating account and user in swift Hi folks, I installed swift with

[Openstack] Creating account and user in swift

2012-01-27 Thread Khaled Ben Bahri
Hi folks, I installed swift with "tempauth" authentication subsystem To create a user I have to write a new line in the proxy-server.conf on the section [filter:temauth] like this : user_system_root = testpass .admin https://PROXY_IP:8080/v1/AUTH_system as i inderstood, the format is actually

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
rk 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 if you get > any benefits doing this (rather than using local hard drives). > > --John >

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
s to > performance). > > --John > > > On Jan 23, 2012, at 4:47 AM, Khaled Ben Bahri wrote: > > > Thanks for your answer, > > > > For the first question I meant, tha i wish to mount a shared forlder that > > uses swift for storage > > > &g

Re: [Openstack] Swift supported file system

2012-01-23 Thread Khaled Ben Bahri
system On Friday, January 20, 2012 at 12:47 PM, Khaled Ben Bahri wrote: Hi, Can any one please tell me if we can mount and use for openstack swift a mounted shared folder as a storage device Do you mean use shared storage as the storage

[Openstack] Swift supported file system

2012-01-20 Thread Khaled Ben Bahri
Hi, Can any one please tell me if we can mount and use for openstack swift a mounted shared folder as a storage device Is it necessary that storage devices have to be mounted on /srv/node?? Thanks in advance Best regards Khaled ___

Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri
ee if there is any ERROR in the logs there. Chmouel. On Fri, Jan 20, 2012 at 9:36 AM, Khaled Ben Bahri wrote: I followed the example in this link : http://swift.openstack.org/howto_installmultinode.html#config-proxy Best regards Khaled From: chmo...@openstack.org Date: Fri, 20 Jan 2012 09:

Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri
Fri, Jan 20, 2012 at 9:25 AM, Khaled Ben Bahri wrote: > user_system_root = testpass .admin https://x.x.x.x:8080/v1/AUTH_system This doesn't seem right (the https URL at the end should not be there)

Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri
t; Chmouel. > > On Fri, Jan 20, 2012 at 2:57 AM, Khaled Ben Bahri > wrote: > > Hi, > > I restarted proxyserver, and i checked to head the account by executing this > > command : > > > > curl -k -v -H 'X-Auth-Token: ' > > > > but I got the sam

Re: [Openstack] (no subject)

2012-01-20 Thread Khaled Ben Bahri
syslog on your proxy server to see what caused the error. > > --John > > > On Jan 19, 2012, at 6:28 PM, Khaled Ben Bahri wrote: > > > Hi all, > > > > I tryed to install OpenStack swift, > > > > after creating and configuring all nodes, when i want

[Openstack] (no subject)

2012-01-19 Thread Khaled Ben Bahri
Hi all, I tryed to install OpenStack swift, after creating and configuring all nodes, when i want to check that swift works, I execute this command : swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpass stat but I have an error : Account HEAD failed: https://x.x.x.x:8

[Openstack] [Errno 113] EHOSTUNREACH

2012-01-17 Thread Khaled Ben Bahri
Hi all, I installed openstack swift on 7 vms, I added to the proxy-server, the configuration lines to include the s3 interface When i'm logged to the proxy server, i can execute different commands of swift, But I want to use the swift client tool from a distant machine, I have this error [Err

Re: [Openstack] S3 API for Swift

2011-12-06 Thread Khaled Ben Bahri
Is this what you are looking for? > "The Swift3 middleware emulates the S3 REST API on top of Object Storage." > from > http://docs.openstack.org/diablo/openstack-object-storage/admin/content/configuring-openstack-object-storage-with-s3_api.html > > Hope this is helpful.

[Openstack] S3 API for Swift

2011-12-05 Thread Khaled Ben Bahri
Hi all, I wonder if there are any API dedicated for openstack Swift that can be used for application that use Amazon S3 in order to have more portability I don't find enough information about this. Have any one please, informations about this. Thanks in advance Best regards Khaled

Re: [Openstack] Swift client tool

2011-11-28 Thread Khaled Ben Bahri
you can do it. If you desire anything become educated about it and succeed. “ On Nov 28, 2011, at 10:31 AM, Khaled Ben Bahri wrote:Hi all, I installed Open stack Swift and I want to store and retrieve files from a distant client. I can use it when I'm logged on the proxy server Can an

[Openstack] Swift client tool

2011-11-28 Thread Khaled Ben Bahri
Hi all, I installed Open stack Swift and I want to store and retrieve files from a distant client. I can use it when I'm logged on the proxy server Can any one help me to install a swift client tool Thanks for any help Best regards Khaled__

Re: [Openstack] swift account not found

2011-11-25 Thread Khaled Ben Bahri
_configuration.html > > Chmouel. > > On Fri, Nov 25, 2011 at 5:43 PM, Khaled Ben Bahri > wrote: > > Hi all, > > > > I tryed to install swift on 7 nodes : the first is the proxy server, and the > > others are storage servers > > > > after c

Re: [Openstack] swift account not found

2011-11-25 Thread Khaled Ben Bahri
> David > > On 11/25/2011 11:43 AM, Khaled Ben Bahri wrote: > > Hi all, > > > > I tryed to install swift on 7 nodes : the first is the proxy server, > > and the others are storage servers > > > > after creating and configuring all nodes, when i want to ch

[Openstack] swift account not found

2011-11-25 Thread Khaled Ben Bahri
Hi all, I tryed to install swift on 7 nodes : the first is the proxy server, and the others are storage servers after creating and configuring all nodes, when i want to check that swift works, I execute this command : swift -A https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0 -U system:root -K testpas

Re: [Openstack] openstack dashboard

2011-10-07 Thread Khaled Ben Bahri
. Thanks! On Fri, Oct 7, 2011 at 6:19 AM, Khaled Ben Bahri wrote: Hi, can any one help me please to configure dashboard for openstack swift, or if there are any other web interface for swift what I found is for nova. thanks in advance for any help

[Openstack] openstack dashboard

2011-10-07 Thread Khaled Ben Bahri
Hi, can any one help me please to configure dashboard for openstack swift, or if there are any other web interface for swift what I found is for nova. thanks in advance for any help Best regards Khaled ___ Ma

Re: [Openstack] user interface

2011-10-06 Thread Khaled Ben Bahri
for Swift if you are looking for a simple web interface to manage containers and objects. Instructions for installing Dashboard and enabling Swift can be found at: http://wiki.openstack.org/OpenStackDashboard Tres On Oct 5, 2011, at 11:11 AM, Khaled Ben Bahri wrote:Hi all, To manage files at swift

[Openstack] user interface

2011-10-05 Thread Khaled Ben Bahri
Hi all, To manage files at swift I use swift tool commands (st) I wonder if there are any graphical user interface or web interface for ubuntu system I found cyberduck software for windows and MacOs, and it works fine. thanks in advance for any help Best regards Khaled

Re: [Openstack] access to openstack swift cluster

2011-10-04 Thread Khaled Ben Bahri
> To: khaled-...@hotmail.com > > > On 3 paź 2011, at 17:49, Khaled Ben Bahri wrote: > > > Hi, > > > > these command are executed when i'm logged on the proxy server, but i want > > to manage files from outside the proxy > > and these commands don&#

Re: [Openstack] access to openstack swift cluster

2011-10-03 Thread Khaled Ben Bahri
.@zeroaccess.org; openstack@lists.launchpad.net > To: khaled-...@hotmail.com > > > On 3 paź 2011, at 16:56, Khaled Ben Bahri wrote: > > > Hi > > > > This is the proxy-server.conf > > > > [DEFAULT] > > cert_file = /etc/swift/cert.crt > >

Re: [Openstack] access to openstack swift cluster

2011-10-03 Thread Khaled Ben Bahri
on, 3 Oct 2011 16:23:44 +0200 > CC: btorch...@zeroaccess.org; openstack@lists.launchpad.net > To: khaled-...@hotmail.com > > > On 3 paź 2011, at 15:52, Khaled Ben Bahri wrote: > > > Hi Marcelo, > > > > I followed instructions described in " > >

Re: [Openstack] access to openstack swift cluster

2011-10-03 Thread Khaled Ben Bahri
what to do you can do it. If you desire anything become educated about it and succeed. “ On Oct 3, 2011, at 3:29 AM, Khaled Ben Bahri wrote:Hi all, I installed Openstack swift on 4 nodes and it works correctly I cann access and store files when I'm connected on the proxy node but I c

[Openstack] access to openstack swift cluster

2011-10-03 Thread Khaled Ben Bahri
Hi all, I installed Openstack swift on 4 nodes and it works correctly I cann access and store files when I'm connected on the proxy node but I can't store files or do any thing when I'm not logged on the proxy node Can any one please help me ? thank's in advance best regards Khaled

Re: [Openstack] rebalance error

2011-09-20 Thread Khaled Ben Bahri
. When you created the ring, your create command ended with three numbers. The second number is the number of replicas. You need at least as many zones as there are replicas. Mark On Tue, Sep 20, 2011 at 9:08 AM, Khaled Ben Bahri wrote: Hi, I am following intructions described at : http

[Openstack] rebalance error

2011-09-20 Thread Khaled Ben Bahri
Hi, I am following intructions described at : http://swift.openstack.org/1.2/howto_installmultinode.html in order to install openstack swift when I reach the step of rebalancing ring ( at the end of configuring the proxy node) , after adding entries to rings, and when I execute the command :

Re: [Openstack] configuring network for swift

2011-09-20 Thread Khaled Ben Bahri
ift internal network in my case! > But we test with a client which in same internal network though. > > The only parameter of external ip, I thought is default_cluster_url > That's the address for client > > 從我的 iPhone 傳送 > > Khaled Ben Bahri 於 2011/9/20 下午8:45 寫道:

[Openstack] configuring network for swift

2011-09-20 Thread Khaled Ben Bahri
Hi all, I started installing openStack Swift, and i don't find more information about network setup. Please help me to answer to these questions to let me understand how to configure network for swift: what's the difference between STORAGE_LOCAL_NET and PROXY_LOCAL_NET Is the STORAGE_LOCAL_NET

Re: [Openstack] installation of openStack

2011-09-19 Thread Khaled Ben Bahri
You mean SWIFT!In my test it's failed on virtualbox with multiple-servers The object-sever can't mount specified partition correctly:( With same configuration on bare-metal. It works smoothly ! But SAIO is working in virtualbox though. 從我的 iPhone 傳送 Khaled Ben Bahri 於 2011/9/19

Re: [Openstack] installation of openStack

2011-09-19 Thread Khaled Ben Bahri
: Mon, 19 Sep 2011 01:09:32 -0700 CC: openstack@lists.launchpad.net To: khaled-...@hotmail.com It works fine in a virtual machine. You should set: --libvirt_type=qemu so that it uses software virtualization. Note that the guests will be very slow. Vish On Sep 19, 2011, at 12:52 AM, Khaled Ben

[Openstack] installation of openStack

2011-09-19 Thread Khaled Ben Bahri
Hi all, I am a novice in utilization of openstack, i want to install it on my computer to test it is it possible to install it on virtual machines or it's not recommanded and i should to install it directly on hardware and not on vms?? thanks in advance Best regards Khaled