blob: 630cccc2960be814c9bfd70365dac2e9c079e62a [file] [log] [blame]
Mykyta Karpin1cc81012017-05-25 16:42:24 +03001designate:
Mykyta Karpin8a692a62017-05-31 11:59:30 +03002 _support:
3 sensu:
4 enabled: false
Mykyta Karpin1cc81012017-05-25 16:42:24 +03005 server:
6 enabled: true
7 region: RegionOne
8 domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc
9 version: ocata
Mykyta Karpin8a692a62017-05-31 11:59:30 +030010 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
Mykyta Karpin1cc81012017-05-25 16:42:24 +030029 message_queue:
Mykyta Karpin8a692a62017-05-31 11:59:30 +030030 engine: rabbitmq
Mykyta Karpin1cc81012017-05-25 16:42:24 +030031 members:
Mykyta Karpin8a692a62017-05-31 11:59:30 +030032 - host: 127.0.0.1
33 user: openstack
34 password: password
35 virtual_host: '/openstack'
Mykyta Karpin1cc81012017-05-25 16:42:24 +030036 pools:
Mykyta Karpin9e3953b2017-05-30 12:39:52 +030037 default:
Mykyta Karpin1cc81012017-05-25 16:42:24 +030038 description: 'default pool'
39 attributes:
40 service_tier: GOLD
41 test_attr: test_value
42 ns_records:
43 - hostname: 'ns1.example.org.'
44 priority: 10
45 nameservers:
46 - host: 127.0.0.1
47 port: 53
48 - host: 127.0.1.1
49 port: 53
50 - host: 127.0.2.1
51 port: 53
52 targets:
Mykyta Karpin9e3953b2017-05-30 12:39:52 +030053 default_target:
54 type: bind9
Mykyta Karpin1cc81012017-05-25 16:42:24 +030055 description: 'default target'
56 masters:
57 - host: 127.0.0.1
58 port: 5354
59 options:
60 host: 127.0.0.1
61 port: 53
62 rndc_host: 127.0.0.1
63 rndc_port: 953
64 rndc_key_file: /etc/designate/rndc.key
65 also_notifies:
66 - host: 127.0.3.1
67 port: 53
Mykyta Karpin8a692a62017-05-31 11:59:30 +030068mysql:
69 client:
70 enabled: true
71 version: '5.7'
72 admin:
73 host: localhost
74 port: 3306
75 user: admin
76 password: password
77 encoding: utf8
78 server:
79 enabled: true
80 version: "5.7"
81 force_encoding: utf8
82 bind:
83 address: 0.0.0.0
84 port: 3306
85 protocol: tcp
86 database:
87 designate:
88 encoding: utf8
89 users:
90 - host: '%'
91 name: designate
92 password: passw0rd
93 rights: all
94 - host: 127.0.0.1
95 name: designate
96 password: passw0rd
97 rights: all
98 designate_pool_manager:
99 encoding: utf8
100 users:
101 - host: '%'
102 name: designate
103 password: passw0rd
104 rights: all
105 - host: 127.0.0.1
106 name: designate
107 password: passw0rd
108 rights: all
109# On xenial rabbitmq fails to start inside docker on MK CI
110# rabbitmq:
111# server:
112# enabled: true
113# bind:
114# address: 0.0.0.0
115# port: 5672
116# secret_key: rabbit_master_cookie
117# admin:
118# name: adminuser
119# password: pwd
120# host:
121# '/':
122# enabled: true
123# user: guest
124# password: guest
125# policies:
126# - name: HA
127# pattern: '^(?!amq\.).*'
128# definition: '{"ha-mode": "all", "message-ttl": 120000}'
129# '/openstack':
130# enabled: true
131# user: openstack
132# password: password
133# policies:
134# - name: HA
135# pattern: '^(?!amq\.).*'
136# definition: '{"ha-mode": "all", "message-ttl": 120000}'
137# memory:
138# vm_high_watermark: 0.4
139# plugins: ['']