396dca80a6dd1895e56c5d38bb83a38de625a9cf
[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: Julien Danjou <acid@debian.org>,
6            Thomas Goirand <zigo@debian.org>,
7            Mehdi Abaakouk <sileht@sileht.net>
8 Build-Depends: debhelper (>= 9),
9                openstack-pkg-tools (>= 6~),
10                po-debconf,
11                python-all (>= 2.6.6-3~),
12                python-pbr (>= 0.5.21)
13 Build-Depends-Indep: alembic (>= 0.4.2),
14                      mongodb,
15                      pep8,
16                      python-anyjson (>= 0.3.3),
17                      python-babel (>= 1.3),
18                      python-ceilometerclient (>= 1.0.6),
19                      python-coverage (>= 3.6),
20                      python-docutils (>= 0.9.1),
21                      python-eventlet (>= 0.13.0),
22                      python-extras,
23                      python-fixtures (>= 0.3.14),
24                      python-flask (>= 0.10),
25                      python-glance (>= 2013.2~),
26                      python-glanceclient (>= 1:0.10.0),
27                      python-hacking,
28                      python-happybase,
29                      python-httplib2,
30                      python-iso8601 (>= 0.1.8),
31                      python-keystoneclient (>= 1:0.4.1),
32                      python-kombu (>> 2.4.7),
33                      python-lockfile,
34                      python-lxml,
35                      python-migrate (>= 0.8.2),
36                      python-ming,
37                      python-mock (>= 1.0),
38                      python-mox,
39                      python-msgpack,
40                      python-mysqldb,
41                      python-netaddr (>= 0.7.6),
42                      python-nose,
43                      python-nova (>= 2013.2~),
44                      python-novaclient (>= 2:2.15.0),
45                      python-oslo.config (>= 1.2.1),
46                      python-oslo.sphinx,
47                      python-pecan (>= 0.2.1),
48                      python-pymongo (>= 2.4),
49                      python-requests (>= 1.2),
50                      python-setuptools-git,
51                      python-six (>= 1.4.1),
52                      python-sphinx,
53                      python-sphinxcontrib-docbookrestapi,
54                      python-sphinxcontrib-httpdomain,
55                      python-sphinxcontrib-pecanwsme,
56                      python-sqlalchemy (>= 0.7.3),
57                      python-stevedore (>= 0.12),
58                      python-subunit,
59                      python-swift (>= 1.8.0),
60                      python-swiftclient (>= 1:1.6.0),
61                      python-testscenarios (>= 0.4),
62                      python-testtools (>= 0.9.32),
63                      python-unittest2,
64                      python-webob (>= 1.2.3),
65                      python-wsme (>= 0.5b6),
66                      python-yaml,
67                      testrepository (>= 0.0.17)
68 Standards-Version: 3.9.4
69 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/ceilometer.git;a=summary
70 Vcs-Git: git://anonscm.debian.org/openstack/ceilometer.git
71 Homepage: http://wiki.openstack.org/Ceilometer
72
73 Package: python-ceilometer
74 Section: python
75 Architecture: all
76 Pre-Depends: dpkg (>= 1.15.6~)
77 Depends: alembic (>= 0.4.2),
78          libjs-jquery,
79          python-anyjson (>= 0.3.3),
80          python-ceilometerclient (>= 1.0.6),
81          python-eventlet (>= 0.13.0),
82          python-extras,
83          python-flask (>= 0.10),
84          python-glanceclient (>= 1:0.10.0),
85          python-greenlet (>= 0.4),
86          python-iso8601 (>= 0.1.8),
87          python-keystoneclient (>= 1:0.4.1),
88          python-kombu (>> 2.4.7),
89          python-lockfile,
90          python-lxml,
91          python-migrate (>= 0.8.2),
92          python-msgpack,
93          python-mysqldb,
94          python-netaddr (>= 0.7.6),
95          python-novaclient (>= 2:2.15.0),
96          python-oslo.config (>= 1.2.1),
97          python-pbr (>= 0.5.21),
98          python-pecan (>= 0.2.1),
99          python-pymongo (>= 2.4),
100          python-requests (>= 1.2),
101          python-six (>= 1.4.1),
102          python-sqlalchemy (>= 0.7.3),
103          python-stevedore (>= 0.12),
104          python-swiftclient (>= 1:1.6.0),
105          python-webob (>= 1.2.3),
106          python-wsme (>= 0.5b6),
107          python-yaml,
108          ${misc:Depends},
109          ${python:Depends}
110 Description: OpenStack efficient metering counters system - Python libraries
111  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
112  providing all the counters they need to establish customer billing, accros
113  all current and future OpenStack components. The delivery of counters must be
114  traceable and auditable, the counters must be easily extensible to support new
115  projects, and agents doing data collections should be independent of the
116  overall system.
117  .
118  This package contains the Python libraries that are needed for all parts of
119  Ceilometer.
120
121 Package: ceilometer-common
122 Architecture: all
123 Pre-Depends: dpkg (>= 1.15.6~)
124 Depends: adduser,
125          dpkg-dev,
126          python-ceilometer (= ${binary:Version}),
127          ${misc:Depends},
128          ${python:Depends}
129 Provides: ${python:Provides}
130 Description: OpenStack efficient metering counters system - common files
131  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
132  providing all the counters they need to establish customer billing, accros
133  all current and future OpenStack components. The delivery of counters must be
134  traceable and auditable, the counters must be easily extensible to support new
135  projects, and agents doing data collections should be independent of the
136  overall system.
137  .
138  This package contains files that are needed for all parts of Ceilometer.
139
140 Package: ceilometer-collector
141 Architecture: all
142 Pre-Depends: dpkg (>= 1.15.6~)
143 Depends: ceilometer-common (= ${binary:Version}),
144          ${misc:Depends},
145          ${ostack-lsb-base},
146          ${python:Depends}
147 Description: OpenStack efficient metering counters system - collector service
148  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
149  providing all the counters they need to establish customer billing, accros
150  all current and future OpenStack components. The delivery of counters must be
151  traceable and auditable, the counters must be easily extensible to support new
152  projects, and agents doing data collections should be independent of the
153  overall system.
154  .
155  This package contains the collector service.
156
157 Package: ceilometer-api
158 Architecture: all
159 Pre-Depends: dpkg (>= 1.15.6~)
160 Depends: adduser,
161          ceilometer-common (= ${binary:Version}),
162          debconf,
163          ${misc:Depends},
164          ${ostack-lsb-base},
165          ${python:Depends}
166 Description: OpenStack efficient metering counters system (API service)
167  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
168  providing all the counters they need to establish customer billing, accros
169  all current and future OpenStack components. The delivery of counters must be
170  traceable and auditable, the counters must be easily extensible to support new
171  projects, and agents doing data collections should be independent of the
172  overall system.
173  .
174  This package contains the API service.
175
176 Package: ceilometer-agent-compute
177 Architecture: all
178 Pre-Depends: dpkg (>= 1.15.6~)
179 Depends: ceilometer-common (= ${binary:Version}),
180          ${misc:Depends},
181          ${ostack-lsb-base},
182          ${python:Depends}
183 Description: OpenStack efficient metering counters system - compute agent
184  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
185  providing all the counters they need to establish customer billing, accros
186  all current and future OpenStack components. The delivery of counters must be
187  traceable and auditable, the counters must be easily extensible to support new
188  projects, and agents doing data collections should be independent of the
189  overall system.
190  .
191  This package contains the compute agent.
192
193 Package: ceilometer-agent-central
194 Architecture: all
195 Pre-Depends: dpkg (>= 1.15.6~)
196 Depends: ceilometer-common (= ${binary:Version}),
197          ${misc:Depends},
198          ${ostack-lsb-base},
199          ${python:Depends}
200 Description: OpenStack efficient metering counters system - central agent
201  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
202  providing all the counters they need to establish customer billing, accros
203  all current and future OpenStack components. The delivery of counters must be
204  traceable and auditable, the counters must be easily extensible to support new
205  projects, and agents doing data collections should be independent of the
206  overall system.
207  .
208  This package contains the central agent.
209
210 Package: ceilometer-alarm-evaluator
211 Architecture: all
212 Pre-Depends: dpkg (>= 1.15.6~)
213 Depends: ceilometer-common (= ${binary:Version}),
214          ${misc:Depends},
215          ${ostack-lsb-base},
216          ${python:Depends}
217 Description: OpenStack efficient metering counters system - alarm evaluator
218  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
219  providing all the counters they need to establish customer billing, accros
220  all current and future OpenStack components. The delivery of counters must be
221  traceable and auditable, the counters must be easily extensible to support new
222  projects, and agents doing data collections should be independent of the
223  overall system.
224  .
225  This package contains the alarm evaluator daemon.
226
227 Package: ceilometer-alarm-notifier
228 Architecture: all
229 Pre-Depends: dpkg (>= 1.15.6~)
230 Depends: ceilometer-common (= ${binary:Version}),
231          ${misc:Depends},
232          ${ostack-lsb-base},
233          ${python:Depends}
234 Description: OpenStack efficient metering counters system - alarm notifier
235  Ceilometer aims to deliver a Single Point Of Contact for billing systems,
236  providing all the counters they need to establish customer billing, accros
237  all current and future OpenStack components. The delivery of counters must be
238  traceable and auditable, the counters must be easily extensible to support new
239  projects, and agents doing data collections should be independent of the
240  overall system.
241  .
242  This package contains the alarm notifier daemon.