Build ceilometer packages for Ubuntu 14.04
[openstack-build/ceilometer-build.git] / trusty / debian / control
1 Source: ceilometer
2 Section: python
3 Priority: optional
4 Maintainer: MOS Ceilometer Team <mos-ceilometer@mirantis.com>
5 Build-Depends:
6  alembic (>= 0.6.4),
7  debhelper (>= 8.0.0),
8  python-all (>= 2.6),
9  python-anyjson (>= 0.3.3),
10  python-argparse,
11  python-babel (>= 0.9.6),
12  python-ceilometerclient (>= 1.0.6),
13  python-croniter (>= 0.3.4),
14  python-coverage,
15  python-docutils,
16  python-eventlet (>= 0.15.1),
17  python-fixtures (>= 0.3.14),
18  python-flask (>= 0.10),
19  python-flask (<< 1.0),
20  python-glanceclient (>= 1:0.14.0),
21  python-httplib2,
22  python-happybase (>= 0.7.1),
23  python-iso8601 (>= 0.1.9),
24  python-jsonpath-rw (>= 1.2.0),
25  python-jsonpath-rw (<< 2.0),
26  python-jsonschema (>= 2.0.0),
27  python-jsonschema (<< 3.0.0),
28  python-keystoneclient (>= 1:0.10.0),
29  python-keystonemiddleware (>= 1.0.0),
30  python-lxml (>= 2.3),
31  python-lockfile (>= 0.8),
32  python-migrate (>= 0.9.1),
33  python-mock,
34  python-mox,
35  python-msgpack (>= 0.4.0),
36  python-mysqldb,
37  python-netaddr (>= 0.7.12),
38  python-nova,
39  python-novaclient (>= 1:2.18.0),
40  python-neutronclient (>= 2.3.6),
41  python-oslo.config (>= 1:1.4.0),
42  python-oslo.utils (>= 0.1.1),
43  python-oslo.i18n (>= 0.1.0),
44  python-oslo.sphinx,
45  python-pastedeploy (>= 1.5.0),
46  python-pbr (>= 0.10),
47  python-pecan (>= 0.5.0),
48  python-pymongo (>= 2.6),
49  python-requests (>= 1.2.1),
50  python-simplejson,
51  python-sphinx,
52  python-sqlalchemy (>= 0.9.7),
53  python-stevedore (>= 1.0.0),
54  python-subunit,
55  python-six (>= 1.7.0),
56  python-swift (>= 2.2.0),
57  python-swiftclient (>= 2.2.0),
58  python-testscenarios (>= 0.4),
59  python-testtools (>= 0.9.32),
60  python-webob (>= 1.2.3),
61  python-wsme (>= 0.6),
62  python-yaml (>= 3.1.0),
63  testrepository (>= 0.0.17)
64 Standards-Version: 3.9.4
65
66 Package: python-ceilometer
67 Architecture: all
68 Depends:
69  alembic (>= 0.6.4),
70  python-anyjson (>= 0.3.3),
71  python-argparse,
72  python-croniter (>= 0.3.4),
73  python-ceilometerclient (>= 1.0.6),
74  python-eventlet (>= 0.15.1),
75  python-flask (>= 0.10),
76  python-flask (<< 1.0),
77  python-glanceclient (>= 1:0.14.0),
78  python-happybase (>= 0.7.1),
79  python-iso8601 (>= 0.1.9),
80  python-jsonpath-rw (>= 1.2.0),
81  python-jsonpath-rw (<< 2.0),
82  python-jsonschema (>= 2.0.0),
83  python-jsonschema (<< 3.0.0),
84  python-keystoneclient (>= 1:0.10.0),
85  python-keystonemiddleware (>= 1.0.0),
86  python-lxml (>= 2.3),
87  python-lockfile (>= 0.8),
88  python-migrate (>= 0.9.1),
89  python-msgpack (>= 0.4.0),
90  python-netaddr (>= 0.7.12),
91  python-neutronclient (>= 2.3.6),
92  python-novaclient (>= 1:2.18.0),
93  python-oslo.config (>= 1:1.4.0),
94  python-oslo.db (>= 1.0.0),
95  python-oslo.rootwrap (>= 1.3.0),
96  python-oslo.utils (>= 1.0.0),
97  python-oslo.messaging (>= 1.4.0),
98  python-oslo.serialization (>= 1.0.0),
99  python-oslo.vmware (>= 0.6),
100  python-pbr (>= 0.10),
101  python-pecan (>= 0.5.0),
102  python-posix-ipc,
103  python-pymongo (>= 2.6),
104  python-six (>= 1.7.0),
105  python-tooz (>= 0.3),
106  python-yaml (>= 3.1.0),
107  python-requests (>= 1.2.1),
108  python-sqlalchemy (>= 0.9.7),
109  python-stevedore (>= 1.0.0),
110  python-swiftclient (>= 2.2.0),
111  python-tz,
112  python-webob (>= 1.2.3),
113  python-wsme (>= 0.6),
114  ${misc:Depends},
115  ${python:Depends}
116 Suggests: python-pysnmp4
117 Description: ceilometer python libraries
118  Ceilometer aims to deliver a unique point of contact for billing systems to
119  aquire all counters they need to establish  customer billing, accross all
120  current and future OpenStack components. The delivery of counters must
121  be tracable and auditable, the counters must be easily extensible to support
122  new projects, and agents doing data collections should be
123  independent of the overall system.
124  .
125  (A ceilometer is an instrument that measures cloud coverage.)
126  .
127  This package contains the python libraries that are needed for all parts
128  of ceilometer
129
130 Package: ceilometer-common
131 Architecture: all
132 Depends:
133  adduser,
134  python-ceilometer (= ${binary:Version}),
135  ${misc:Depends},
136  ${python:Depends}
137 Provides: ${python:Provides}
138 Description: ceilometer common files
139  Ceilometer aims to deliver a unique point of contact for billing systems to
140  aquire all counters they need to establish  customer billing, accross all
141  current and future OpenStack components. The delivery of counters must
142  be tracable and auditable, the counters must be easily extensible to support
143  new projects, and agents doing data collections should be
144  independent of the overall system.
145  .
146  (A ceilometer is an instrument that measures cloud coverage.)
147  .
148  This package contains files that are needed for all parts of ceilometer
149
150 Package: ceilometer-collector
151 Architecture: all
152 Depends:
153  ceilometer-common (= ${binary:Version}),
154  ${misc:Depends},
155  ${python:Depends}
156 Suggests: mongodb
157 Description: ceilometer collector service
158  Ceilometer aims to deliver a unique point of contact for billing systems to
159  aquire all counters they need to establish  customer billing, accross all
160  current and future OpenStack components. The delivery of counters must
161  be tracable and auditable, the counters must be easily extensible to support
162  new projects, and agents doing data collections should be
163  independent of the overall system.
164  .
165  (A ceilometer is an instrument that measures cloud coverage.)
166  .
167  This package contains the collector service
168
169 Package: ceilometer-api
170 Architecture: all
171 Depends:
172  ceilometer-common (= ${binary:Version}),
173  ${misc:Depends},
174  ${python:Depends}
175 Suggests: mongodb
176 Description: ceilometer api service
177  Ceilometer aims to deliver a unique point of contact for billing systems to
178  aquire all counters they need to establish  customer billing, accross all
179  current and future OpenStack components. The delivery of counters must
180  be tracable and auditable, the counters must be easily extensible to support
181  new projects, and agents doing data collections should be
182  independent of the overall system.
183  .
184  This package contains the api service
185
186 Package: ceilometer-agent-compute
187 Architecture: all
188 Depends:
189  ceilometer-common (= ${binary:Version}),
190  ${misc:Depends},
191  ${python:Depends}
192 Description: ceilometer compute agent
193  Ceilometer aims to deliver a unique point of contact for billing systems to
194  aquire all counters they need to establish  customer billing, accross all
195  current and future OpenStack components. The delivery of counters must
196  be tracable and auditable, the counters must be easily extensible to support
197  new projects, and agents doing data collections should be
198  independent of the overall system.
199  .
200  (A ceilometer is an instrument that measures cloud coverage.)
201  .
202  This package contains the compute agent
203
204 Package: ceilometer-agent-central
205 Architecture: all
206 Depends:
207  ceilometer-common (= ${binary:Version}),
208  ${misc:Depends},
209  ${python:Depends}
210 Description: ceilometer central agent
211  Ceilometer aims to deliver a unique point of contact for billing systems to
212  aquire all counters they need to establish  customer billing, accross all
213  current and future OpenStack components. The delivery of counters must
214  be tracable and auditable, the counters must be easily extensible to support
215  new projects, and agents doing data collections should be
216  independent of the overall system.
217  .
218  (A ceilometer is an instrument that measures cloud coverage.)
219  .
220  This package contains the central agent.
221
222 Package: ceilometer-agent-notification
223 Architecture: all
224 Depends:
225  ceilometer-common (= ${binary:Version}),
226  ${misc:Depends},
227  ${python:Depends}
228 Description: ceilometer notification agent
229  Ceilometer aims to deliver a unique point of contact for billing systems to
230  aquire all counters they need to establish  customer billing, accross all
231  current and future OpenStack components. The delivery of counters must
232  be tracable and auditable, the counters must be easily extensible to support
233  new projects, and agents doing data collections should be
234  independent of the overall system.
235  .
236  (A ceilometer is an instrument that measures cloud coverage.)
237  .
238  This package contains the notification agent.
239
240 Package: ceilometer-alarm-evaluator
241 Architecture: all
242 Depends:
243  ceilometer-common (= ${binary:Version}),
244  ${misc:Depends},
245  ${python:Depends}
246 Description: Ceilometer alarm evaluator
247  Ceilometer aims to deliver a unique point of contact for billing systems to
248  aquire all counters they need to establish  customer billing, accross all
249  current and future OpenStack components. The delivery of counters must
250  be tracable and auditable, the counters must be easily extensible to support
251  new projects, and agents doing data collections should be
252  independent of the overall system.
253  .
254  (A ceilometer is an instrument that measures cloud coverage.)
255  .
256  This package contains the alarm evaluator daemon.
257
258 Package: ceilometer-alarm-notifier
259 Architecture: all
260 Depends:
261  ceilometer-common (= ${binary:Version}),
262  ${misc:Depends},
263  ${python:Depends}
264 Description: Ceilometer notification agent
265  Ceilometer aims to deliver a unique point of contact for billing systems to
266  aquire all counters they need to establish  customer billing, accross all
267  current and future OpenStack components. The delivery of counters must
268  be tracable and auditable, the counters must be easily extensible to support
269  new projects, and agents doing data collections should be
270  independent of the overall system.
271  .
272  (A ceilometer is an instrument that measures cloud coverage.)
273  .
274  This package contains the alarm notifier daemon.