Permalink
Find file
Fetching contributors…
Cannot retrieve contributors at this time
26 lines (25 sloc) 686 Bytes
name: juju-crashdump
version: git
summary: Gather logs and other debugging info from a Juju model
description: >
The 'juju crashdump' plugin eases the collection of logs and
other debugging info from a Juju model, and can even submit
a bug to Launchpad with the data attached. This makes it
easy to debug a charm failure when you don't have direct
access to the Juju model.
confinement: classic
grade: stable
apps:
juju-crashdump:
command: bin/juju-crashdump
parts:
juju-crashdump:
plugin: python
python-version: python2
build-packages: [lsb-release]
stage-packages:
- python-apport
- jq
python-packages:
- pyyaml
source: .