~louis/+junk/nova-compute

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: nova-compute
summary: "OpenStack compute"
maintainer: Adam Gandelman <adamg@canonical.com>
description: |
 OpenStack Compute, codenamed Nova, is a cloud computing fabric controller. In
 addition to its "native" API (the OpenStack API), it also supports the Amazon
 EC2 API.
categories:
  - openstack
provides:
  cloud-compute:
    interface: nova-compute
requires:
  shared-db:
    interface: mysql-shared
  amqp:
    interface: rabbitmq
  image-service:
    interface: glance
  ceph:
    interface: ceph-client
  nrpe-external-master:
    interface: nrpe-external-master
    scope: container
  nova-ceilometer:
    interface: nova-ceilometer
    scope: container
peers:
  compute-peer:
    interface: nova