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