Tvansteenburgh Review Queue

  • By Tim Van Steenburgh
Channel Revision Published Runs on
latest/stable 7 09 Feb 2022
Ubuntu 16.04
latest/edge 2 19 Mar 2021
Ubuntu 14.04
juju deploy tvansteenburgh-review-queue
Show information

Platform:

Ubuntu
16.04

Learn about configurations >

  • base_url | string

    The url at which the application will be served. If not set, defaults to the public ip address of the host.

  • charmstore_api_url | string

    Default: https://api.jujucharms.com/v4

    CharmStore API endpoint

  • launchpad_api_url | string

    Default: https://api.launchpad.net/1.0

    Launchpad API endpoint

  • port | int

    Default: 6542

    Port on which to serve the web app.

  • repo | string

    Default: https://github.com/juju-solutions/review-queue/archive/master.zip

    The git url from which to clone the review-queue application.

  • sendgrid_api_key | string

    Supply a Sendgrid API Key with mail-send capabilities to enable email notifications from the review-queue app.

  • sendgrid_from_email | string

    Default: no-reply@review.juju.solutions

    From address used for email sent by the app.

  • testing_default_substrates | string

    Default: lxc

    Comma-delimited list of default testing substrates. These are the substrates against which new submissions will be automatically tested.

  • testing_jenkins_token | string

    Jenkins validation token for the job denoted by the 'testing_jenkins_url' config value.

  • testing_jenkins_url | string

    Default: http://juju-ci.vapour.ws:8080/job/charm-bundle-test-wip/buildWithParameters

    Jenkins URL to which test jobs will be submitted.

  • testing_substrates | string

    Default: aws,azure,hp,joyent,lxc,power8

    Comma-delimited list of available testing substrates.

  • testing_timeout | int

    Default: 86400

    The time in seconds after which a test will be considered to be timed out.