DNS service overview¶
The DNS service provides DNS Zone and RecordSet management for OpenStack clouds. The DNS Service includes a REST API, a command-line client, and a Horizon Dashboard plugin.
The DNS service consists of the following components:
openstackcommand-line client pluginA plugin for the OpenStack Client CLI that communicates with the REST API
designate-apicomponentAn OpenStack-native REST API that processes API requests by sending them to the
designate-centralover Remote Procedure Call (RPC).designate-centralcomponentOrchestrates the creation, deletion and update of Zones and RecordSets.
designate-producercomponentOrchestrates periodic tasks that are run by designate.
designate-workercomponentIs a generic task runner, that runs both zone create / update and deletes, and periodic tasks, from
designate-producerdesignate-mdnscomponentA small DNS Server that is responsible for pushing DNS Zone information to the customer facing DNS Servers. Can also pull in DNS information about DNS Zones hosted outside of the Designate infrastructure
Customer Facing DNS ServersServes DNS requests to end users. They are orchestreated by the
designate-worker, and the supported list is maintained here.