designate

Designate

Install

All systems
curl cmd.cat/designate.sh
Debian Debian
apt-get install python2-designateclient
Ubuntu
apt-get install python2-designateclient
Fedora
dnf install python2-designateclient
Windows (WSL2)
sudo apt-get update sudo apt-get install python2-designateclient
Raspbian
apt-get install python2-designateclient

python2-designateclient

Designate

python-designateclient

client library for the OpenStack Designate API - Python 2.7

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 is a client for the OpenStack Designate API. There's a Python API (the "designateclient" module), and a command-line script ("designate"). Installing this package gets you a shell command, that you can use to interact with Designate's API. This package provides the Python 2.7 module.

python3-designateclient

client library for the OpenStack Designate API - Python 3.x

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 is a client for the OpenStack Designate API. There's a Python API (the "designateclient" module), and a command-line script ("designate"). Installing this package gets you a shell command, that you can use to interact with Designate's API. This package provides the Python 3.x module.