Adjust HA-proxy config for slapd service.

Bug #1599065 reported by Max Yatsenko
6
This bug affects 1 person
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://github.com/openstack/fuel-plugin-ldap/blob/master/deployment_scripts/puppet/modules/plugin_ldap/manifests/ldap_proxy_init.pp

  openstack::ha::haproxy_service { 'slapd':
    internal_virtual_ip => $internal_virtual_ip,
    ipaddresses => $controller_ip,
    server_names => $controller_nodes,
    order => '180',
    listen_port => '389',
    define_backups => true,
    haproxy_config_options => {
      option => ['tcplog','clitcpka','srvtcpka', 'ldap-check'],
      balance => 'leastconn',
      mode => 'tcp',
      'timeout server' => '28801s',
      'timeout client' => '28801s',
    },
    balancermember_options => 'check inter 20s fastinter 2s downinter 2s rise 3 fall 3',
    } ~> Service<| title == 'haproxy' |>

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix proposed to fuel-plugin-ldap (master)

Related fix proposed to branch: master
Review: https://review.openstack.org/337540

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to fuel-plugin-ldap (master)

Reviewed: https://review.openstack.org/337540
Committed: https://git.openstack.org/cgit/openstack/fuel-plugin-ldap/commit/?id=856dfaea799b5bfb824adef73162f6296e491288
Submitter: Jenkins
Branch: master

commit 856dfaea799b5bfb824adef73162f6296e491288
Author: Maksym Yatsenko <email address hidden>
Date: Tue Jul 5 11:26:22 2016 +0300

    Adjust HA-proxy config for slapd service.

    HA-porxy config for slapd service was tuned.

    Change-Id: I05492ad36bc4be070053ac30ef079dbfc89d42a7
    Related-Bug: #1599065

Max Yatsenko (myatsenko)
Changed in fuel-plugins:
assignee: nobody → Max Yatsenko (myatsenko)
importance: Undecided → High
milestone: none → 9.0
status: New → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.