Replaced pkgos_var_user_group nova by pkgos_adduser
[openstack-build/ceilometer-build.git] / trusty / debian / control
1 Source: ceilometer
2 Section: web
3 Priority: optional
4 Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
5 Uploaders: Loic Dachary (OuoU) <loic@debian.org>,
6            Julien Danjou <acid@debian.org>,
7            Thomas Goirand <zigo@debian.org>,
8            Ghe Rivero <ghe.rivero@stackops.com>,
9            Mehdi Abaakouk <sileht@sileht.net>
10 Build-Depends: debhelper (>= 9),
11                openstack-pkg-tools (>= 6),
12                po-debconf,
13                python-all (>= 2.6.6-3~)
14 Build-Depends-Indep: pep8,
15                      python-anyjson (>= 0.2.4),
16                      python-argparse,
17                      python-babel,
18                      python-coverage,
19                      python-docutils,
20                      python-eventlet,
21                      python-extras,
22                      python-flask (>= 0.9),
23                      python-glance (>= 2013.1~),
24                      python-glanceclient (>= 1:0.6),
25                      python-iso8601,
26                      python-keystoneclient (>= 1:0.2.3),
27                      python-kombu,
28                      python-lockfile,
29                      python-lxml,
30                      python-ming,
31                      python-mock,
32                      python-mox,
33                      python-netaddr,
34                      python-netifaces,
35                      python-nose,
36                      python-nova (>= 2013.1~),
37                      python-novaclient (>= 2:2.6.10),
38                      python-oslo.config,
39                      python-pecan (>= 0.2.1),
40                      python-pymongo,
41                      python-requests,
42                      python-setuptools-git,
43                      python-sphinx,
44                      python-sqlalchemy (<< 0.8.0~),
45                      python-sqlalchemy (>= 0.7.3),
46                      python-stevedore (>= 0.6),
47                      python-swiftclient,
48                      python-unittest2,
49                      python-webob (>= 1.2),
50                      python-wsme,
51                      python-yaml
52 Standards-Version: 3.9.3
53 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
54 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
55 Homepage: http://wiki.openstack.org/Ceilometer
56
57 Package: python-ceilometer
58 Section: python
59 Architecture: all
60 Pre-Depends: dpkg (>= 1.15.6~)
61 Depends: libjs-jquery,
62          python-anyjson (>= 0.2.4),
63          python-argparse,
64          python-eventlet,
65          python-extras,
66          python-flask (>= 0.9),
67          python-glanceclient (>= 1:0.6),
68          python-greenlet (>= 0.4),
69          python-iso8601,
70          python-keystoneclient (>= 1:0.2.3),
71          python-kombu,
72          python-lockfile,
73          python-lxml,
74          python-netaddr,
75          python-novaclient (>= 2:2.6.10),
76          python-oslo.config,
77          python-pecan (>= 0.2.1),
78          python-pymongo (>= 2.2),
79          python-requests,
80          python-sqlalchemy (<< 0.8.0~),
81          python-sqlalchemy (>= 0.7.3),
82          python-stevedore (>= 0.6),
83          python-swiftclient,
84          python-webob (>= 1.2),
85          python-yaml,
86          ${misc:Depends},
87          ${python:Depends}
88 Description: OpenStack efficient metering counters system - Python libraries
89  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
90  providing all the counters they need to establish customer billing, accross
91  all current and future OpenStack components. The delivery of counters must be
92  traceable and auditable, the counters must be easily extensible to support new
93  projects, and agents doing data collections should be independent of the
94  overall system.
95  .
96  This package contains the Python libraries that are needed for all parts of
97  Ceilometer.
98
99 Package: ceilometer-common
100 Architecture: all
101 Pre-Depends: dpkg (>= 1.15.6~)
102 Depends: adduser,
103          python-ceilometer (= ${binary:Version}),
104          ${misc:Depends},
105          ${python:Depends}
106 Provides: ${python:Provides}
107 Description: OpenStack efficient metering counters system - common files
108  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
109  providing all the counters they need to establish customer billing, accross
110  all current and future OpenStack components. The delivery of counters must be
111  traceable and auditable, the counters must be easily extensible to support new
112  projects, and agents doing data collections should be independent of the
113  overall system.
114  .
115  This package contains files that are needed for all parts of Ceilometer.
116
117 Package: ceilometer-collector
118 Architecture: all
119 Pre-Depends: dpkg (>= 1.15.6~)
120 Depends: ceilometer-common (= ${binary:Version}),
121          ${misc:Depends},
122          ${ostack-lsb-base},
123          ${python:Depends}
124 Description: OpenStack efficient metering counters system - collector service
125  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
126  providing all the counters they need to establish customer billing, accross
127  all current and future OpenStack components. The delivery of counters must be
128  traceable and auditable, the counters must be easily extensible to support new
129  projects, and agents doing data collections should be independent of the
130  overall system.
131  .
132  This package contains the collector service.
133
134 Package: ceilometer-api
135 Architecture: all
136 Pre-Depends: dpkg (>= 1.15.6~)
137 Depends: adduser,
138          ceilometer-common (= ${binary:Version}),
139          debconf,
140          ${misc:Depends},
141          ${ostack-lsb-base},
142          ${python:Depends}
143 Description: OpenStack efficient metering counters system (API service)
144  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
145  providing all the counters they need to establish customer billing, accross
146  all current and future OpenStack components. The delivery of counters must be
147  traceable and auditable, the counters must be easily extensible to support new
148  projects, and agents doing data collections should be independent of the
149  overall system.
150  .
151  This package contains the API service.
152
153 Package: ceilometer-agent-compute
154 Architecture: all
155 Pre-Depends: dpkg (>= 1.15.6~)
156 Depends: ceilometer-common (= ${binary:Version}),
157          ${misc:Depends},
158          ${ostack-lsb-base},
159          ${python:Depends}
160 Description: OpenStack efficient metering counters system - compute agent
161  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
162  providing all the counters they need to establish customer billing, accross
163  all current and future OpenStack components. The delivery of counters must be
164  traceable and auditable, the counters must be easily extensible to support new
165  projects, and agents doing data collections should be independent of the
166  overall system.
167  .
168  This package contains the compute agent.
169
170 Package: ceilometer-agent-central
171 Architecture: all
172 Pre-Depends: dpkg (>= 1.15.6~)
173 Depends: ceilometer-common (= ${binary:Version}),
174          ${misc:Depends},
175          ${ostack-lsb-base},
176          ${python:Depends}
177 Description: OpenStack efficient metering counters system - central agent
178  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
179  providing all the counters they need to establish customer billing, accross
180  all current and future OpenStack components. The delivery of counters must be
181  traceable and auditable, the counters must be easily extensible to support new
182  projects, and agents doing data collections should be independent of the
183  overall system.
184  .
185  This package contains the central agent.