How to Install and Uninstall designate-producer Package on Kali Linux

Last updated: May 14,2024

1. Install "designate-producer" package

Please follow the step by step instructions below to install designate-producer on Kali Linux

$ sudo apt update $ sudo apt install designate-producer

2. Uninstall "designate-producer" package

This guide let you learn how to uninstall designate-producer on Kali Linux:

$ sudo apt remove designate-producer $ sudo apt autoclean && sudo apt autoremove

3. Information about the designate-producer package on Kali Linux

Package: designate-producer
Source: designate
Version: 1:17.0.0-2
Installed-Size: 33
Maintainer: Debian OpenStack
Architecture: all
Depends: designate-common (= 1:17.0.0-2), python3-designate (= 1:17.0.0-2)
Size: 9020
SHA256: 766e87dea02f3c30124a7abf79457a4d7f99317d49472ae7e52e0752752aac5f
SHA1: b08ff2a3f0ec697cdbdb074d8a89b83474eddbad
MD5sum: 2f17b4042bb5e3d5c93e54f700e4b410
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.
Description-md5:
Homepage: https://github.com/openstack/designate
Section: net
Priority: optional
Filename: pool/main/d/designate/designate-producer_17.0.0-2_all.deb