Skip to content

DigitalOcean provisioning

Diego Zanga edited this page May 1, 2017 · 11 revisions

Create a token inside DigitalOcean

  1. Create an account or simply login. P.S. This link set a referral.

  2. Select API menu

  3. Select GENERATE NEW TOKEN

  4. Insert a name then save and copy the token to the clipboard

Save the token inside the var yaml file

the token should be save in workspace/staging/group_vars/digitalocean.yaml

syntax:

digitaloceanToken: _insertTokenHere_

Run Selene V digitalocean example

  1. build Selene V

  2. execute

    java -jar selenev -wk workspace examples/digitalocean/provisionServer.yaml

Clone this wiki locally