kapilt / juju-digitalocean

JuDo - A juju provider for digital ocean using a client side plugin and manual provisioning.
111 stars 17 forks source link

Document using juju gui with digital ocean #24

Closed diogoviannaaraujo closed 9 years ago

diogoviannaaraujo commented 10 years ago

All your instructions are for the command line, if this is a provider wouldn't be possible to use the gui instead of the command line?

kapilt commented 10 years ago

you can use the gui with this plugin, but you would need to use the cli to provision machines before hand for any services you want to deploy with the gui. This is a consequence of using the manual provider, and this plugin uses the manual provider backend by providing cli client side automation of managing digital ocean machines (both add & remove). This only applies to using the manual provider, using a full backend juju provider this aspect is automated wrt to the gui.

So as an example

juju docean bootstrap juju docean add-machine -n 5 juju deploy juju-gui juju expose juju-gui

i've now got 4 machines to play with in the gui wrt to services to deploy and units to add i then destroy a service in the gui, i need to come back to the cli to destroy the machines in digital ocean.

juju docean terminate-machine 3 4