File: control

package info (click to toggle)
python-tuskarclient 0.1.18-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 544 kB
  • ctags: 656
  • sloc: python: 3,542; makefile: 43; sh: 3
file content (94 lines) | stat: -rw-r--r-- 4,113 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
Source: python-tuskarclient
Section: python
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
               dh-python,
               openstack-pkg-tools,
               python-all,
               python-pbr,
               python-setuptools,
               python-sphinx,
Build-Depends-Indep: python-babel,
                     python-cliff (>= 1.10.0),
                     python-coverage,
                     python-fixtures,
                     python-hacking,
                     python-iso8601,
                     python-keystoneclient (>= 1:1.3.0),
                     python-mock,
                     python-openstackclient (>= 1.0.0),
                     python-prettytable,
                     python-requests (>= 2.5.2),
                     python-stevedore,
                     python-simplejson,
                     python-six (>= 1.9.0),
                     python-sphinxcontrib-pecanwsme,
                     python-testtools,
                     subunit,
                     testrepository,
Standards-Version: 3.9.6
Homepage: https://github.com/openstack/python-tuskarclient
Vcs-Git: git://anonscm.debian.org/openstack/python-tuskarclient.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-tuskarclient.git;a=summary

Package: python-tuskarclient
Architecture: all
Depends: python-babel,
         python-cliff (>= 1.10.0),
         python-iso8601,
         python-keystoneclient (>= 1:1.3.0),
         python-openstackclient (>= 1.0.0),
         python-prettytable,
         python-requests (>= 2.5.2),
         python-stevedore,
         python-simplejson,
         python-six (>= 1.9.0),
         ${misc:Depends},
         ${python:Depends},
Description: control how and where OpenStack services are deployed - client
 Tuskar gives administrators the ability to control how and where OpenStack
 services are deployed across the datacenter. Using Tuskar, administrators
 divide hardware into "resource classes" that allow predictable elastic scaling
 as cloud demands grow. This resource orchestration allows Tuskar users to
 ensure SLAs, improve performance, and maximize utilization across the
 datacenter.
 .
 Tuskar services are available via a RESTful API and management console through
 which administrators are able to classify their hardware and define their
 datacenters. In addition, Tuskar components provide administrators with
 performance monitoring, health statistics, and usage metrics, aiding in
 capacity planning and hardware procurement decisions.
 .
 This is a client for the OpenStack Tuskar API. There's a Python API
 (the "tuskarclient" module), and a command-line script ("tuskar").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Tuskar's API.

Package: python-tuskarclient-doc
Section: doc
Architecture: all
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Description: control how and where OpenStack services are deployed - client doc
 Tuskar gives administrators the ability to control how and where OpenStack
 services are deployed across the datacenter. Using Tuskar, administrators
 divide hardware into "resource classes" that allow predictable elastic scaling
 as cloud demands grow. This resource orchestration allows Tuskar users to
 ensure SLAs, improve performance, and maximize utilization across the
 datacenter.
 .
 Tuskar services are available via a RESTful API and management console through
 which administrators are able to classify their hardware and define their
 datacenters. In addition, Tuskar components provide administrators with
 performance monitoring, health statistics, and usage metrics, aiding in
 capacity planning and hardware procurement decisions.
 .
 This is a client for the OpenStack Tuskar API. There's a Python API
 (the "tuskarclient" module), and a command-line script ("tuskar").
 .
 Installing this package gets you a shell command, that you can use to
 interact with Tuskar's API.
 .
 This package contains the client documentation.