You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "Tidd, Bryan (MAN-Corporate)" <Br...@Manheim.com> on 2014/07/21 21:27:29 UTC

How would I setup an Object DataStore in AWS instead of SoftLayer?

How would I setup an Object DataStore in AWS instead of SoftLayer for HA support of Brooklyn?


Re: How would I setup an Object DataStore in AWS instead of SoftLayer?

Posted by Alex Heneveld <al...@cloudsoftcorp.com>.
Hi Bryan,

Setup-wise it should be as simple as defining the location as:

     brooklyn.location.named.aws-s3-ha-store=jclouds:aws-s3
     brooklyn.location.named.aws-s3-ha-store.identity=XXX
     brooklyn.location.named.aws-s3-ha-store.credential=XXX

And specifying:

     brooklyn.persistence.location.spec=named:aws-s3-ha-store

*However* AFAIK it has not been tested against S3.  I'm very interested 
to know whether it works.  If there are snags they shouldn't be too hard 
to fix and we'd be happy to work with you to do this.  (There are 
several integration tests which can be pointed at the location above -- 
see JcloudsObjectStoreAccessorWriterTest and other tests in that 
directory -- as a good starting point if the above doesn't work out of 
the box.)

Best
Alex



On 21/07/2014 12:27, Tidd, Bryan (MAN-Corporate) wrote:
> How would I setup an Object DataStore in AWS instead of SoftLayer for HA support of Brooklyn?
>
>