Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. debug = False
  4. state_path = /var/lib/designate
  5. logdir = /var/log/designate
  6. notification_topics = notifications
  7. rabbit_userid = guest
  8. rabbit_password = guest
  9. rabbit_virtual_host = /
  10. rabbit_use_ssl = False
  11. rabbit_hosts = juno005.gate:5672
  12.  
  13. [service:central]
  14. backend_driver = powerdns
  15.  
  16. [service:api]
  17. api_host = 0.0.0.0
  18. api_port = 9001
  19. auth_strategy = keystone
  20. enable_api_v1 = True
  21. enabled_extensions_v1 = diagnostics, quotas, reports, sync, touch
  22.  
  23. [keystone_authtoken]
  24. auth_host = juno001.gate
  25. auth_port = 35357
  26. auth_protocol = https
  27. admin_tenant_name = services
  28. admin_user = designate
  29. admin_password = designate
  30. insecure = true
  31. [service:sink]
  32. enabled_notification_handlers = nova_fixed
  33.  
  34. [service:mdns]
  35. [service:agent]
  36.  
  37. [service:pool_manager]
  38. workers = None
  39. pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
  40. threshold_percentage = 100
  41. poll_timeout = 30
  42. poll_retry_interval = 2
  43. poll_max_retries = 3
  44. poll_delay = 1
  45. periodic_recovery_interval = 120
  46. periodic_sync_interval = 1800
  47. periodic_sync_seconds = None
  48.  
  49. [network_api:neutron]
  50.  
  51. [storage:sqlalchemy]
  52. connection = mysql+pymysql://designate:designate@juno004.gate/designate
  53. connection_debug = 100
  54. connection_trace = False
  55. idle_timeout = 3600
  56. max_retries = 10
  57. retry_interval = 10
  58.  
  59. [handler:nova_fixed]
  60. domain_id = 61c664b8-c372-4816-837b-c15770bd4b6f
  61. notification_topics = notifications
  62. control_exchange = 'nova'
  63. format = '%(display_name)s.%(domain)s'
  64.  
  65. [handler:neutron_floatingip]
  66.  
  67. [pool_manager_cache:sqlalchemy]
  68.  
  69. [pool_manager_cache:memcache]
  70.  
  71. [pool:794ccc2c-d751-44fe-b57f-8894c9f5c842]
  72. nameservers = 0f66b842-96c2-4189-93fc-1dc95a08b012
  73. targets = f26e0b32-736f-4f0a-831b-039a415c481e
  74.  
  75. [pool_nameserver:0f66b842-96c2-4189-93fc-1dc95a08b012]
  76. port = 53
  77. host = juno008.gate
  78.  
  79. [pool_target:f26e0b32-736f-4f0a-831b-039a415c481e]
  80. type = powerdns
  81. port = 53
  82. host = juno008.gate
  83. options = connection: mysql+pymysql://pdns:pdns@juno004.gate/pdns
  84.  
  85. [backend:agent:bind9]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement