Alexander Noskov | 47819ee | 2016-11-18 12:38:59 +0300 | [diff] [blame^] | 1 | applications: |
| 2 | - designate |
| 3 | classes: |
| 4 | - service.designate.support |
| 5 | parameters: |
| 6 | designate: |
| 7 | server: |
| 8 | enabled: true |
| 9 | local_bind: true |
| 10 | ################################################################################ |
| 11 | ######### Designate config (/etc/designate/designate.conf) ######### |
| 12 | ################################################################################ |
| 13 | designate_config: |
| 14 | DEFAULT: |
| 15 | verbose: 'True' |
| 16 | debug: 'False' |
| 17 | rabbit_userid: 'stackrabbit' |
| 18 | rabbit_password: 'PASSWORD' |
| 19 | rabbit_hosts: '127.0.0.1' |
| 20 | service:api: |
| 21 | api_base_uri: http://127.0.0.1:9001/ |
| 22 | api_host: 127.0.0.1 |
| 23 | api_port: '9001' |
| 24 | enabled_extensions_v1: diagnostics, quotas, reports, sync, touch |
| 25 | enable_api_v2: 'True' |
| 26 | enable_api_v1: 'True' |
| 27 | enabled_extensions_v2: quotas, reports |
| 28 | auth_strategy: keystone |
| 29 | service:sink: |
| 30 | enabled_notification_handlers: nova_fixed, neutron_floatingip |
| 31 | handler:nova_fixed: |
| 32 | domain_id: 833e4a34-bddd-45e4-b754-1b7616d95681 |
| 33 | notification_topics: notifications |
| 34 | control_exchange: neutron |
| 35 | # format: '%(octet0)s-%(octet1)s-%(octet2)s-%(octet3)s.%(domain)s' |
| 36 | format: '%(hostname)s.%(domain)s' |
| 37 | keystone_authtoken: |
| 38 | auth_host: 127.0.0.1 |
| 39 | auth_port: '35357' |
| 40 | auth_protocol: http |
| 41 | admin_tenant_name: admin |
| 42 | admin_user: admin |
| 43 | admin_password: PASSWORD |
| 44 | pool_manager_cache:sqlalchemy: |
| 45 | connection: mysql://designate-common:PASSWORD@127.0.0.1/designate_pool_manager |
| 46 | storage:sqlalchemy: |
| 47 | connection: mysql://designate-common:PASSWORD@127.0.0.1/designatedb |
| 48 | service:pool_manager: |
| 49 | pool_id: 794ccc2c-d751-44fe-b57f-8894c9f5c842 |
| 50 | pool:794ccc2c-d751-44fe-b57f-8894c9f5c842: |
| 51 | nameservers: 0f66b842-96c2-4189-93fc-1dc95a08b012 |
| 52 | targets: f26e0b32-736f-4f0a-831b-039a415c481e |
| 53 | pool_nameserver:0f66b842-96c2-4189-93fc-1dc95a08b012: |
| 54 | port: 53 |
| 55 | host: 127.0.0.1 |
| 56 | pool_target:f26e0b32-736f-4f0a-831b-039a415c481e: |
| 57 | options: 'port: 53, host: 127.0.0.1' |
| 58 | masters: 127.0.0.1:5354 |
| 59 | type: bind9 |
| 60 | ################################################################################ |
| 61 | database: |
| 62 | engine: mysql |
| 63 | host: ${_param:cluster_vip_address} |
| 64 | port: 3306 |
| 65 | name: designate |
| 66 | user: designate |
| 67 | password: ${_param:mysql_designate_password} |
| 68 | identity: |
| 69 | engine: keystone |
| 70 | region: RegionOne |
| 71 | host: ${_param:cluster_vip_address} |
| 72 | port: 35357 |
| 73 | tenant: service |
| 74 | user: designate |
| 75 | password: ${_param:keystone_designate_password} |