Comment 5 for bug 2071349

Revision history for this message
Nilesh (cnilesh) wrote :

Hi Dimitiry,

Our understanind is config [1] file configuration for a simple BIND9 installation. This file defines the structure and details of the DNS setup

* user_local_designate_pools.yml

~~~
# Ansible managed
designate_pools_yaml:
- name: default
  # The name is immutable. It is used by designate to reference this pool
  description: "Default Pool"
  attributes: {}
  ns_records:
    - hostname: controller1.openstack.local.
      priority: 1
  nameservers:
    - host: 192.168.125.10
      port: 53
  targets:
    - type: bind9
      description: "BIND9 Server"
      masters:
        - host: 192.168.125.10
          port: 5354
      options:
        host: 192.168.125.10
        port: 53
        rndc_host: 192.168.125.10
        rndc_port: 953
~~~