File: control

package info (click to toggle)
openstack-meta-packages 0.15
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 332 kB
  • ctags: 82
  • sloc: sh: 2,094; makefile: 4
file content (187 lines) | stat: -rw-r--r-- 7,341 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
Source: openstack-meta-packages
Section: net
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
Standards-Version: 3.9.8
Homepage: http://openstack.alioth.debian.org/
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-openstack-meta-packages?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-openstack-meta-packages -b debian/newton

Package: openstack-clients
Architecture: all
Depends: python-aodhclient,
         python-barbicanclient,
         python-ceilometerclient,
         python-cinderclient,
         python-congressclient,
         python-designateclient,
         python-glanceclient,
         python-gnocchiclient,
         python-heatclient,
         python-ironicclient,
         python-keystoneclient,
         python-magnumclient,
         python-manilaclient,
         python-mistralclient,
         python-muranoclient,
         python-neutronclient,
         python-novaclient,
         python-openstackclient,
         python-saharaclient,
         python-senlinclient,
         python-swiftclient,
         python-troveclient,
         python-zaqarclient,
         ${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 controling block devices (Cinder), Image Service (Glance), Identity
 (Keystone), Compute (Nova), Networking (Neutron) and Object Storage (Swift).

Package: openstack-cloud-services
Architecture: all
Depends: dbconfig-common,
         mongodb | mongodb-10gen-unstable | mongodb-nightly | mongodb-stable | mongodb-unstable | mongodb-10gen,
         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-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-proxy-node
Architecture: all
Pre-Depends: openstack-cloud-identity,
Depends: aodh-api,
         aodh-evaluator,
         aodh-notifier,
         ceilometer-agent-central,
         ceilometer-api,
         ceilometer-collector,
         glance,
         heat-api,
         heat-api-cfn,
         heat-api-cloudwatch,
         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-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-compute-node
Architecture: all
Depends: ceilometer-agent-compute,
         neutron-plugin-openvswitch-agent,
         nova-cert,
         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-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.

Package: openstack-deploy
Architecture: all
Depends: ipcalc,
         openstack-pkg-tools,
         python-keystoneclient,
         ${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-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.