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 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395
|
Source: designate
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 (>= 123~),
po-debconf,
python3-all,
python3-pbr,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
alembic (>= 1.8.1),
bandit,
python3-coverage,
python3-debtcollector,
python3-designateclient,
python3-dnspython,
python3-edgegrid,
python3-eventlet,
python3-fixtures,
python3-flask,
python3-futurist,
python3-greenlet,
python3-hacking,
python3-jinja2,
python3-jsonschema,
python3-kerberos,
python3-keystoneauth1,
python3-keystonemiddleware,
python3-memcache,
python3-migrate,
python3-neutronclient,
python3-openstackdocstheme <!nodoc>,
python3-os-api-ref <!nodoc>,
python3-os-win,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.context (>= 4.0.0),
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging (>= 14.0.0),
python3-oslo.middleware,
python3-oslo.policy (>= 3.7.0),
python3-oslo.reports,
python3-oslo.rootwrap,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.upgradecheck (>= 1.3.0),
python3-oslo.utils,
python3-oslo.versionedobjects,
python3-oslotest <!nocheck>,
python3-paste,
python3-pastedeploy,
python3-pecan,
python3-osprofiler,
python3-pygments,
python3-pymysql,
python3-requests,
python3-requests-mock <!nocheck>,
python3-sphinxcontrib.blockdiag <!nodoc>,
python3-sphinxcontrib.httpdomain <!nodoc>,
python3-sqlalchemy,
python3-stestr <!nocheck>,
python3-stevedore,
python3-tempest <!nocheck>,
python3-tenacity,
python3-testscenarios <!nocheck>,
python3-testtools <!nocheck>,
python3-tooz,
python3-webob,
python3-webtest <!nocheck>,
python3-werkzeug,
python3-zake,
sqlite3,
subunit,
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/openstack-team/services/designate
Vcs-Git: https://salsa.debian.org/openstack-team/services/designate.git
Homepage: https://github.com/openstack/designate
Package: designate
Architecture: all
Depends:
designate-agent (= ${binary:Version}),
designate-api (= ${binary:Version}),
designate-central (= ${binary:Version}),
designate-common (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - metapackage
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package is a metapackage that helps installing all of Designate at once.
Package: designate-agent
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - agent
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the agent.
Package: designate-api
Architecture: all
Depends:
adduser,
debconf,
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
python3-keystoneclient,
python3-openstackclient,
python3-pastescript,
q-text-as-data,
uwsgi-plugin-python3,
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: OpenStack DNS as a Service - API server
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the REST API server, accepting HTTP requests, validating
authentication tokens with Keystone and passing them to the Designate Central
service over AMQP. Multiple versions of the API can be hosted, as well as API
extensions, allowing for pluggable extensions to the core API.
Package: designate-central
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: OpenStack DNS as a Service - central daemon
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the central daemon. It is the service that handles RPC
requests via the MQ, it coordinates the persistent storage of data and applies
business logic to data from the API.
Package: designate-common
Architecture: all
Depends:
adduser,
dbconfig-common,
python3-designate (= ${binary:Version}),
sqlite3,
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - common files
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package contains common files.
Package: designate-doc
Build-Profiles: <!nodoc>
Section: doc
Architecture: all
Depends:
libjs-bootstrap,
libjs-jquery,
${misc:Depends},
${sphinxdoc:Depends},
Description: OpenStack DNS as a Service - doc
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package contains the documentation.
Package: designate-mdns
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: OpenStack DNS as a Service - mdns
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the mini-dns service. It is the service that sends DNS
NOTIFY and answers zone transfer (AXFR) requests. This allows Designate to
integrate with any DNS server that supports these very standard methods of
communicating. designate-mdns also encapsulates all other forms of DNS
protocol that Designate performs. For example, sending SOA queries to check
that a change is live.
Package: designate-pool-manager
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: OpenStack DNS as a Service - pool manager
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the pool manager service.
Package: designate-producer
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - producer
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the producer service. It is a service that handles the
invocation of long-running and potentially large jobs. Producer processes
start work for an automatically assigned shard of the zones Designate manages.
Shards are allocated based on the first three characters of the zone ID (a
UUID field). The number of shards under management of a single producer
process is equal to the total number of shards divided by the number of
producer processes. This means the more producer processes are started, the
less work is created at any one time.
.
The current implemented tasks in producer include emitting dns.zone.exists
events for Ceilometer, purging deleted zones from database, polling secondary
zones at their refresh intervals, generating delayed NOTIFY transactions, and
invoking a periodic recovery of zones in an error state.
Package: designate-sink
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - sink
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the sink service. It is an optional service which
listens for event Notifications, such as compute.instance.create.end, handlers
are available for Nova and Neutron. Notification events can then be used to
trigger record creation & deletion.
.
The current sink implementations generate simple forward lookup A records,
using a format specified in handler-nova configuration. Any field in the event
notification can be used to generate a record.
Package: designate-worker
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - worker
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the worker service. It is a service that manages state
of the DNS servers Designate manages, and any other long-running or otherwise
complicated piece of work. The worker reads configuration for DNS servers from
the Designate database, which is populated via the pools.yaml file. These DNS
server backends are loaded into the worker so it understands how to create,
update, and delete zones and recordsets on each DNS server. The Worker is
fully aware of DNS Server 'Pools', so a single worker process can manage many
pools of DNS servers.
Package: designate-zone-manager
Architecture: all
Depends:
designate-common (= ${binary:Version}),
python3-designate (= ${binary:Version}),
${misc:Depends},
${ostack-lsb-base},
${python3:Depends},
Description: OpenStack DNS as a Service - zone manager
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the zone manager service.
Package: python3-designate
Section: python
Architecture: all
Depends:
alembic (>= 1.8.1),
python3-edgegrid,
python3-debtcollector,
python3-designateclient,
python3-dnspython,
python3-eventlet,
python3-flask,
python3-futurist,
python3-greenlet,
python3-jinja2,
python3-jsonschema,
python3-kerberos,
python3-keystoneauth1,
python3-keystonemiddleware,
python3-memcache,
python3-migrate,
python3-mysqldb,
python3-neutronclient,
python3-os-win,
python3-oslo.concurrency,
python3-oslo.config,
python3-oslo.context (>= 4.0.0),
python3-oslo.db,
python3-oslo.i18n,
python3-oslo.log,
python3-oslo.messaging (>= 14.0.0),
python3-oslo.middleware,
python3-oslo.policy (>= 3.7.0),
python3-oslo.reports,
python3-oslo.rootwrap,
python3-oslo.serialization,
python3-oslo.service,
python3-oslo.upgradecheck (>= 1.3.0),
python3-oslo.utils,
python3-oslo.versionedobjects,
python3-paste,
python3-pastedeploy,
python3-pbr,
python3-pecan,
python3-osprofiler,
python3-pymysql,
python3-requests,
python3-sqlalchemy,
python3-stevedore,
python3-tenacity,
python3-tooz,
python3-webob,
python3-werkzeug,
${misc:Depends},
${python3:Depends},
Description: OpenStack DNS as a Service - Python libs
Designate provides DNSaaS services for OpenStack. It provides a multi-tenant
REST API for domain & record management. It is Integrated with Keystone for
authentication, and provides a framework in place to integrate with Nova and
Neutron notifications (for auto-generated records). Designate supports
PowerDNS and Bind9 out of the box.
.
This package provides the Python libraries.
|