I am looking for scenario 2, Geoff. I have custom data of my own which I want to put in a Jcloud based object store. After reading up on the API's I felt the same - that I should use the Jclouds BlobStoreContext directly. although I want to store my configuration in brooklyn.properties and read it from there. By configuration I mean : configuration of my blob store and credentials.
I was unable to understand how get hold of/access the Brooklyn.properties 'properties' at runtime so I can instantiate my BlobStoreContext. Thanks, Abhi On Mon, Dec 7, 2015 at 7:12 AM Geoff Macartney < [email protected]> wrote: > hi Abhishek, > > Can you provide a bit more detail on what it is you are trying to do > exactly? > > If you are wanting to use a JClouds blob store for Brooklyn’s persistence, > I don’t think you need to do any management of a > JcloudsBlobStoreBasedObjectStore yourself. It should be enough to follow > the process at [1]. > > If, on the other hand, you have some custom data of your own that you want > to put into a JCloud based object store, you might want to use the jclouds > BlobStoreContext directly? It rather depends on what your use case is. > > Best regards > Geoff Macartney > > [1] > http://brooklyn.apache.org/v/latest/ops/persistence/#object-store-persistence > > > ———————————————————— > Gnu PGP key - http://is.gd/TTTTuI > > > > On 5 Dec 2015, at 19:21, Abhishek Sharma <[email protected]> wrote: > > > > I am unable to understand how the jclouds brooklyn properties set in the > > brooklyn.properties file are available at runtime in code ? I am trying > to > > create a java blueprint. > > > > I am trying to use *JcloudsBlobStoreBasedObjectStore*which required > > *JcloudsLocation* in the constructor. How do I create JcloudsLocation > > object from the brooklyn.properties ? > > > > Thanks in advance for help > > Abhi > >
