File: control

package info (click to toggle)
openstack-meta-packages 0.25
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 400 kB
  • sloc: sh: 2,862; makefile: 4
file content (310 lines) | stat: -rw-r--r-- 10,095 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
Source: openstack-meta-packages
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
 Thomas Goirand <zigo@debian.org>,
Build-Depends:
 debhelper (>= 9),
Standards-Version: 4.1.1
Homepage: http://openstack.alioth.debian.org/
Vcs-Browser: https://salsa.debian.org/openstack-team/debian/openstack-meta-packages
Vcs-Git: https://salsa.debian.org/openstack-team/debian/openstack-meta-packages.git

Package: openstack-clients
Architecture: all
Depends:
 python3-aodhclient,
 python3-barbicanclient,
 python3-blazarclient,
 python3-ceilometerclient,
 python3-cinderclient,
 python3-cloudkittyclient,
 python3-congressclient,
 python3-designateclient,
 python3-glanceclient,
 python3-glareclient,
 python3-gnocchiclient,
 python3-heatclient,
 python3-ironicclient,
 python3-karborclient,
 python3-keystoneclient,
 python3-magnumclient,
 python3-manilaclient,
 python3-mistralclient,
 python3-monascaclient,
 python3-muranoclient,
 python3-neutronclient,
 python3-novaclient,
 python3-octaviaclient,
 python3-openstackclient,
 python3-osc-placement,
 python3-pankoclient,
 python3-qinlingclient,
 python3-saharaclient,
 python3-searchlightclient,
 python3-senlinclient,
 python3-swiftclient,
 python3-tackerclient,
 python3-troveclient,
 python3-vitrageclient,
 python3-watcherclient,
 python3-zaqarclient,
 python3-zunclient,
 ${misc:Depends},
Description: Metapackage to install all Openstack clients
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install all of the Openstack clients available for
 remote controlling block devices (Cinder), Image Service (Glance), Identity
 (Keystone), Compute (Nova), Networking (Neutron) and Object Storage (Swift).

Package: openstack-cloud-identity
Architecture: all
Pre-Depends:
 openstack-cloud-services,
Depends:
 keystone,
 ${misc:Depends},
Description: Metapackage to install an Openstack keystone
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install keystone, and is needed because of the orders
 in which things should be configured to install all of openstack at once.

Package: openstack-cloud-services
Architecture: all
Depends:
 dbconfig-common,
 default-mysql-server | mysql-server,
 ntp,
 rabbitmq-server,
 ${misc:Depends},
Recommends:
 memcached,
Description: Metapackage to install all Openstack service dependencies
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install memcached, rabbitmq and MySQL servers, which
 are all needed in order to run an Openstack cloud service.

Package: openstack-compute-node
Architecture: all
Depends:
 ceilometer-agent-compute,
 neutron-plugin-openvswitch-agent,
 nova-compute,
 nova-compute-kvm | nova-compute-qemu,
 novnc,
 ntp,
 openstack-pkg-tools,
 ${misc:Depends},
Pre-Depends:
 default-mysql-client | mysql-client,
Description: Metapackage to install an Openstack compute node
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install a KVM based compute node which will also run
 Neutron OVS Agent.

Package: openstack-deploy
Architecture: all
Depends:
 e2fsprogs,
 ipcalc,
 openstack-pkg-tools,
 python-keystoneclient,
 xfsprogs,
 ${misc:Depends},
Description: Tools to deploy OpenStack
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to
 implement and massively scalable.
 .
 This package contains preseeder scripts and other deployment tools to setup an
 OpenStack cloud quickly.

Package: openstack-proxy-node
Architecture: all
Pre-Depends:
 openstack-cloud-identity,
Depends:
 aodh-api,
 aodh-evaluator,
 aodh-notifier,
 ceilometer-agent-central,
 glance,
 heat-api,
 heat-api-cfn,
 heat-engine,
 neutron-dhcp-agent,
 neutron-l3-agent,
 neutron-metadata-agent,
 neutron-plugin-openvswitch,
 neutron-plugin-openvswitch-agent | neutron-openvswitch-agent,
 neutron-server,
 nova-api,
 nova-conductor,
 nova-consoleauth,
 nova-consoleproxy,
 nova-placement-api,
 nova-scheduler,
 openstack-dashboard-apache,
 openstack-pkg-tools,
 ${misc:Depends},
