Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2014-03-14 Thread Alex Moore
Hi Mikhail, Look like a single point of failure. In current version situation is same? Yes, this is a possible single point of failure, but Stanchion is only needed for the creation of buckets and user accounts. Object access is unaffected if Stanchion isn’t running. If stanchion did die,

Riak CS : 405 (Method Not Allowed) when creating a bucket

2014-03-13 Thread ten
Hello, Bucket creation is one of the operations handled by 'stanchion'. So, make sure you've install stanchion installed on only one node and that all riak-cs nodes are pointing at that one stanchion node. Look like a single point of failure. In current version situation is same? Regards,

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-28 Thread Jean-Baptiste Barth
No problem, that's even more simpler. You can safely drop my PR to the docs (it was somewhat hard to explain what to do in a consistent way with other steps anyway). I will test the procedure from the beginning with the one-command branch this week-end, but it seems it's even better now (and it

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-27 Thread Tyler Hannan
Jean-Baptiste, Sorry for the delay in reply on this…and thanks for your PR to the docs. You actually caught us in the middle of an update to the vagrant project that impacts the docs as well. The goal/intent is to simplify the process even further and prepare it for being able to spin up a

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-22 Thread Jean-Baptiste Barth
2013/3/22 Kelly McLaughlin ke...@basho.com Jean-Baptiste, It seems like something is not properly configured, but I am not really able to spot anything obvious that is wrong from the gist you provided. What operating system are you testing on and are you using packages or have you built

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-22 Thread Jean-Baptiste Barth
2013/3/22 Dan Reverri d...@basho.com Hi Jean-Baptiste, Can you try updating the host_base and host_bucket in s3cfg to use riakcs.dev which is the cs_root_host configured in your Riak CS app.config? host_base = riakcs.dev host_bucket = %(bucket)s.riakcs.dev Yes, it worked! % s3cmd

Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-21 Thread Jean-Baptiste Barth
Hi, First congratulations for open-sourcing Riak CS ! Thanks to the fast track docs I now have a vagrant VM which runs Riak CS and I have been able to define admin credentials. Now I'm trying to use the whole thing with s3cmd as proposed in

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-21 Thread Jared Morrow
Jean-Baptiste, Bucket creation is one of the operations handled by 'stanchion'. So, make sure you've install stanchion installed on only one node and that all riak-cs nodes are pointing at that one stanchion node. If that all looks fine, the second thing to check is that the admin credentials

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-21 Thread Jean-Baptiste Barth
2013/3/21 Jared Morrow ja...@basho.com Bucket creation is one of the operations handled by 'stanchion'. So, make sure you've install stanchion installed on only one node and that all riak-cs nodes are pointing at that one stanchion node. Yep that's the case. Stanchion is running fine it

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-21 Thread Kelly McLaughlin
Jean-Baptiste, It seems like something is not properly configured, but I am not really able to spot anything obvious that is wrong from the gist you provided. What operating system are you testing on and are you using packages or have you built from source? Could you also gist your riak_cs

Re: Riak CS : 405 (Method Not Allowed) when creating a bucket

2013-03-21 Thread Tyler Hannan
Jean-Baptiste, It appears you are using the vagrant project at https://github.com/hectcastro/vagrant-riak-cs-cluster , is that true? If so, and just so I can test/reproduce/try it myself are you using the ubuntu box (the default) or did you edit the vagrant file for CentOS? Cheers,