nova-cloud-controller charm leaving stale neutron-server entries at haproxy.cfg

Bug #1476394 reported by JuanJo Ciarlante
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
nova-cloud-controller (Juju Charms Collection)
Fix Released
Low
David Ames

Bug Description

FYI I'm deploying kilo using current charm trunks,
at n-c-c units:
#1. /etc/init/neutron-server.override is properly set to manual
(still, remains of /var/log/neutron/neutron-server.log are there
showing errors as per lp#1468918

#2. at haproxy.cfg, neutron-server entries still exist:

frontend tcp-in_neutron-server
    bind *:9696
    acl net_172.20.172.222 dst 172.20.172.222/255.255.248.0
    use_backend neutron-server_172.20.172.222 if net_172.20.172.222
    default_backend neutron-server_172.20.172.222

backend neutron-server_172.20.172.222
    balance leastconn
    server nova-cloud-controller-2 172.20.172.191:9686 check
    server nova-cloud-controller-1 172.20.172.203:9686 check
    server nova-cloud-controller-0 172.20.172.222:9686 check

#3. above #1+#2 obviously put check_haproxy_servers into failure
$ cat /etc/nagios/nrpe.d/check_haproxy_servers.cfg
# check haproxy_servers
command[check_haproxy_servers]=/usr/local/lib/nagios/plugins/check_haproxy.sh

Related branches

David Ames (thedac)
Changed in nova-cloud-controller (Juju Charms Collection):
assignee: nobody → David Ames (thedac)
James Page (james-page)
Changed in nova-cloud-controller (Juju Charms Collection):
status: New → Triaged
importance: Undecided → Low
milestone: none → 15.10
Changed in nova-cloud-controller (Juju Charms Collection):
status: Triaged → Fix Committed
James Page (james-page)
Changed in nova-cloud-controller (Juju Charms Collection):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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