summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-01-05 13:12:04 +0000
committerGerrit Code Review <review@openstack.org>2018-01-05 13:12:04 +0000
commit53d6dc069e98d3ed1514b00681b7b52a6bccbeea (patch)
tree17ea07dcdeb5678169c7c7d05f200c4b15c27dc1
parentf004e6edb5505ed0444d07760d88ab61dc140c55 (diff)
parent27dcfae3f10ca94236e58e7401e4924637266b5e (diff)
downloaddesignate-53d6dc069e98d3ed1514b00681b7b52a6bccbeea.tar.gz
Merge "Add pools.yaml.sample-infoblox file"
-rw-r--r--etc/designate/pools.yaml.sample-infoblox44
1 files changed, 44 insertions, 0 deletions
diff --git a/etc/designate/pools.yaml.sample-infoblox b/etc/designate/pools.yaml.sample-infoblox
new file mode 100644
index 00000000..159d7d00
--- /dev/null
+++ b/etc/designate/pools.yaml.sample-infoblox
@@ -0,0 +1,44 @@
+- name: pool-1
+ # The name is immutable. There will be no option to change the name after
+ # creation and the only way will to change it will be to delete it
+ # (and all zones associated with it) and recreate it.
+ description: Default Infoblox Pool
+
+ attributes:
+ internal: true
+
+ # List out the NS records for zones hosted within this pool
+ ns_records:
+ - hostname: ns1-1.example.org.
+ priority: 1
+
+ # List out the nameservers for this pool. These are the actual Infoblox
+ # servers. We use these to verify changes have propagated to all nameservers.
+ nameservers:
+ - host: 192.0.2.2
+ port: 53
+
+ # List out the targets for this pool. For Infoblox, most often, there will be one
+ # entry for each Infoblox server.
+ targets:
+ - type: infoblox
+ description: Infoblox Server
+
+ # List out the designate-mdns servers from which Infoblox servers should
+ # request zone transfers (AXFRs) from.
+ masters:
+ - host: 192.0.2.1
+ port: 5354
+
+ # Infoblox Configuration options
+ options:
+ host: 192.0.2.2
+ port: 53
+ http_pool_maxsize: 100
+ http_pool_connections: 100
+ wapi_url: https://192.0.2.2/wapi/v2.1/
+ sslverify: false
+ password: infoblox
+ username: admin
+ multi_tenant: false
+ ns_group: openstack