blob: 1bf8378143f4be54bc2cde2cea919e5591a4b3e7 [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
Filip Pytlounda2a0792015-10-06 16:28:31 +02008 cinder:
9 controller:
10 enabled: true
11 version: ${_param:cinder_version}
12 osapi:
Adam Tengler8afb1182016-01-28 16:00:09 +010013 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020014 database:
15 engine: mysql
16 host: localhost
17 port: 3306
18 name: cinder
19 user: cinder
Adam Tengler8afb1182016-01-28 16:00:09 +010020 password: ${_param:mysql_cinder_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020021 identity:
22 engine: keystone
Jakub Pavlike57ff112016-03-09 15:30:34 +010023 region: RegionOne
Adam Tengler8afb1182016-01-28 16:00:09 +010024 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020025 port: 35357
26 tenant: service
27 user: cinder
Adam Tengler8afb1182016-01-28 16:00:09 +010028 password: ${_param:keystone_cinder_password}
Jiri Broulik31abba22017-03-15 18:48:23 +010029 endpoint_type: ${_param:keystone_cinder_endpoint_type}
Filip Pytlounda2a0792015-10-06 16:28:31 +020030 glance:
Adam Tengler8afb1182016-01-28 16:00:09 +010031 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020032 port: 9292
33 message_queue:
34 engine: rabbitmq
Adam Tengler8afb1182016-01-28 16:00:09 +010035 host: ${_param:single_address}
Filip Pytlounda2a0792015-10-06 16:28:31 +020036 port: 5672
37 user: openstack
Adam Tengler8afb1182016-01-28 16:00:09 +010038 password: ${_param:rabbitmq_openstack_password}
Filip Pytlounda2a0792015-10-06 16:28:31 +020039 virtual_host: '/openstack'