Mykyta Karpin | 4a0e443 | 2018-02-09 17:06:13 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - service.gnocchi.server.single |
Mykyta Karpin | f16f02d | 2018-07-05 12:49:46 +0300 | [diff] [blame] | 3 | parameters: |
| 4 | gnocchi: |
| 5 | server: |
Vasyl Saienko | 01eb317 | 2018-07-16 13:44:53 +0300 | [diff] [blame] | 6 | role: ${_param:openstack_node_role} |
Mykyta Karpin | f16f02d | 2018-07-05 12:49:46 +0300 | [diff] [blame] | 7 | identity: |
sgarbuz | 5f58dd7 | 2019-05-20 14:10:11 +0300 | [diff] [blame] | 8 | user: ${_param:keystone_gnocchi_username} |
| 9 | password: ${_param:keystone_gnocchi_password} |
Vasyl Saienko | 62b4973 | 2018-07-06 17:48:26 +0300 | [diff] [blame] | 10 | region: ${_param:openstack_region} |
Vasyl Saienko | 0343b68 | 2018-09-17 14:21:38 +0300 | [diff] [blame] | 11 | protocol: ${_param:internal_protocol} |
Vasyl Saienko | 62b4973 | 2018-07-06 17:48:26 +0300 | [diff] [blame] | 12 | metricd: |
| 13 | metric_processing_delay: 15 |
| 14 | metric_reporting_delay: 30 |
Oleksandr Bryndzii | 0b5809e | 2018-11-01 18:23:35 +0200 | [diff] [blame] | 15 | cache: |
| 16 | security: |
| 17 | enabled: ${_param:gnocchi_memcache_security_enabled} |
| 18 | strategy: ${_param:openstack_memcache_security_strategy} |
| 19 | secret_key: ${_param:gnocchi_memcache_secret_key} |