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:
Log in to the Salt Master node.
Configure basic operating system settings on the DNS nodes:
salt -C 'I@bind:server' state.sls linux,ntp,openssh
Apply the following state:
salt -C 'I@bind:server' state.sls bind
Once done, proceed to deploy Designate as described in Deploy Designate.