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.
