InfoBlox backend docs out of date

Bug #1615997 reported by Kiall Mac Innes
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Designate
Triaged
Low
Unassigned

Bug Description

InfoBlox backend docs out of date, they need to be updated for pools.yaml.

Tags: docs
Revision history for this message
selvakumar (selvakumar-nms) wrote :

can anybody help us in giving the backend dns configuration in pools.yaml for infoblox?

Your help is appreciated.

Tim Simmons (timsim)
Changed in designate:
status: New → Triaged
importance: Undecided → Low
tags: added: docs
Revision history for this message
Erich Birngruber (ebirn) wrote :

Hi,

I'm currently in the process of setting up Designate with an infoblox backend on the test system. This is what my pool.yaml file looks like at the moment.
I'm not using multi-tenancy yet, but it works for DNSaaS and automatic record creation/deletion on instance start/delete.

---
- name: default
  description: InfoBlox Pool
  attributes: {}

  # List out the NS records for zones hosted within this pool
  # these will be put into each zone that is created in infoblox
  ns_records:
    - hostname: "infoblox-test.example.com."
      priority: 1

  # List out the nameservers for this pool. These are the actual dns
  # servers addresses. We use these to verify (query for) changes have propagated to all nameservers.
  nameservers:
    - host: "infoblox-test.example.com"
      port: 53

  targets:
    - type: infoblox
      description: InfoBlox Cluster API

      # designate mdns is the master, it must run on port 53 for infoblox to query it
      masters:
        - host: "controller.openstack.example.com"
          port: 53

      options:
        # api is only used to
        wapi_url: "https://infoblox-test.example.com/wapi/v2.0/"
        username: "infoblox_username"
        password: "infoblox_secret_password"
        sslverify: False
        # multi_tenant: ""
        # dns_view: ""
        # net_view: ""
        # this must be predefined on infoblox, containing the infoblox server(s) as grid secondaries,
        # all the mdns as external primaries
        ns_group: "openstack-designate-group"
        # infoblox DNS host to send NOTIFY to,
        # to sync up records from mdns on controller node,
        host: "infoblox-test.example.com"
        port: 53

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.