blob: ea81a3bd2c114c9691a2a505594d290ede71615f [file] [log] [blame]
Mykyta Karpin7d021b52018-11-02 16:38:19 +00001designate:
2 _support:
3 sensu:
4 enabled: false
5 server:
6 enabled: true
7 region: RegionOne
8 domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc
9 version: ocata
10 api:
11 quotas_verify_project_id: false
12 bind:
13 api:
14 address: 127.0.0.1
15 admin_api:
16 enabled: true
17 enabled_extensions_admin: quotas
18 database:
19 engine: mysql
20 host: 127.0.0.1
21 port: 3306
22 name:
23 main_database: designate
24 pool_manager: designate_pool_manager
25 user: designate
26 password: passw0rd
27 identity:
28 engine: keystone
29 host: 127.0.0.1
30 port: 35357
31 tenant: service
32 user: designate
33 password: passw0rd
34 mdns:
35 address: 0.0.0.0
36 port: 5354
37 message_queue:
38 engine: rabbitmq
39 host: 127.0.0.1
40 port: 5672
41 user: openstack
42 password: password
43 virtual_host: '/openstack'
44 logging:
45 log_appender: false
46 log_handlers:
47 watchedfile:
48 enabled: true
49 fluentd:
50 enabled: false
51 ossyslog:
52 enabled: false
53 pools:
54 default:
55 description: 'default pool'
56 attributes:
57 service_tier: GOLD
58 test_attr: test_value
59 ns_records:
60 - hostname: 'ns1.example.org.'
61 priority: 10
62 nameservers:
63 - host: 127.0.0.1
64 port: 53
65 - host: 127.0.1.1
66 port: 53
67 - host: 127.0.2.1
68 port: 53
69 targets:
70 default_target:
71 type: bind9
72 description: 'default target'
73 masters:
74 - host: 127.0.0.1
75 port: 5354
76 options:
77 host: 127.0.0.1
78 port: 53
79 rndc_host: 127.0.0.1
80 rndc_port: 953
81 rndc_key_file: /etc/designate/rndc.key
82 also_notifies:
83 - host: 127.0.3.1
84 port: 53
85 quota:
86 zones: 40
87 worker:
88 enabled: true
89 logging:
90 log_appender: false
91 log_handlers:
92 watchedfile:
93 enabled: true
94 fluentd:
95 enabled: false
96 ossyslog:
97 enabled: false