~pedronis/charms/trusty/tanuki-result-enum-api/ctl-gunicorn-num-workers

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: result-enum-api
summary: Deploys a web_app to display test results from a mongo database
maintainer: Canonical CI Engineering <canonical-ci-engineering@lists.launchpad.net>
description: |
  Runs result-enum-api using gunicorn from given code tarball
provides:
  website:
    interface: http
    optional: true
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  conn-check:
    interface: conn-check
    scope: container
requires:
  mongodb:
    interface: mongodb