blob: 689f0a616d9fd48a83e0eb43fcf483ff50949f36 [file] [log] [blame]
Filip Pytlounda2a0792015-10-06 16:28:31 +02001applications:
2- cinder
Jakub Pavlikdac663a2016-01-27 22:54:52 +01003classes:
4- service.cinder.support
Filip Pytlounda2a0792015-10-06 16:28:31 +02005parameters:
Jiri Broulik31abba22017-03-15 18:48:23 +01006 _param:
7 keystone_cinder_endpoint_type: internalURL
Dmitry Kalashnik3291f542017-12-05 18:43:47 +04008 openstack_log_appender: false
9 openstack_fluentd_handler_enabled: false
Filip Pytlounda2a0792015-10-06 16:28:31 +020010 cinder:
11 volume:
12 enabled: true
13 version: ${_param:cinder_version}
14 osapi:
15 host: ${_param:cluster_local_address}
16 database:
17 engine: mysql
18 host: ${_param:cluster_vip_address}
19 port: 3306
20 name: cinder
21 user: cinder
22 password: ${_param:mysql_cinder_password}
23 identity:
24 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010025 region: RegionOne
Filip Pytlounda2a0792015-10-06 16:28:31 +020026 host: ${_param:cluster_vip_address}
27 port: 35357
28 tenant: service
29 user: cinder
30 password: ${_param:keystone_cinder_password}
Jiri Broulik31abba22017-03-15 18:48:23 +010031 endpoint_type: ${_param:keystone_cinder_endpoint_type}
Filip Pytlounda2a0792015-10-06 16:28:31 +020032 glance:
33 host: ${_param:cluster_vip_address}
34 port: 9292
Dmitry Kalashnik3291f542017-12-05 18:43:47 +040035 logging:
36 log_appender: ${_param:openstack_log_appender}
37 log_handlers:
38 watchedfile:
39 enabled: true
40 fluentd:
41 enabled: ${_param:openstack_fluentd_handler_enabled}
Filip Pytlounda2a0792015-10-06 16:28:31 +020042 message_queue:
43 engine: rabbitmq
44 host: ${_param:cluster_vip_address}
45 port: 5672
46 user: openstack
47 password: ${_param:rabbitmq_openstack_password}
48 virtual_host: '/openstack'
Jakub Pavlik3d437df2016-04-11 22:07:50 +020049 cache:
50 engine: memcached
51 members:
52 - host: ${_param:cluster_node01_address}
53 port: 11211
54 - host: ${_param:cluster_node02_address}
55 port: 11211
56 - host: ${_param:cluster_node03_address}
Jiri Konecny0d1efcb2016-04-21 17:01:10 +020057 port: 11211