Advertisement
Guest User

Untitled

a guest
Apr 10th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. [DEFAULT]
  2. verbose = True
  3. debug = True
  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. [service:central]
  13. [service:api]
  14. api_host = 0.0.0.0
  15. api_port = 9001
  16. auth_strategy = keystone
  17. enable_api_v1 = True
  18. enabled_extensions_v1 = diagnostics, quotas, reports, sync, touch
  19. [keystone_authtoken]
  20. auth_host = juno001.gate
  21. auth_port = 35357
  22. auth_protocol = https
  23. admin_tenant_name = services
  24. admin_user = designate
  25. admin_password = designate
  26. insecure = true
  27. [service:sink]
  28. enabled_notification_handlers = nova_fixed
  29. [service:mdns]
  30. [service:agent]
  31. [service:pool_manager]
  32. pool_id = 794ccc2c-d751-44fe-b57f-8894c9f5c842
  33. periodic_recovery_interval = 120
  34. periodic_sync_interval = 1800
  35. cache_driver = sqlalchemy
  36. [network_api:neutron]
  37. [storage:sqlalchemy]
  38. connection = mysql+pymysql://designate:designate@juno004.gate/designate
  39. connection_debug = 100
  40. connection_trace = False
  41. idle_timeout = 3600
  42. max_retries = 10
  43. retry_interval = 10
  44. [handler:nova_fixed]
  45. domain_id = f4141a37-a835-4dcc-962f-beeb4f2df617
  46. notification_topics = notifications-designate
  47. control_exchange = 'nova'
  48. format = '%(display_name)s.%(domain)s'
  49. [handler:neutron_floatingip]
  50. [pool_manager_cache:sqlalchemy]
  51. connection = mysql+pymysql://designate:designate@juno004.gate/designate_pool_manager
  52. connection_debug = 100
  53. [pool_manager_cache:memcache]
  54. [pool:794ccc2c-d751-44fe-b57f-8894c9f5c842]
  55. nameservers = 0f66b842-96c2-4189-93fc-1dc95a08b012
  56. targets = f26e0b32-736f-4f0a-831b-039a415c481e
  57. [pool_nameserver:0f66b842-96c2-4189-93fc-1dc95a08b012]
  58. port = 53
  59. host = 10.121.141.43
  60. [pool_target:f26e0b32-736f-4f0a-831b-039a415c481e]
  61. masters = 10.121.141.43:5354
  62. type = powerdns
  63. port = 53
  64. host = 10.121.141.43
  65. options = connection: mysql+pymysql://pdns:pdns@juno004.gate/pdns
  66. [backend:agent:bind9]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement