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
|
Source: senlin
Section: net
Priority: extra
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 10),
dh-python,
dh-systemd,
openstack-pkg-tools (>= 54~),
po-debconf,
python-all,
python-pbr (>= 1.8),
python-setuptools,
python-sphinx,
Build-Depends-Indep: git,
python-babel (>= 2.3.4),
python-coverage,
python-docker (>= 1.6.0),
python-eventlet (>= 0.18.4),
python-hacking,
python-jsonpath-rw (>= 1.2.0),
python-keystonemiddleware (>= 4.2.0),
python-microversion-parse (>= 0.1.2),
python-migrate (>= 0.9.6),
python-mock (>= 1.3),
python-mox,
python-mox3 (>= 0.7.0),
python-openstackdocstheme (>= 1.0.3),
python-openstacksdk (>= 0.9.5),
python-os-testr (>= 0.4.1),
python-oslo.config (>= 1:3.14.0),
python-oslo.context (>= 2.9.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 3.11.0),
python-oslo.messaging (>= 5.2.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.policy (>= 1.14.0),
python-oslo.serialization (>= 1.10.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.16.0),
python-oslo.versionedobjects (>= 1.13.0),
python-oslosphinx (>= 4.7.0),
python-oslotest (>= 1:1.10.0),
python-paramiko (>= 1.13.0),
python-pastedeploy (>= 1.5.0),
python-pep8,
python-pymysql,
python-qpid,
python-reno,
python-requests (>= 2.10.0),
python-routes,
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-tempest (>= 1:12.1.0),
python-testscenarios,
python-testtools (>= 1.4.0),
python-tz,
python-webob (>= 1.2.3),
python-yaml (>= 3.1.0),
subunit,
tempest (>= 1:12.1.0),
testrepository,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-senlin?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-senlin -b debian/newton
Homepage: https://github.com/stackforge/senlin
Package: python-senlin
Section: python
Architecture: all
Depends: python-babel (>= 2.3.4),
python-docker (>= 1.6.0),
python-eventlet (>= 0.18.4),
python-jsonpath-rw (>= 1.2.0),
python-keystonemiddleware (>= 4.2.0),
python-microversion-parse (>= 0.1.2),
python-migrate (>= 0.9.6),
python-openstacksdk (>= 0.9.5),
python-oslo.config (>= 1:3.14.0),
python-oslo.context (>= 2.9.0),
python-oslo.db (>= 4.10.0),
python-oslo.i18n (>= 2.1.0),
python-oslo.log (>= 3.11.0),
python-oslo.messaging (>= 5.2.0),
python-oslo.middleware (>= 3.0.0),
python-oslo.policy (>= 1.14.0),
python-oslo.serialization (>= 1.10.0),
python-oslo.service (>= 1.10.0),
python-oslo.utils (>= 3.16.0),
python-oslo.versionedobjects (>= 1.13.0),
python-pastedeploy (>= 1.5.0),
python-pbr (>= 1.8),
python-qpid,
python-requests (>= 2.10.0),
python-routes,
python-six (>= 1.9.0),
python-sqlalchemy (>= 1.0.10),
python-stevedore (>= 1.16.0),
python-tz,
python-webob (>= 1.2.3),
python-yaml (>= 3.1.0),
${misc:Depends},
${python:Depends},
Description: clustering service for OpenStack clouds - Python 2.7
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package provides the Python 2.7 library.
Package: senlin-common
Architecture: all
Depends: adduser,
dbconfig-common,
debconf,
python-senlin (= ${binary:Version}),
sqlite3,
${misc:Depends},
${python:Depends},
Description: clustering service for OpenStack clouds - common files
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package provides common files and configuration.
Package: senlin-api
Architecture: all
Depends: adduser,
${ostack-lsb-base},
senlin-common (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Description: clustering service for OpenStack clouds - API
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package provides the REST API daemon.
Package: senlin-engine
Architecture: all
Depends: adduser,
${ostack-lsb-base},
senlin-common (= ${binary:Version}),
${misc:Depends},
${python:Depends},
Description: clustering service for OpenStack clouds - Engine
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package provides the engine daemon.
Package: senlin-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: clustering service for OpenStack clouds - docs
Senlin is a clustering service for OpenStack clouds. It creates and operates
clusters of homogeneous objects exposed by other OpenStack services. The goal
is to make the orchestration of collections of similar objects easier.
.
Senlin provides RESTful APIs to users so that they can associate various
policies to a cluster. Sample policies include placement policy, load
balancing policy, health policy, scaling policy, update policy and so on.
.
Senlin is designed to be capable of managing different types of objects. An
object's lifecycle is managed using profile type implementations, which are
themselves plugins.
.
This package contains the documentation.
|