Juju Solutions Review Queue

  • By Juju Solutions Team
Channel Revision Published Runs on
latest/stable 26 19 Mar 2021
Ubuntu 16.04
latest/edge 34 19 Mar 2021
Ubuntu 16.04
juju deploy juju-solutions-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

  • charmstore_usso_token | string

    The base64-encoded value of a charmstore oauth token.

  • launchpad_api_url | string

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

    Launchpad API endpoint

  • mail_default_sender | string

    Default: no-reply@review.jujucharms.com

    From address used for email sent by the app.

  • nagios_context | string

    Default: juju

    Used by the nrpe subordinate charms. A string that will be prepended to instance name to set the host name in nagios. So for instance the hostname would be something like: juju-myservice-0 If you're running multiple environments with the same services in them this allows you to differentiate between them.

  • nagios_servicegroups | string

    A comma-separated list of nagios servicegroups. If left empty, the nagios_context will be used as the servicegroup

  • 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.

  • 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/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.