Re: [Openstack] openstack installation of swift

2013-03-20 Thread Gareth
Connection to 10.3.1.25 failed. Do you know what this ip is? On Wed, Mar 20, 2013 at 1:06 PM, Arun Fera fer...@gmail.com wrote: The stack.sh file runs without errors and only when it reaches the lines create_keystone_accounts ++ keystone tenant-create --name admin the error starts like:

Re: [Openstack] openstack installation of swift

2013-03-20 Thread Arun Fera
ip of my system On Wed, Mar 20, 2013 at 1:41 PM, Gareth academicgar...@gmail.com wrote: Connection to 10.3.1.25 failed. Do you know what this ip is? On Wed, Mar 20, 2013 at 1:06 PM, Arun Fera fer...@gmail.com wrote: The stack.sh file runs without errors and only when it reaches the lines

Re: [Openstack] openstack installation of swift

2013-03-19 Thread Arun Fera
I have followed the instructions in http://devstack.org/guides/single-machine.html But I get the following message while doing ./stack.sh keystone endpoint-create: error: argument --service-id/--service_id: expected one argument ++ failed ++ local r=2 +++ jobs -p ++ kill ++ set +o xtrace

Re: [Openstack] openstack installation of swift

2013-03-19 Thread Gareth
stack.sh is a complicated script If some devstack developer cloud help you, it's ok. If not, your could run stack.sh again (install ubuntu again first). It maybe have good chance to build successfully. On Wed, Mar 20, 2013 at 11:52 AM, Arun Fera fer...@gmail.com wrote: I have followed the

Re: [Openstack] openstack installation of swift

2013-03-19 Thread Arun Fera
The stack.sh file runs without errors and only when it reaches the lines create_keystone_accounts ++ keystone tenant-create --name admin the error starts like: create_keystone_accounts ++ keystone tenant-create --name admin ++ grep ' id ' ++ get_field 2 ++ read data Unable to communicate

Re: [Openstack] openstack installation of swift

2013-03-06 Thread Chmouel Boudjnah
You can install Swift as standalone and you can even use its builtin auth server like swauth if you really don't want deps on other things than swift. (auth v1 only). Chmouel. On Thu, Mar 7, 2013 at 8:28 AM, Arun Fera fer...@gmail.com wrote: Is it necessary to install all the components for

Re: [Openstack] openstack installation of swift

2013-03-06 Thread Gareth
In addition, install swift in one machine: http://docs.openstack.org/developer/swift/development_saio.html install swift cluster: http://docs.openstack.org/developer/swift/howto_installmultinode.html On Thu, Mar 7, 2013 at 3:33 PM, Chmouel Boudjnah chmo...@chmouel.comwrote: You can install