blob: 39738f8ab297fd00524664aa2fd55a73c67e0c13 [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 Karpin9bea9732019-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 Karpin9bea9732019-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
Oleksandr Bryndzii52049de2019-03-14 12:38:24 +020075 expiration_time: 600
76 backend_argument:
77 memcached_expire_time:
78 value: 660
Mykyta Karpindb737652018-02-05 11:11:31 +020079 members:
80 - host: 127.0.1.1
81 port: 11211
82 - host: 127.0.2.1
83 port: 11211
84 - host: 127.0.3.1
85 port: 11211
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +030086 security:
87 enabled: true
88 strategy: ENCRYPT
89 secret_key: secret
Mykyta Karpindb737652018-02-05 11:11:31 +020090 metricd:
91 workers: 5
92 statsd:
93 resource_id: 07f26121-5777-48ba-8a0b-d70468133dd9
94 enabled: true
95 bind:
96 address: 127.0.0.1
97 port: 8125
98apache:
99 server:
100 enabled: true
101 default_mpm: event
102 mpm:
103 prefork:
104 enabled: true
105 servers:
106 start: 5
107 spare:
108 min: 2
109 max: 10
110 max_requests: 0
111 max_clients: 20
112 limit: 20
113 site:
114 gnocchi:
115 enabled: false
116 available: true
117 type: wsgi
118 name: gnocchi
119 host:
120 name: gnocchi.ci.local
121 address: 127.0.0.1
122 port: 8041
123 log:
124 custom:
125 format: >-
126 %v:%p %{X-Forwarded-For}i %h %l %u %t \"%r\" %>s %D %O \"%{Referer}i\" \"%{User-Agent}i\"
127 wsgi:
128 daemon_process: gnocchi-api
129 processes: 2
130 threads: 10
131 user: gnocchi
132 group: gnocchi
133 display_name: '%{GROUP}'
134 script_alias: '/ /usr/bin/gnocchi-api'
135 application_group: '%{GLOBAL}'
136 authorization: 'On'
137 pkgs:
138 - apache2
139 modules:
Oleksandr Bryndzii29865f52018-10-04 12:42:51 +0300140 - wsgi