41ed765dd2b210da6ed35d23c212f865987f834a
[openstack-build/ceilometer-build.git] / debian / control
1 Source: ceilometer
2 Section: python
3 Priority: optional
4 Maintainer: Chuck Short <zulcss@ubuntu.com>
5 Build-Depends:
6  alembic (>= 0.6.0),
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,
14  python-coverage,
15  python-docutils,
16  python-eventlet (>= 0.13.0),
17  python-fixtures (>= 0.3.14),
18  python-flask (>= 0.10),
19  python-glanceclient (>= 1:0.9.3),
20  python-httplib2,
21  python-happybase (>= 0.4),
22  python-iso8601 (>=0.1.8),
23  python-jsonpath-rw,
24  python-jsonschema (>=2.0.0),
25  python-keystoneclient (>= 1:0.4.1),
26  python-kombu (>= 2.4.8),
27  python-lxml (>= 2.3),
28  python-lockfile (>= 0.8),
29  python-migrate,
30  python-mock,
31  python-mox,
32  msgpack-python,
33  python-mysqldb,
34  python-netaddr (>= 0.7.6),
35  python-nova,
36  python-novaclient (>= 1:2.15.0),
37  python-oslo.config (>= 1:1.2.0),
38  python-oslo.sphinx,
39  python-pbr (>= 0.5.21),
40  python-pecan (>= 0.2.0),
41  python-pymongo (>= 2.6),
42  python-requests (>= 1.1),
43  python-simplejson,
44  python-sphinx,
45  python-sqlalchemy (>= 0.8.2),
46  python-stevedore (>= 0.13),
47  python-subunit,
48  python-six (>= 1.4.1),
49  python-swift,
50  python-swiftclient (>= 1.5),
51  python-testscenarios (>= 0.4),
52  python-testtools (>= 0.9.32),
53  python-webob (>= 1.2.3),
54  python-wsme (>= 0.6),
55  python-yaml (>= 3.1.0),
56  testrepository (>= 0.0.17)
57 Standards-Version: 3.9.4
58 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse/files
59 Vcs-Bzr: https://code.launchpad.net/~ubuntu-server-dev/ceilometer/icehouse
60
61 Package: python-ceilometer
62 Architecture: all
63 Depends:
64  alembic (>= 0.6.0),
65  msgpack-python,
66  python-anyjson (>= 0.3.3),
67  python-argparse,
68  python-ceilometerclient (>= 1.0.6),
69  python-eventlet (>= 0.13.0),
70  python-flask (>= 0.10),
71  python-glanceclient (>= 1:0.9.3),
72  python-happybase (>= 0.4),
73  python-iso8601 (>= 0.1.8),
74  python-jsonschema (>=2.0.0),
75  python-keystoneclient (>= 1:0.4.1),
76  python-kombu (>= 2.4.8),
77  python-lxml (>= 2.3),
78  python-lockfile (>= 0.8),
79  python-migrate,
80  python-netaddr,
81  python-novaclient (>= 1:2.15.0),
82  python-oslo.config (>= 1:1.2.0),
83  python-pecan (>= 0.2.0),
84  python-pymongo (>= 2.6),
85  python-six (>= 1.4.1),
86  python-yaml (>= 3.1.0),
87  python-requests (>= 1.1),
88  python-sqlalchemy (>= 0.8.2),
89  python-stevedore (>= 0.12),
90  python-swiftclient (>= 1.5),
91  python-webob (>= 1.2.3),
92  python-wsme (>= 0.6),
93  ${misc:Depends},
94  ${python:Depends}
95 Suggests: python-pysnmp4
96 Description: ceilometer python libraries
97  Ceilometer aims to deliver a unique point of contact for billing systems to
98  aquire all counters they need to establish  customer billing, accross all
99  current and future OpenStack components. The delivery of counters must
100  be tracable and auditable, the counters must be easily extensible to support
101  new projects, and agents doing data collections should be
102  independent of the overall system.
103  .
104  (A ceilometer is an instrument that measures cloud coverage.)
105  .
106  This package contains the python libraries that are needed for all parts
107  of ceilometer
108
109 Package: ceilometer-common
110 Architecture: all
111 Depends:
112  adduser,
113  python-ceilometer (= ${binary:Version}),
114  ${misc:Depends},
115  ${python:Depends}
116 Provides: ${python:Provides}
117 Description: ceilometer common files
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 files that are needed for all parts of ceilometer
128
129 Package: ceilometer-collector
130 Architecture: all
131 Depends:
132  ceilometer-common (= ${binary:Version}),
133  ${misc:Depends},
134  ${python:Depends}
135 Suggests: mongodb
136 Description: ceilometer collector service
137  Ceilometer aims to deliver a unique point of contact for billing systems to
138  aquire all counters they need to establish  customer billing, accross all
139  current and future OpenStack components. The delivery of counters must
140  be tracable and auditable, the counters must be easily extensible to support
141  new projects, and agents doing data collections should be
142  independent of the overall system.
143  .
144  (A ceilometer is an instrument that measures cloud coverage.)
145  .
146  This package contains the collector service
147
148 Package: ceilometer-api
149 Architecture: all
150 Depends:
151  ceilometer-common (= ${binary:Version}),
152  ${misc:Depends},
153  ${python:Depends}
154 Suggests: mongodb
155 Description: ceilometer api service
156  Ceilometer aims to deliver a unique point of contact for billing systems to
157  aquire all counters they need to establish  customer billing, accross all
158  current and future OpenStack components. The delivery of counters must
159  be tracable and auditable, the counters must be easily extensible to support
160  new projects, and agents doing data collections should be
161  independent of the overall system.
162  .
163  This package contains the api service
164
165 Package: ceilometer-agent-compute
166 Architecture: all
167 Depends:
168  ceilometer-common (= ${binary:Version}),
169  ${misc:Depends},
170  ${python:Depends}
171 Description: ceilometer compute agent
172  Ceilometer aims to deliver a unique point of contact for billing systems to
173  aquire all counters they need to establish  customer billing, accross all
174  current and future OpenStack components. The delivery of counters must
175  be tracable and auditable, the counters must be easily extensible to support
176  new projects, and agents doing data collections should be
177  independent of the overall system.
178  .
179  (A ceilometer is an instrument that measures cloud coverage.)
180  .
181  This package contains the compute agent
182
183 Package: ceilometer-agent-central
184 Architecture: all
185 Depends:
186  ceilometer-common (= ${binary:Version}),
187  ${misc:Depends},
188  ${python:Depends}
189 Description: ceilometer central agent
190  Ceilometer aims to deliver a unique point of contact for billing systems to
191  aquire all counters they need to establish  customer billing, accross all
192  current and future OpenStack components. The delivery of counters must
193  be tracable and auditable, the counters must be easily extensible to support
194  new projects, and agents doing data collections should be
195  independent of the overall system.
196  .
197  (A ceilometer is an instrument that measures cloud coverage.)
198  .
199  This package contains the central agent.
200
201 Package: ceilometer-agent-notification
202 Architecture: all
203 Depends:
204  ceilometer-common (= ${binary:Version}),
205  ${misc:Depends},
206  ${python:Depends}
207 Description: ceilometer notification agent
208  Ceilometer aims to deliver a unique point of contact for billing systems to
209  aquire all counters they need to establish  customer billing, accross all
210  current and future OpenStack components. The delivery of counters must
211  be tracable and auditable, the counters must be easily extensible to support
212  new projects, and agents doing data collections should be
213  independent of the overall system.
214  .
215  (A ceilometer is an instrument that measures cloud coverage.)
216  .
217  This package contains the notification agent.
218
219 Package: ceilometer-alarm-evaluator
220 Architecture: all
221 Depends:
222  ceilometer-common (= ${binary:Version}),
223  ${misc:Depends},
224  ${python:Depends}
225 Description: Ceilometer alarm evaluator
226  Ceilometer aims to deliver a unique point of contact for billing systems to
227  aquire all counters they need to establish  customer billing, accross all
228  current and future OpenStack components. The delivery of counters must
229  be tracable and auditable, the counters must be easily extensible to support
230  new projects, and agents doing data collections should be
231  independent of the overall system.
232  .
233  (A ceilometer is an instrument that measures cloud coverage.)
234  .
235  This package contains the alarm evaluator daemon.
236
237 Package: ceilometer-alarm-notifier
238 Architecture: all
239 Depends:
240  ceilometer-common (= ${binary:Version}),
241  ${misc:Depends},
242  ${python:Depends}
243 Description: Ceilometer notification agent
244  Ceilometer aims to deliver a unique point of contact for billing systems to
245  aquire all counters they need to establish  customer billing, accross all
246  current and future OpenStack components. The delivery of counters must
247  be tracable and auditable, the counters must be easily extensible to support
248  new projects, and agents doing data collections should be
249  independent of the overall system.
250  .
251  (A ceilometer is an instrument that measures cloud coverage.)
252  .
253  This package contains the alarm notifier daemon.