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
|
Source: openstack-trove
Section: net
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 10),
dh-python,
openstack-pkg-tools,
po-debconf,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
alembic,
bandit,
iproute2,
net-tools,
python3-alembic,
python3-cinderclient,
python3-coverage,
python3-cryptography,
python3-designateclient,
python3-docker,
python3-eventlet,
python3-flask (>= 2.2.3),
python3-glanceclient,
python3-gunicorn,
python3-hacking,
python3-jinja2,
python3-jsonschema,
python3-keystoneclient,
python3-keystonemiddleware,
python3-lxml,
python3-netaddr,
python3-neutronclient,
python3-novaclient,
python3-openstackdocstheme,
python3-os-api-ref,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging (>= 14.1.0),
python3-oslo.middleware,
python3-oslo.policy (>= 4.5.0),
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.upgradecheck,
python3-oslo.utils,
python3-oslotest,
python3-osprofiler,
python3-paste,
python3-pastedeploy,
python3-pexpect,
python3-psycopg2,
python3-pymysql,
python3-pyroute2 (>= 0.7.7),
python3-routes,
python3-semantic-version,
python3-sqlalchemy,
python3-stestr,
python3-stevedore,
python3-swiftclient,
python3-tenacity,
python3-testtools,
python3-troveclient,
python3-webob,
python3-webtest,
python3-wsgi-intercept,
python3-xmltodict,
subunit,
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/openstack-team/services/openstack-trove
Vcs-Git: https://salsa.debian.org/openstack-team/services/openstack-trove.git
Homepage: https://github.com/openstack/trove
Package: python3-trove
Architecture: all
Section: python
Depends:
alembic,
e2fsprogs,
python3-alembic,
python3-cinderclient,
python3-cryptography,
python3-designateclient,
python3-docker,
python3-eventlet,
python3-flask (>= 2.2.3),
python3-glanceclient,
python3-gunicorn,
python3-jinja2,
python3-jsonschema,
python3-keystoneclient,
python3-keystonemiddleware,
python3-lxml,
python3-netaddr,
python3-neutronclient,
python3-novaclient,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.context,
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging (>= 14.1.0),
python3-oslo.middleware,
python3-oslo.policy (>= 4.5.0),
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.upgradecheck,
python3-oslo.utils,
python3-osprofiler,
python3-paste,
python3-pastedeploy,
python3-pbr,
python3-pexpect,
python3-pymysql,
python3-pyroute2 (>= 0.7.7),
python3-routes,
python3-semantic-version,
python3-sqlalchemy,
python3-stevedore,
python3-swiftclient,
python3-troveclient,
python3-webob,
python3-xmltodict,
${misc:Depends},
${python3:Depends},
Conflicts:
python3-cjson,
Description: 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.
Package: trove-api
Architecture: all
Depends:
adduser,
python3-openstackclient,
q-text-as-data,
trove-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: 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.
Package: trove-common
Architecture: all
Depends:
adduser,
dbconfig-common,
python3-trove (= ${binary:Version}),
sqlite3,
${misc:Depends},
${python3:Depends},
Description: 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.
Package: trove-conductor
Architecture: all
Depends:
adduser,
trove-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: Database as a Service for OpenStack - conductor
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 conductor.
Package: trove-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: Database as a Service for OpenStack - doc
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 documentations.
Package: trove-guestagent
Architecture: all
Depends:
adduser,
trove-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: 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.
Package: trove-taskmanager
Architecture: all
Depends:
adduser,
trove-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: 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.
|