Alexander Noskov | 80a1877 | 2016-11-18 14:20:39 +0300 | [diff] [blame] | 1 | designate: |
| 2 | server: |
| 3 | enabled: true |
| 4 | local_bind: true |
Alexander Noskov | 1b5b21c | 2016-11-23 13:59:42 +0300 | [diff] [blame] | 5 | region: RegionOne |
| 6 | domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 7 | version: ${_param:designate_version} |
| 8 | message_queue: |
| 9 | members: |
| 10 | - host: ${_param:messaging_node01_address} |
| 11 | - host: ${_param:messaging_node02_address} |
| 12 | - host: ${_param:messaging_node03_address} |
| 13 | pool: |
| 14 | pool_id: cae73b6f-95eb-4a7d-a567-099ae6176e08 |
| 15 | nameservers: |
| 16 | - uuid: 690d7bc8-811b-404c-abcc-9cec54d87092 |
| 17 | host: ${_param:cluster_node01_address} |
| 18 | port: 53 |
| 19 | - uuid: bc5ddcf0-8d95-4f87-b435-9ff831a4a14c |
| 20 | host: ${_param:cluster_node02_address} |
| 21 | port: 53 |
| 22 | - uuid: a43d5375-a5ec-4077-8c87-ec0b08fa3bd1 |
| 23 | host: ${_param:cluster_node03_address} |
| 24 | port: 53 |
| 25 | targets: |
| 26 | uuid: f26e0b32-736f-4f0a-831b-039a415c481e |
| 27 | options: 'port: 53, host: 127.0.0.1' |
| 28 | masters: 127.0.0.1:5354 |
| 29 | type: bind9 |