blob: c56b373b28b75097344c26fe329803f4706f0811 [file] [log] [blame]
Mykyta Karpindb737652018-02-05 11:11:31 +02001gnocchi:
2 common:
3 version: 4.0
4 database:
5 engine: mysql
6 host: 127.0.0.1
7 name: gnocchi
8 password: workshop
9 user: gnocchi
10 storage:
11 aggregation_workers: 2
12 driver: ceph
13 ceph_pool: gnocchi
14 ceph_username: gnocchi
15 ceph_secret: workshop
16 ceph_keyring: /etc/ceph/ceph.gnocchi.keyring
17 ceph_timeout: 20
18 ceph_conf: /etc/ceph/ceph.conf
19 redis_url: redis://127.0.0.2/test
20 file_basepath: /var/lib/gnocchi
21 incoming:
22 driver: redis
23 redis_url: redis://127.0.0.2/test_incoming
Mykyta Karpin679be942019-04-04 11:08:08 +000024 redis:
25 password: pswd
26 user: openstack
27 db: '0'
28 sentinel:
29 host: 127.0.0.1
30 master_name: master_1
31 fallback:
32 - host: 127.0.1.1
33 - host: 127.0.2.1
Mykyta Karpindb737652018-02-05 11:11:31 +020034 ceph_pool: gnocchi_incoming
35 ceph_username: gnocchi
36 ceph_secret: workshop
37 ceph_keyring: /etc/ceph/ceph.gnocchi.keyring
38 ceph_timeout: 30
39 ceph_conf: /etc/ceph/ceph.conf
40 file_basepath: /var/lib/gnocchi_incoming
41 coordination_backend:
42 url: redis://127.0.0.1/test
Mykyta Karpin679be942019-04-04 11:08:08 +000043 engine: redis
44 redis:
45 password: pswd
46 user: openstack
47 db: '0'
48 sentinel:
49 host: 127.0.0.1
50 master_name: master_1
51 fallback:
52 - host: 127.0.1.1
53 - host: 127.0.2.1
Mykyta Karpindb737652018-02-05 11:11:31 +020054 server:
55 enabled: true
56 debug: true
57 enable_proxy_headers_parsing: true
58 archive_policy:
59 default_aggregation_methods:
60 - mean
61 - max
62 identity:
63 engine: keystone
64 region: RegionOne
65 protocol: http
66 host: 127.0.0.1
67 port: 35357
68 private_port: 5000
69 user: gnocchi
70 password: workshop
71 tenant: service
72 auth_type: password
73 cache:
74 engine: memcached
75 members:
76 - host: 127.0.1.1
77 port: 11211
78 - host: 127.0.2.1
79 port: 11211
80 - host: 127.0.3.1
81 port: 11211
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +030082 security:
83 enabled: true
84 strategy: ENCRYPT
85 secret_key: secret
Mykyta Karpindb737652018-02-05 11:11:31 +020086 metricd:
87 workers: 5
88 statsd:
89 resource_id: 07f26121-5777-48ba-8a0b-d70468133dd9
90 enabled: true
91 bind:
92 address: 127.0.0.1
93 port: 8125
94apache:
95 server:
96 enabled: true
97 default_mpm: event
98 mpm:
99 prefork:
100 enabled: true
101 servers:
102 start: 5
103 spare:
104 min: 2
105 max: 10
106 max_requests: 0
107 max_clients: 20
108 limit: 20
109 site:
110 gnocchi:
111 enabled: false
112 available: true
113 type: wsgi
114 name: gnocchi
115 host:
116 name: gnocchi.ci.local
117 address: 127.0.0.1
118 port: 8041
119 log:
120 custom:
121 format: >-
122 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
123 wsgi:
124 daemon_process: gnocchi-api
125 processes: 2
126 threads: 10
127 user: gnocchi
128 group: gnocchi
129 display_name: '%{GROUP}'
130 script_alias: '/ /usr/bin/gnocchi-api'
131 application_group: '%{GLOBAL}'
132 authorization: 'On'
133 pkgs:
134 - apache2
135 modules:
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +0300136 - wsgi