Duncan,

using brooklyn-0.12 you should be able to target your DigitalOcean account
using the following blueprint

name: Server @ DO SGP1
services:
- type:           server
  name:           My VM
location:
  jclouds:digitalocean2:
    # from https://cloud.digitalocean.com/settings/api/tokens
    identity: <Name>
    credential: <Personal Access Token>
    region: sgp1
    # by default jclouds should provision a centOS 7.5 x64bit machine, as
usual configurable using
    # imageId: sgp1/ubuntu-14-04-x32-do or imageNameRegex

I've specified SGP1 assuming it is one of the South East Asia datacenter
you are interested in.

HTH,
Andrea

On 23 May 2018 at 13:50, Duncan Johnston-Watt <dun...@blockchaintp.com>
wrote:

> Andrea
>
> Thanks for your quick response.
>
> The idea would be to target Digital Ocean as a compute service much as we
> would AWS.
>
> They are listed as a supported provider in jclouds so I assume that adding
> Apache Brooklyn support would not be that hard?
>
> Anecdotally I understand that they have a strong presence in South East
> Asia.
>
> HTH.
>
> Best
> --
> Duncan Johnston-Watt
> CEO, Blockchain Technology Partners
> +44 777 190 2653 | @duncanjw
>
> Sent from my iPhone
>
> > On 23 May 2018, at 12:24, Andrea Turli <and...@cloudsoft.io> wrote:
> >
> > Yes, jclouds support digitalocean v2 API.
> >
> > There isn't probably a good documentation for that provider as Brooklyn
> > location, what are you trying to achieve?
> >
> > Il mer 23 mag 2018, 13:07 Duncan Johnston-Watt <dun...@blockchaintp.com>
> ha
> > scritto:
> >
> >> Hi. Is Digital Ocean supported by Apache Brooklyn? It is listed as a
> >> jclouds Cloud Provider[1] but not as an Apache Brooklyn location[2].
> >>
> >> [1] http://jclouds.apache.org/reference/providers/
> >> [2] https://brooklyn.apache.org/v/latest/locations/index.html
> >>
> >> Best
> >> --
> >> Duncan Johnston-Watt
> >> CEO, Blockchain Technology Partners <http://blockchaintp.com/>
> >>
> >> Twitter: @duncanjw <https://twitter.com/duncanjw>
> >> Mob: +44 777 190 2653 <+44%207771%20902653>
> >> LinkedIn: https://linkedin.com/in/duncanjohnstonwatt
> >>
>

Reply via email to