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