blob: 0352323bbb935ce86683579c6fd823deea7fda22 [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
Pavlo Shchelokovskyya4934e82019-07-08 11:14:19 +030062 retry: 3
Ales Komarek6e762212016-01-04 10:15:01 +010063 cache:
64 engine: memcached
Dmitry Ukov5da484b2019-02-05 16:56:50 +040065 # NOTE (dukov) Do not change this unless you 100% sure what you are doing
66 expiration_time: 600
67 backend_argument:
68 # NOTE (dukov) WARNING! This parameter depends on expiration_time.
69 # Value of 'memcached_expire_time' must be bigger than 'expiration_time'
70 memcached_expire_time:
71 value: 660
Ales Komarek6e762212016-01-04 10:15:01 +010072 members:
73 - host: ${_param:cluster_node01_address}
74 port: 11211
75 - host: ${_param:cluster_node02_address}
76 port: 11211
77 - host: ${_param:cluster_node03_address}
78 port: 11211