~canonical-ci-engineering/uci-engine/trunk

« back to all changes in this revision

Viewing changes to charms/precise/rabbitmq-worker/metadata.yaml

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2015-01-07 14:33:28 UTC
  • mfrom: (911.1.8 charms-cleanup)
  • Revision ID: ubuntu_ci_bot-20150107143328-q0d037ojtopm3n9d
Removing the charms from UCI-E since they live in isolated branches now and also adjusting the run-tests to stop loading/running charm tests.

Updating local j-d copy to trunk (r126) for proper support for charm branch pinning. [r=Evan Dandrea]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: rabbitmq-worker
2
 
summary: Deploy a service that handles messages from a rabbit queue
3
 
maintainer: Andy Doan <andy.doan@ubuntu.com>
4
 
description: |
5
 
  Deploys a rabbitmq worker from a given bzr branch.
6
 
categories:
7
 
  - app-servers
8
 
requires:
9
 
  amqp:
10
 
    interface: rabbitmq
11
 
provides:
12
 
  json_status:
13
 
    interface: json_status
14
 
    optional: true
15
 
  nrpe-external-master:
16
 
    interface: nrpe-external-master
17
 
    scope: container
18
 
  local-monitors:
19
 
    interface: local-monitors
20
 
    scope: container