openstack-trove 2014.1~b2-0ubuntu1 source package in Ubuntu

Changelog

openstack-trove (2014.1~b2-0ubuntu1) trusty; urgency=low

  * New upstream release.
  * debian/control:
    - Dropped build dependencies: openstack-pkg-tools, python-d2to1, python-setuptools-git,
      python-coverage, python-nose, python-nosexcover, python-openstack.nose-plugin,
    - Bump versioned deps of: python-pbr, python-cinderclient, python-oslo.config.
    - Add python-designateclient as a build and runtime dependency.
    - Remove pre-depends on dpkg.
    - Add python-passlib as a build dependency.
  * Dropped files:
    - debian/gbp.conf
    - debian/trove-{api,guestagent,taskmanager}.init.
    - debian/trove-{common, api}.templates
    - debian/trove-{common, api}.config
    - debian/patches/fixes-filter-authtoken-config-file.patch
    - debian/patches/
  * debian/trove-common.dirs: Create the directories.
  * debian/trove-common.postisnt: Create the trove user and groups
    with the approiate permissions.
  * debian/rules:
    - Add get-orig-source.
    - Add oslo version detection.
    - Pass build if tests fail.
  * debian/watch: Update watch file.
 -- Chuck Short <email address hidden>   Thu, 23 Jan 2014 13:46:30 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
openstack-trove_2014.1~b2.orig.tar.gz 496.6 KiB e38122afb2be4a319a385e00da18c853fb3042c3c25ebfe974aac78f561027d8
openstack-trove_2014.1~b2-0ubuntu1.debian.tar.gz 11.8 KiB a2a8cd9a9f98f2f58e7dd7ce927932e0642de4e401a9f84fe45067e033193bf9
openstack-trove_2014.1~b2-0ubuntu1.dsc 2.4 KiB faaa543e546ae6b9adb27516a861aa008cbeac64e67e3ed136453fac37644b03

View changes file

Binary packages built by this source

python-trove: Database as a Service for OpenStack - Python lib

 Trove is "Database as a Service" for Openstack. It's designed to allow users
 to quickly and easily utilize the features of a relational database without
 the burden of handling complex administrative tasks.
 .
 Cloud users and database administrators can provision and manage multiple
 database instances as needed. The service focus on providing resource
 isolation at high performance while automating deployment, configuration,
 patching, backups, restores, and monitoring. Trove is designed to support a
 single-tenant database within a Nova instance. There is no restrictions on how
 Nova is configured, since Trove interacts with other OpenStack components
 purely through the API.
 .
 This package provides the Trove Python library.

trove-api: Database as a Service for OpenStack - API server

 Trove is Database as a Service for Openstack. It's designed to run entirely on
 OpenStack, with the goal of allowing users to quickly and easily utilize the
 features of a relational database without the burden of handling complex
 administrative tasks. Cloud users and database administrators can provision
 and manage multiple database instances as needed. Initially, the service will
 focus on providing resource isolation at high performance while automating
 complex administrative tasks including deployment, configuration, patching,
 backups, restores, and monitoring. Trove is designed to support a
 single-tenant database within a Nova instance. There is no restrictions on how
 Nova is configured, since Trove interacts with other OpenStack components
 purely through the API.
 .
 This package provides the Trove API server. The trove-api service provides a
 RESTful API that supports JSON and XML to provision and manage Trove
 instances.

trove-common: Database as a Service for OpenStack - common files

 Trove is Database as a Service for Openstack. It's designed to run entirely on
 OpenStack, with the goal of allowing users to quickly and easily utilize the
 features of a relational database without the burden of handling complex
 administrative tasks. Cloud users and database administrators can provision
 and manage multiple database instances as needed. Initially, the service will
 focus on providing resource isolation at high performance while automating
 complex administrative tasks including deployment, configuration, patching,
 backups, restores, and monitoring. Trove is designed to support a
 single-tenant database within a Nova instance. There is no restrictions on how
 Nova is configured, since Trove interacts with other OpenStack components
 purely through the API.
 .
 This package provides the Trove common files.

trove-guestagent: Database as a Service for OpenStack - guest agent

 Trove is Database as a Service for Openstack. It's designed to run entirely on
 OpenStack, with the goal of allowing users to quickly and easily utilize the
 features of a relational database without the burden of handling complex
 administrative tasks. Cloud users and database administrators can provision
 and manage multiple database instances as needed. Initially, the service will
 focus on providing resource isolation at high performance while automating
 complex administrative tasks including deployment, configuration, patching,
 backups, restores, and monitoring. Trove is designed to support a
 single-tenant database within a Nova instance. There is no restrictions on how
 Nova is configured, since Trove interacts with other OpenStack components
 purely through the API.
 .
 This package provides the Trove guest agent. The guestagent is a service that
 runs within the guest instance, responsible for managing and performing
 operations on the Database itself. The Guest Agent listens for RPC messages
 through the message bus and performs the requested operation.

trove-taskmanager: Database as a Service for OpenStack - taskmanager

 Trove is Database as a Service for Openstack. It's designed to run entirely on
 OpenStack, with the goal of allowing users to quickly and easily utilize the
 features of a relational database without the burden of handling complex
 administrative tasks. Cloud users and database administrators can provision
 and manage multiple database instances as needed. Initially, the service will
 focus on providing resource isolation at high performance while automating
 complex administrative tasks including deployment, configuration, patching,
 backups, restores, and monitoring. Trove is designed to support a
 single-tenant database within a Nova instance. There is no restrictions on how
 Nova is configured, since Trove interacts with other OpenStack components
 purely through the API.
 .
 This package provides the Trove taskmanager. The trove-taskmanager service
 does the heavy lifting as far as provisioning instances, managing the
 lifecycle of instances, and performing operations on the Database instance.