Deploying Distributed DDNS Service Nodes on a BDDS - Adaptive Applications - BlueCat Gateway - 21.2

BlueCat Distributed DDNS Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.2

The following section provides steps to installing the Distributed DDNS Service Node on BDDS.

Prerequisites
  • On the BDDS that will be running the Distributed DDNS Service Node, you must ensure that the disk size is at least 1.5 times the amount of RAM on the BDDS. For example, if the amount of RAM on the BDDS is 4GB, you must have at least 6GB of free disk space.
  • Make note of the following configuration information from the Distributed DDNS Data Node setup:
    • The IP address of one of the Distributed DDNS Data Nodes in the cluster.
    • The Distributed DDNS Data Node username and password.
    • The port of the Distributed DDNS Data Node. By default, this value is 3306.
    • The name of the Distributed DDNS Data Node database. By default, this value is distributed_ddns.
  • The following ports must be free and open on each Distributed DDNS Service Node on BDDS:
    Attention: By default, the ports are opened on the firewall of the DNS/DHCP Server upon deployment of the Distributed DDNS Service Node. If you are deploying on different networks, ensure that the ports are open on your routers between the nodes for communication between nodes.
    • 53: Used by the Distributed DDNS service.
    • 4900: Used by the API service on the Distributed DDNS Service Node.
    • 2600-2612: Used by the Anycast service on the Distributed DDNS Service Node.
    If you install the Distributed DDNS Service Node on the same BDDS as the Distributed DDNS Application Node, you must manually add firewall rules on the BDDS using the following commands:
    iptables -A INPUT -p tcp --dport 22 -j ACCEPT
    iptables -A INPUT -p tcp --sport 22 -j ACCEPT
    iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT
    iptables -A OUTPUT -p tcp --dport 22 -j ACCEPT
  • The BDDS that are to operate as a Distributed DDNS Data Node must be under Address Manager control.
  • BlueCat Gateway must have access to the configuration name and view name in Address Manager that contains the BDDS that are to operate as a Distributed DDNS Data Node. To allow access to the configuration name and view name:
    1. Log in to the Distributed DDNS Application Node user interface.
    2. Navigate to BlueCat Gateway Administration > Configurations > General Configuration.
    3. Select the BAM Settings tab.
    4. Set the Default Configuration and Default View to the configuration and view that contains the BDDS.
  • Ensure that the name server is configured for the BDDS. For more information, refer to the "Administration Console" section of the Address Manager Administration Guide.
  • Ensure that an IP address is assigned to the BDDS and that a network is configured to ensure that the BDDS can download the Docker image from Quay. For more information, refer to the "Administration Console" section of the Address Manager Administration Guide.


To deploy the Distributed DDNS Service Node on BDDS:
  1. Log in to the UI of the Distributed DDNS Application Node.
  2. Select the DDNS Deployment tab.
  3. Select the name of a server. If there are no BDDS names populated in the list, ensure that you have correctly configured the settings outlined in the Prerequisites section.
  4. In the Service Type section, select DDNS Node.
  5. In the General section, enter the following information:
    • SSH Username—enter the username that will be used to SSH to the BDDS.
    • SSH Password—enter the password that will be used to SSH to the BDDS.
    • DB Address—select one of the IP addresses of the available Data Nodes.
    • DB Password—enter the password for the default user of the database cluster. By default, the password is ddns_admin.
  6. In the Repository section, enter the following information:
    • Image—enter quay.io/bluecat/distributed_ddns_service:21.2
    • Username—enter your Quay username.
    • Password—enter your Quay password.
  7. Click Deploy.
Attention: If the nodes do you appear in the Distributed DDNS Application Node UI after you have added them, you must disable caching in Gateway. For more information on disabling caching, refer to the 'Configuring caching policies' section of the BlueCat Gateway Administration Guide.