Deploy a new BIND9 server for Designate

Deploy a new BIND9 server for DesignateΒΆ

After you configure the Reclass model for a BIND9 server as the backend for Designate, proceed to deploying the BIND9 server service as described below.

To deploy a BIND9 server service:

  1. Log in to the Salt Master node.

  2. Configure basic operating system settings on the DNS nodes:

    salt -C 'I@bind:server' state.sls linux,ntp,openssh
    
  3. Apply the following state:

    salt -C 'I@bind:server' state.sls bind
    

Once done, proceed to deploy Designate as described in Deploy Designate.