blob: 076f639341e1a6dd264dfaca243e41985cd53690 [file] [log] [blame]
Filip Pytlound681ae22015-10-06 16:28:31 +02001applications:
2- glance
Jakub Pavlike3bcc1a2016-01-27 21:48:32 +01003classes:
4- service.glance.support
Filip Pytlound681ae22015-10-06 16:28:31 +02005parameters:
Jiri Broulikc7194462017-03-15 18:49:08 +01006 _param:
7 keystone_glance_endpoint_type: internalURL
Dmitry Kalashnikdd0d0282017-12-06 12:45:31 +04008 openstack_log_appender: false
9 openstack_fluentd_handler_enabled: false
Oleksii Chupryn90a2e642018-02-06 19:53:06 +020010 openstack_ossyslog_handler_enabled: false
Filip Pytlound681ae22015-10-06 16:28:31 +020011 glance:
12 server:
13 enabled: true
14 version: ${_param:glance_version}
Alena Holanovac1e51312016-03-22 14:08:44 +010015 workers: 8
Filip Pytlound681ae22015-10-06 16:28:31 +020016 database:
17 engine: mysql
18 host: ${_param:cluster_vip_address}
19 port: 3306
20 name: glance
21 user: glance
22 password: ${_param:mysql_glance_password}
23 rabbit:
24 host: ${_param:cluster_vip_address}
25 registry:
26 host: ${_param:cluster_vip_address}
27 port: 9191
28 bind:
29 address: ${_param:cluster_local_address}
30 port: 9292
31 identity:
32 engine: keystone
33 host: ${_param:cluster_vip_address}
34 port: 35357
35 user: glance
36 password: ${_param:keystone_glance_password}
vmikes0faa8532016-10-19 09:57:14 +020037 region: RegionOne
Filip Pytlound681ae22015-10-06 16:28:31 +020038 tenant: service
Jiri Broulikc7194462017-03-15 18:49:08 +010039 endpoint_type: ${_param:keystone_glance_endpoint_type}
Dmitry Kalashnikdd0d0282017-12-06 12:45:31 +040040 logging:
41 log_appender: ${_param:openstack_log_appender}
42 log_handlers:
43 watchedfile:
44 enabled: true
45 fluentd:
46 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn90a2e642018-02-06 19:53:06 +020047 ossyslog:
48 enabled: ${_param:openstack_ossyslog_handler_enabled}
Filip Pytlound681ae22015-10-06 16:28:31 +020049 message_queue:
50 engine: rabbitmq
51 host: ${_param:cluster_vip_address}
52 port: 5672
53 user: openstack
54 password: ${_param:rabbitmq_openstack_password}
55 virtual_host: '/openstack'
Filip Pytlound681ae22015-10-06 16:28:31 +020056 storage:
57 engine: file
Jakub Pavlik7e02d742016-04-11 12:18:48 +020058 cache:
59 engine: memcached
60 members:
61 - host: ${_param:cluster_node01_address}
62 port: 11211
63 - host: ${_param:cluster_node02_address}
64 port: 11211
65 - host: ${_param:cluster_node03_address}
66 port: 11211