Adam Stokes
Adam Stokes
Make use of an existing charmstore api library theblues https://github.com/juju/theblues
Add ability to reconnect to existing deployments via conjure-up to perform additional management tasks such as adding units, applications, or deployment specific addons.
A conjure-up deploy failed mid-way through due to an error communicating with the charm store. I exited out of conjure-up through the UI's 'Quit' button, and found a lot of...
We want to keep lxd separate from a users default lxd installs, however, in some cases someone may want to re-use their existing lxd installation.
This came up when someone attempted to use conjure-up on windows and it failed due to some *nix specific polling code. One alternative is to not import urwid on windows...
Noticing a lot of errors from juju that revolve around things like 'no space left on device', 'malformed maas-oauth key', 'i/io timeout', 'certificate errors with lxd' (this one is new...
We need to decide on the best course of action for some sort of spell sdk. The reactive pattern looks like a great candidate for something like this (borrowing the...
Second part to https://github.com/conjure-up/conjure-up/issues/596 Once that code is merged we need to provide a hook for cleaning up anything conjure-up has modified like lxd profiles for the model being destroyed.