Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 1 | designate: |
Mykyta Karpin | 8a692a6 | 2017-05-31 11:59:30 +0300 | [diff] [blame] | 2 | _support: |
| 3 | sensu: |
| 4 | enabled: false |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 5 | server: |
| 6 | enabled: true |
| 7 | region: RegionOne |
| 8 | domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 9 | version: ocata |
Mykyta Karpin | 8a692a6 | 2017-05-31 11:59:30 +0300 | [diff] [blame] | 10 | bind: |
| 11 | api: |
| 12 | address: 127.0.0.1 |
| 13 | database: |
| 14 | engine: mysql |
| 15 | host: 127.0.0.1 |
| 16 | port: 3306 |
| 17 | name: |
| 18 | main_database: designate |
| 19 | pool_manager: designate_pool_manager |
| 20 | user: designate |
| 21 | password: passw0rd |
| 22 | identity: |
| 23 | engine: keystone |
| 24 | host: 127.0.0.1 |
| 25 | port: 35357 |
| 26 | tenant: service |
| 27 | user: designate |
| 28 | password: passw0rd |
Ivan Udovichenko | a35a07d | 2017-09-29 14:50:10 +0300 | [diff] [blame] | 29 | mdns: |
| 30 | address: 0.0.0.0 |
| 31 | port: 5354 |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 32 | message_queue: |
Mykyta Karpin | 8a692a6 | 2017-05-31 11:59:30 +0300 | [diff] [blame] | 33 | engine: rabbitmq |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 34 | members: |
Mykyta Karpin | 8a692a6 | 2017-05-31 11:59:30 +0300 | [diff] [blame] | 35 | - host: 127.0.0.1 |
| 36 | user: openstack |
| 37 | password: password |
| 38 | virtual_host: '/openstack' |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 39 | pools: |
Mykyta Karpin | 9e3953b | 2017-05-30 12:39:52 +0300 | [diff] [blame] | 40 | default: |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 41 | description: 'default pool' |
| 42 | attributes: |
| 43 | service_tier: GOLD |
| 44 | test_attr: test_value |
| 45 | ns_records: |
| 46 | - hostname: 'ns1.example.org.' |
| 47 | priority: 10 |
| 48 | nameservers: |
| 49 | - host: 127.0.0.1 |
| 50 | port: 53 |
| 51 | - host: 127.0.1.1 |
| 52 | port: 53 |
| 53 | - host: 127.0.2.1 |
| 54 | port: 53 |
| 55 | targets: |
Mykyta Karpin | 9e3953b | 2017-05-30 12:39:52 +0300 | [diff] [blame] | 56 | default_target: |
| 57 | type: bind9 |
Mykyta Karpin | 1cc8101 | 2017-05-25 16:42:24 +0300 | [diff] [blame] | 58 | description: 'default target' |
| 59 | masters: |
| 60 | - host: 127.0.0.1 |
| 61 | port: 5354 |
| 62 | options: |
| 63 | host: 127.0.0.1 |
| 64 | port: 53 |
| 65 | rndc_host: 127.0.0.1 |
| 66 | rndc_port: 953 |
| 67 | rndc_key_file: /etc/designate/rndc.key |
| 68 | also_notifies: |
| 69 | - host: 127.0.3.1 |
| 70 | port: 53 |
Mykyta Karpin | f728b07 | 2017-10-31 13:39:11 +0200 | [diff] [blame^] | 71 | quota: |
| 72 | zones: 40 |
Ivan Udovichenko | 53fd311 | 2017-09-07 14:07:09 +0300 | [diff] [blame] | 73 | worker: |
| 74 | enabled: true |
Mykyta Karpin | 8a692a6 | 2017-05-31 11:59:30 +0300 | [diff] [blame] | 75 | mysql: |
| 76 | client: |
| 77 | enabled: true |
| 78 | version: '5.7' |
| 79 | admin: |
| 80 | host: localhost |
| 81 | port: 3306 |
| 82 | user: admin |
| 83 | password: password |
| 84 | encoding: utf8 |
| 85 | server: |
| 86 | enabled: true |
| 87 | version: "5.7" |
| 88 | force_encoding: utf8 |
| 89 | bind: |
| 90 | address: 0.0.0.0 |
| 91 | port: 3306 |
| 92 | protocol: tcp |
| 93 | database: |
| 94 | designate: |
| 95 | encoding: utf8 |
| 96 | users: |
| 97 | - host: '%' |
| 98 | name: designate |
| 99 | password: passw0rd |
| 100 | rights: all |
| 101 | - host: 127.0.0.1 |
| 102 | name: designate |
| 103 | password: passw0rd |
| 104 | rights: all |
| 105 | designate_pool_manager: |
| 106 | encoding: utf8 |
| 107 | users: |
| 108 | - host: '%' |
| 109 | name: designate |
| 110 | password: passw0rd |
| 111 | rights: all |
| 112 | - host: 127.0.0.1 |
| 113 | name: designate |
| 114 | password: passw0rd |
| 115 | rights: all |
| 116 | # On xenial rabbitmq fails to start inside docker on MK CI |
| 117 | # rabbitmq: |
| 118 | # server: |
| 119 | # enabled: true |
| 120 | # bind: |
| 121 | # address: 0.0.0.0 |
| 122 | # port: 5672 |
| 123 | # secret_key: rabbit_master_cookie |
| 124 | # admin: |
| 125 | # name: adminuser |
| 126 | # password: pwd |
| 127 | # host: |
| 128 | # '/': |
| 129 | # enabled: true |
| 130 | # user: guest |
| 131 | # password: guest |
| 132 | # policies: |
| 133 | # - name: HA |
| 134 | # pattern: '^(?!amq\.).*' |
| 135 | # definition: '{"ha-mode": "all", "message-ttl": 120000}' |
| 136 | # '/openstack': |
| 137 | # enabled: true |
| 138 | # user: openstack |
| 139 | # password: password |
| 140 | # policies: |
| 141 | # - name: HA |
| 142 | # pattern: '^(?!amq\.).*' |
| 143 | # definition: '{"ha-mode": "all", "message-ttl": 120000}' |
| 144 | # memory: |
| 145 | # vm_high_watermark: 0.4 |
| 146 | # plugins: [''] |