Description: Metapackage to install an Openstack proxy node
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install a proxy node server, or management / API node,
 composed of: Nova-API, Nova-Scheduler, Glance, Keystone, Neutron (using
 OpenVSwitch) RabbitMQ, Memcached, and openstack-dashboard.

Package: openstack-puppet-modules
Architecture: all
Depends:
 puppet-module-aodh,
 puppet-module-arioch-redis,
 puppet-module-barbican,
 puppet-module-camptocamp-openssl,
 puppet-module-ceilometer,
 puppet-module-ceph,
 puppet-module-cinder,
 puppet-module-cloudkitty,
 puppet-module-congress,
 puppet-module-designate,
 puppet-module-duritong-sysctl,
 puppet-module-glance,
 puppet-module-gnocchi,
 puppet-module-heat,
 puppet-module-horizon,
 puppet-module-ironic,
 puppet-module-joshuabaird-ipaclient,
 puppet-module-keystone,
 puppet-module-manila,
 puppet-module-michaeltchapman-galera,
 puppet-module-murano,
 puppet-module-neutron,
 puppet-module-nova,
 puppet-module-octavia,
 puppet-module-openstack-extras,
 puppet-module-openstacklib,
 puppet-module-oslo,
 puppet-module-ovn,
 puppet-module-panko,
 puppet-module-puppetlabs-apache (>= 3.1.0),
 puppet-module-puppetlabs-concat,
 puppet-module-puppetlabs-haproxy,
 puppet-module-puppetlabs-mongodb,
 puppet-module-puppetlabs-ntp,
 puppet-module-puppetlabs-rabbitmq,
 puppet-module-puppetlabs-rsync,
 puppet-module-puppetlabs-tftp,
 puppet-module-puppetlabs-vcsrepo,
 puppet-module-richardc-datacat,
 puppet-module-rodjek-logrotate,
 puppet-module-sahara,
 puppet-module-saz-rsyslog,
 puppet-module-saz-ssh,
 puppet-module-sbitio-monit,
 puppet-module-swift,
 puppet-module-voxpupuli-corosync,
 puppet-module-vswitch,
 ${misc:Depends},
Description: Metapackage to install all OpenStack puppet modules
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 This metapackage will install all puppet modules needed to deploy an OpenStack
 cloud. This is to install on a puppet-master node, then you can use Hiera to
 compose your roles.

Package: openstack-tempest-ci
Architecture: all
Depends:
 ipmitool,
 lsb-release,
 nmap,
 openstack-clients,
 ${misc:Depends},
Description: validate OpenStack Debian packages using tempest and openstack-deploy
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to
 implement and massively scalable.
 .
 This package is to be used to validate OpenStack packages against the tempest
 functional testing suite. It uses openstack-deploy to install a full OpenStack
 deployment on a single virtual machine running itself on an OpenStack cloud,
 using Qemu as hypervisor. Then the Tempest unit tests will be run.
 .
 Typically, this package is to be installed on a Jenkins machine and it's
 script shall be run on regular basis.

Package: openstack-tempest-ci-live-booter
Architecture: all
Depends:
 apache2,
 apache2-utils,
 approx,
 bind9-host,
 bind9utils,
 bridge-utils,
 ipcalc,
 isc-dhcp-server,
 live-build,
 lsb-base,
 pxelinux,
 qemu-kvm,
 qemu-utils,
 tftpd-hpa,
 ${misc:Depends},
Description: configures a server to boot a custom live image to test OpenStack
 The best environment to run OpenStack in order to test it, is a Debian Live
 system, booted over PXE, which we just "reinstall" by performing an (IPMI)
 reboot of the server. However, such setup is complicated, and error-prone.
 This is why this package was designed for: configuring a computer to act as
 PXE/DHCP/apache to boot that 2nd server.
 .
 This package configures the different tools (ie: isc-dhcp-server, tftpd-hpa,
 apache and son on) with a script. Its intention is *not* to be clean, but to
 just do the job of configuring for testing OpenStack. It is *not* to be used
 in production.
 .
 This package also contains the necessary scripts to create the Debian Live
 image using live-build, and the qemu-kvm setup to start a virtual machine
 that will PXE boot using that live image, so it is easy to test the setup
 without actual real hardware.

Package: openstack-toaster
Architecture: all
Pre-Depends:
 openstack-compute-node,
 openstack-proxy-node,
Depends:
 ${misc:Depends},
Description: Metapackage to install all of Openstack services at once
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to
 implement and massively scalable.
 .
 This metapackage will install all Openstack server packages to run a cloud
 on a single computer. Later, more computers can join the cloud.