blob: 8cdcf25d64f7336ef0079d5e0574446b4ef6e333 [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
24 ceph_pool: gnocchi_incoming
25 ceph_username: gnocchi
26 ceph_secret: workshop
27 ceph_keyring: /etc/ceph/ceph.gnocchi.keyring
28 ceph_timeout: 30
29 ceph_conf: /etc/ceph/ceph.conf
30 file_basepath: /var/lib/gnocchi_incoming
31 coordination_backend:
32 url: redis://127.0.0.1/test
33 server:
34 enabled: true
35 debug: true
36 enable_proxy_headers_parsing: true
37 archive_policy:
38 default_aggregation_methods:
39 - mean
40 - max
41 identity:
42 engine: keystone
43 region: RegionOne
44 protocol: http
45 host: 127.0.0.1
46 port: 35357
47 private_port: 5000
48 user: gnocchi
49 password: workshop
50 tenant: service
51 auth_type: password
52 cache:
53 engine: memcached
54 members:
55 - host: 127.0.1.1
56 port: 11211
57 - host: 127.0.2.1
58 port: 11211
59 - host: 127.0.3.1
60 port: 11211
61 metricd:
62 workers: 5
63 statsd:
64 resource_id: 07f26121-5777-48ba-8a0b-d70468133dd9
65 enabled: true
66 bind:
67 address: 127.0.0.1
68 port: 8125
69apache:
70 server:
71 enabled: true
72 default_mpm: event
73 mpm:
74 prefork:
75 enabled: true
76 servers:
77 start: 5
78 spare:
79 min: 2
80 max: 10
81 max_requests: 0
82 max_clients: 20
83 limit: 20
84 site:
85 gnocchi:
86 enabled: false
87 available: true
88 type: wsgi
89 name: gnocchi
90 host:
91 name: gnocchi.ci.local
92 address: 127.0.0.1
93 port: 8041
94 log:
95 custom:
96 format: >-
97 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
98 wsgi:
99 daemon_process: gnocchi-api
100 processes: 2
101 threads: 10
102 user: gnocchi
103 group: gnocchi
104 display_name: '%{GROUP}'
105 script_alias: '/ /usr/bin/gnocchi-api'
106 application_group: '%{GLOBAL}'
107 authorization: 'On'
108 pkgs:
109 - apache2
110 modules:
111 - wsgi