~cprov/charms/trusty/tanuki-spec-manager/store-poller-fixes

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name: spec-manager
summary: Deploys a web_app to manage tests opportunities
maintainer: Canonical CI Engineering <canonical-ci-engineering@lists.launchpad.net>
description: |
    Runs spec-manager 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:
  db: 
    interface: pgsql
  db-admin: 
    interface: pgsql