Guest User

Untitled

a guest
Jan 21st, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. #Ansible managed: /opt/openstack-ansible/playbooks/roles/os_designate/templates/designate.conf.j2 modified on 2016-01-20 02:26:55 by root on cld1dev1-foreman.viasatcloud.com
  2.  
  3. [DEFAULT]
  4. auth_strategy = keystone
  5. rpc_backend = rabbit
  6. verbose = True
  7. debug = False
  8.  
  9. [oslo_messaging_rabbit]
  10. rpc_backend = rabbit
  11. rabbit_port = 5672
  12. rabbit_userid = openstack
  13. rabbit_password = 3adae308d411824b73782c9c27829fa5
  14. rabbit_hosts = 10.16.35.94:5672,10.16.35.154:5672,10.16.35.128:5672
  15.  
  16. [api]
  17. port = 9001
  18.  
  19. [database]
  20. connection = mysql://designate:f0c288366dc225d70980b50541b899c2d8b29@10.16.34.6/designate?charset=utf8
  21.  
  22. [keystone_authtoken]
  23. insecure = False
  24. auth_plugin = password
  25. signing_dir = /var/lib/designate/cache/api
  26. auth_url = http://10.16.34.6:35357
  27. auth_uri = http://10.16.34.6:5000
  28. project_domain_id = default
  29. user_domain_id = default
  30. project_name = service
  31. username = designate
  32. password = bb4394ec51f24b7c81d5241
  33.  
  34. memcached_servers = 10.16.35.131:11211,10.16.35.246:11211,10.16.35.204:11211
  35.  
  36. token_cache_time = 300
  37. revocation_cache_time = 60
  38.  
  39. # if your memcached server is shared, use these settings to avoid cache poisoning
  40. memcache_security_strategy = ENCRYPT
  41. memcache_secret_key = 38ed3b883eb0b3021c514efc
  42.  
  43. # if your keystone deployment uses PKI, and you value security over performance:
  44. check_revocations_for_cached = False
  45.  
  46. [service_credentials]
  47. os_auth_url = http://10.16.34.6:5000/v2.0
  48. os_username = designate
  49. os_tenant_name = service
  50. os_password = bb4394ec51f24b7c81d5241
  51. os_region_name = RegionOne
  52. os_endpoint_type = internalURL
  53.  
  54.  
  55. ########################
  56. ## Service Configuration
  57. ########################
  58. #-----------------------
  59. # Central Service
  60. #-----------------------
  61. [service:central]
  62. # Maximum domain name length
  63. #max_domain_name_len = 255
  64.  
  65. # Maximum record name length
  66. #max_record_name_len = 255
  67.  
  68. #-----------------------
  69. # API Service
  70. #-----------------------
  71. [service:api]
  72. # Address to bind the API server
  73. api_host = 0.0.0.0
  74.  
  75. # Port to bind the API server
  76. api_port = 9001
  77.  
  78. # Authentication strategy to use - can be either "noauth" or "keystone"
  79. auth_strategy = noauth
  80.  
  81. # Enable API Version 1
  82. enable_api_v1 = True
  83.  
  84. # Enabled API Version 1 extensions
  85. enabled_extensions_v1 = diagnostics, quotas, reports, sync, touch
  86.  
  87. # Enable API Version 2
  88. enable_api_v2 = True
  89.  
  90. # Enabled API Version 2 extensions
  91. enabled_extensions_v2 = quotas, reports
  92.  
  93. #-----------------------
  94. # mDNS Service
  95. #-----------------------
  96. [service:mdns]
  97. #workers = None
  98. #host = 0.0.0.0
  99. #port = 5354
  100. #tcp_backlog = 100
  101.  
  102. #-----------------------
  103. # Pool Manager Service
  104. #-----------------------
  105. [service:pool_manager]
  106. pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
  107. #workers = None
  108. #threshold_percentage = 100
  109. #poll_timeout = 30
  110. #poll_retry_interval = 2
  111. #poll_max_retries = 3
  112. #poll_delay = 1
  113. #periodic_recovery_interval = 120
  114. #periodic_sync_interval = 300
  115. #periodic_sync_seconds = None
  116. #cache_driver = sqlalchemy
  117.  
  118. #####################
  119. ## Pool Configuration
  120. #####################
  121. [pool:794ccc2c-d751-44fe-b57f-8894c9f5c842]
  122. nameservers = f02a0c72-c701-4ec2-85d7-197b30992ce8
  123. targets = f02a0c72-c701-4ec2-85d7-197b30992ce9
  124.  
  125. [pool_nameserver:f02a0c72-c701-4ec2-85d7-197b30992ce8]
  126. host = 10.16.34.6
  127. port = 53
  128.  
  129. [pool_target:f02a0c72-c701-4ec2-85d7-197b30992ce9]
  130. masters = 10.16.34.6:5354
  131. type = bind9
  132. options = port: 53, host: 10.16.34.6
  133.  
  134. ###################################
  135. ## Pool Manager Cache Configuration
  136. ###################################
  137. #-----------------------
  138. # SQLAlchemy Pool Manager Cache
  139. #-----------------------
  140. [pool_manager_cache:sqlalchemy]
  141. connection = mysql://designate:f0c288366dc225d70980b50541b899c2d8b29@10.16.34.6/designate_pool_manager?charset=utf8
  142. #connection_debug = 100
  143. #connection_trace = False
  144. #sqlite_synchronous = True
  145. #idle_timeout = 3600
  146. #max_retries = 10
  147. #retry_interval = 10
  148.  
  149. ########################
  150. ## Storage Configuration
  151. ########################
  152. #-----------------------
  153. # SQLAlchemy Storage
  154. #-----------------------
  155. [storage:sqlalchemy]
  156. # Database connection string - to configure options for a given implementation
  157. # like sqlalchemy or other see below
  158. connection = mysql://designate:f0c288366dc225d70980b50541b899c2d8b29@10.16.34.6/designate?charset=utf8
  159. #connection_debug = 100
  160. #connection_trace = True
  161. #sqlite_synchronous = True
  162. #idle_timeout = 3600
  163. #max_retries = 10
  164. #retry_interval = 10
Add Comment
Please, Sign In to add comment