Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame^] | 1 | designate: |
| 2 | server: |
| 3 | enabled: true |
| 4 | region: RegionOne |
| 5 | domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 6 | version: ocata |
| 7 | message_queue: |
| 8 | members: |
| 9 | - host: 127.0.0.1 |
| 10 | - host: 127.0.1.1 |
| 11 | - host: 127.0.2.1 |
| 12 | pools: |
| 13 | - name: default |
| 14 | description: 'default pool' |
| 15 | attributes: |
| 16 | service_tier: GOLD |
| 17 | test_attr: test_value |
| 18 | ns_records: |
| 19 | - hostname: 'ns1.example.org.' |
| 20 | priority: 10 |
| 21 | nameservers: |
| 22 | - host: 127.0.0.1 |
| 23 | port: 53 |
| 24 | - host: 127.0.1.1 |
| 25 | port: 53 |
| 26 | - host: 127.0.2.1 |
| 27 | port: 53 |
| 28 | targets: |
| 29 | - type: bind9 |
| 30 | description: 'default target' |
| 31 | masters: |
| 32 | - host: 127.0.0.1 |
| 33 | port: 5354 |
| 34 | options: |
| 35 | host: 127.0.0.1 |
| 36 | port: 53 |
| 37 | rndc_host: 127.0.0.1 |
| 38 | rndc_port: 953 |
| 39 | rndc_key_file: /etc/designate/rndc.key |
| 40 | also_notifies: |
| 41 | - host: 127.0.3.1 |
| 42 | port: 53 |