Adjust HA-proxy config for slapd service.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel Plugins |
Fix Committed
|
High
|
Max Yatsenko |
Bug Description
HA-proxy config for slapd service should be updated:
https:/
openstack:
internal_
ipaddresses => $controller_ip,
server_names => $controller_nodes,
order => '180',
listen_port => '389',
define_backups => true,
haproxy_
option => ['tcplog'
balance => 'leastconn',
mode => 'tcp',
'timeout server' => '28801s',
'timeout client' => '28801s',
},
balancermem
} ~> Service<| title == 'haproxy' |>
Changed in fuel-plugins: | |
assignee: | nobody → Max Yatsenko (myatsenko) |
importance: | Undecided → High |
milestone: | none → 9.0 |
status: | New → Fix Committed |
Related fix proposed to branch: master /review. openstack. org/337540
Review: https:/