juju / plugins

Basic collection of the first few plugins for Juju

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We need a `juju pastebinit`

castrojo opened this issue · comments

When doing something a bit more complex that a simple deployment sometimes it can be difficult to get debugging information from the cloud to the charm developer.

We need a juju pastebinit that will grab all the logs from a failed deployment and put them somewhere for people to debug without the user having to juju debug-log into units or manually juju ssh into things to find the right logs, etc.

Ideally it wouldn't be tied to an online service, perhaps an option to export to a tarball so that things can be captured in offline situations (think orange boxes).