blob: 0a1925bf83d199dfe37b7f23849c802129f5cc21 [file] [log] [blame]
Filip Pytloun4a72d792015-10-06 16:28:32 +02001applications:
2- nova
Ales Komarek121a9d52015-12-08 20:28:22 +01003classes:
4- service.nova.support
Filip Pytloun4a72d792015-10-06 16:28:32 +02005parameters:
Dmitry Kalashnike58fe082017-12-01 16:31:14 +04006 _param:
7 openstack_log_appender: false
8 openstack_fluentd_handler_enabled: false
Oleksii Chupryn99e35032018-02-06 01:59:40 +02009 openstack_ossyslog_handler_enabled: false
Oleh Hryhorov71673382018-09-27 12:57:26 +030010 nova_rpc_response_timeout: 30
Filip Pytloun4a72d792015-10-06 16:28:32 +020011 nova:
12 compute:
Filip Pytloun4a72d792015-10-06 16:28:32 +020013 version: ${_param:nova_version}
Ales Komarek6e762212016-01-04 10:15:01 +010014 enabled: true
Jakub Pavlik3e400462016-01-03 18:41:41 +010015 heal_instance_info_cache_interval: 60
Ales Komarek6e762212016-01-04 10:15:01 +010016 vncproxy_url: http://${_param:cluster_vip_address}:6080
Filip Pytloun4a72d792015-10-06 16:28:32 +020017 bind:
Ales Komarek6e762212016-01-04 10:15:01 +010018 vnc_address: ${_param:cluster_local_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020019 vnc_port: 6080
Ales Komarek6e762212016-01-04 10:15:01 +010020 vnc_name: 0.0.0.0
Filip Pytloun4a72d792015-10-06 16:28:32 +020021 database:
22 engine: mysql
Ales Komarek6e762212016-01-04 10:15:01 +010023 host: ${_param:cluster_vip_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020024 port: 3306
25 name: nova
26 user: nova
Ales Komarek6e762212016-01-04 10:15:01 +010027 password: ${_param:mysql_nova_password}
Filip Pytloun4a72d792015-10-06 16:28:32 +020028 identity:
29 engine: keystone
Jakub Pavlik79021262016-03-09 14:53:53 +010030 region: RegionOne
Ales Komarek6e762212016-01-04 10:15:01 +010031 host: ${_param:cluster_vip_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020032 port: 35357
33 user: nova
Ales Komarek6e762212016-01-04 10:15:01 +010034 password: ${_param:keystone_nova_password}
Filip Pytloun4a72d792015-10-06 16:28:32 +020035 tenant: service
Dmitry Kalashnike58fe082017-12-01 16:31:14 +040036 logging:
37 log_appender: ${_param:openstack_log_appender}
38 log_handlers:
39 watchedfile:
40 enabled: true
41 fluentd:
42 enabled: ${_param:openstack_fluentd_handler_enabled}
Oleksii Chupryn99e35032018-02-06 01:59:40 +020043 ossyslog:
44 enabled: ${_param:openstack_ossyslog_handler_enabled}
Filip Pytloun4a72d792015-10-06 16:28:32 +020045 message_queue:
46 engine: rabbitmq
Ales Komarek6e762212016-01-04 10:15:01 +010047 host: ${_param:cluster_vip_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020048 port: 5672
Oleh Hryhorov71673382018-09-27 12:57:26 +030049 rpc_response_timeout: ${_param:nova_rpc_response_timeout}
Filip Pytloun4a72d792015-10-06 16:28:32 +020050 user: openstack
Ales Komarek6e762212016-01-04 10:15:01 +010051 password: ${_param:rabbitmq_openstack_password}
Filip Pytloun4a72d792015-10-06 16:28:32 +020052 virtual_host: '/openstack'
53 image:
54 engine: glance
Ales Komarek6e762212016-01-04 10:15:01 +010055 host: ${_param:cluster_vip_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020056 port: 9292
57 network:
58 engine: neutron
Jakub Pavlik79021262016-03-09 14:53:53 +010059 region: RegionOne
Ales Komarek6e762212016-01-04 10:15:01 +010060 host: ${_param:cluster_vip_address}
Filip Pytloun4a72d792015-10-06 16:28:32 +020061 port: 9696
Ales Komarek6e762212016-01-04 10:15:01 +010062 cache:
63 engine: memcached
64 members:
65 - host: ${_param:cluster_node01_address}
66 port: 11211
67 - host: ${_param:cluster_node02_address}
68 port: 11211
69 - host: ${_param:cluster_node03_address}
70 port: 11211