error-tracker-retracer

Error Tracker - Retracer

  • Canonical's Ubuntu QA
Channel Revision Published Runs on
latest/stable 2 14 Jan 2025
Ubuntu 24.04
juju deploy error-tracker-retracer
Show information

Platform:

Ubuntu
24.04

Learn about configurations >

  • configuration | string

    Default: amqp_host = '127.0.0.1' amqp_username = 'guest' amqp_password = 'guest' amqp_vhost = '/' cassandra_keyspace = "crashdb" cassandra_hosts = [ '127.0.0.1' ] cassandra_username = 'guest' cassandra_password = 'guest' os_auth_url = 'https://keystone.local:5000/v3' os_username = 'admin' os_password = '123456' os_tenant_name = 'error-tracker_project' os_region_name = 'default' swift_bucket = "daisy-production-cores"

    Full configuration file. Must be valid Python, will be imported directly by daisy.

  • log-level | string

    Default: info

    Configures the log level.

    Acceptable values are: "info", "debug", "warning", "error" and "critical"

  • repo-branch | string

    Default: main

    Branch of the git repository to check out

  • repo-url | string

    Default: https://github.com/canonical/error-tracker

    Address of the git repository to clone