Back to bug 1326224

Who When What Removed Added
RHEL Program Management 2016-04-12 08:20:19 UTC Keywords FutureFeature
Red Hat Bugzilla 2016-04-12 08:20:19 UTC Doc Type Bug Fix Enhancement
RHEL Program Management 2016-04-12 08:35:46 UTC Keywords ZStream
Nir Magnezi 2016-04-12 08:37:12 UTC CC lpeer
Brandon Perkins 2016-04-12 09:03:37 UTC CC bperkins
Nir Yechiel 2016-04-12 09:10:53 UTC Keywords ZStream Triaged
Priority unspecified high
Target Release --- 10.0
Target Milestone --- beta
Summary [RFE] Add process monitor for haproxy [RFE] [Neutron] Add process monitor for haproxy
Nir Yechiel 2016-04-12 09:14:41 UTC Summary [RFE] [Neutron] Add process monitor for haproxy [RFE] [Neutron] [LBaaS v2] Add process monitor for haproxy
Nir Yechiel 2016-04-12 09:15:07 UTC Assignee amuller nmagnezi
Nir Yechiel 2016-04-12 09:48:14 UTC Blocks 1046780
Pablo Iranzo Gómez 2016-05-10 07:46:42 UTC CC pablo.iranzo
Blocks 1273812
Nir Yechiel 2016-05-17 11:41:46 UTC Priority high medium
Severity high medium
Assaf Muller 2016-05-28 21:25:14 UTC Status NEW ASSIGNED
Amedeo Salvati 2016-05-30 07:55:52 UTC CC amedeo.salvati
Assaf Muller 2016-06-04 01:21:01 UTC CC jthomas
Nir Magnezi 2016-06-13 12:27:37 UTC Status ASSIGNED POST
Link ID OpenStack gerrit 327966
Jon Schlueter 2016-06-21 20:25:59 UTC CC jschluet
Ofer Blaut 2016-06-26 10:36:28 UTC CC oblaut
Jon Schlueter 2016-07-11 18:01:43 UTC Status POST ASSIGNED
Nir Magnezi 2016-07-12 13:51:34 UTC Status ASSIGNED ON_DEV
Nir Magnezi 2016-07-17 06:52:12 UTC Status ON_DEV POST
Nir Magnezi 2016-07-23 19:57:17 UTC Status POST ON_DEV
Flags needinfo?(amuller)
Nir Magnezi 2016-07-24 20:29:22 UTC Link ID OpenStack gerrit 345263
Assaf Muller 2016-07-28 14:26:05 UTC Flags needinfo?(amuller)
Nir Yechiel 2016-09-01 14:53:17 UTC Status ON_DEV POST
Assaf Muller 2016-09-01 19:55:32 UTC Status POST ASSIGNED
Link ID OpenStack gerrit 344658
Nir Magnezi 2016-09-08 11:53:09 UTC Status ASSIGNED ON_DEV
Assaf Muller 2016-09-08 11:53:58 UTC Target Release 10.0 (Newton) 11.0 (Ocata)
Scott Lewis 2016-09-09 14:22:08 UTC CC sclewis
Nir Magnezi 2016-11-21 15:53:05 UTC Doc Text Cause:
Currently, in a case where the haproxy process died unexpectedly, load balancing will stop working and won't automatically recover.
Fix:
This patch enhances the HaproxyNSDriver class (v2) to utilize the
external_process module in order to monitor and respawn the haproxy
processes if and when needed.
Nir Magnezi 2016-11-21 15:56:46 UTC Doc Text Cause:
Currently, in a case where the haproxy process died unexpectedly, load balancing will stop working and won't automatically recover.
Fix:
This patch enhances the HaproxyNSDriver class (v2) to utilize the
external_process module in order to monitor and respawn the haproxy
processes if and when needed.
Implements ProcessMonitor in the HaproxyNSDriver class (v2) to utilize the external_process module in order to monitor and respawn the haproxy processes if and when needed. The LBaaS agent (v2) will load external_process related options in order to take a configured action when haproxy process dies unexpectedly.
Nir Yechiel 2016-12-14 10:52:21 UTC Target Milestone beta Upstream M3
nlevinki 2016-12-26 11:01:48 UTC CC nlevinki
Assaf Muller 2017-01-13 20:15:51 UTC Status ON_DEV POST
Toni Freger 2017-01-16 16:23:14 UTC Keywords OtherQA
Nir Magnezi 2017-01-23 20:25:58 UTC Blocks 1415828
Nir Magnezi 2017-01-30 13:19:09 UTC Status POST MODIFIED
Fixed In Version openstack-neutron-lbaas-9.1.0-3.el7ost
Nir Magnezi 2017-01-30 13:19:43 UTC Target Release 11.0 (Ocata) 10.0 (Newton)
Red Hat Bugzilla Rules Engine 2017-01-30 13:19:51 UTC Target Release 10.0 (Newton) 11.0 (Ocata)
errata-xmlrpc 2017-01-30 13:22:26 UTC Status MODIFIED ON_QA
Nir Magnezi 2017-01-30 13:27:28 UTC Status ON_QA POST
Fixed In Version openstack-neutron-lbaas-9.1.0-3.el7ost
Steve Linabery 2017-02-14 22:36:18 UTC Status POST MODIFIED
CC slinaber
Fixed In Version openstack-neutron-lbaas-10.0.0-0.20170127182708.3a7bbbc.el7ost
errata-xmlrpc 2017-02-15 00:23:48 UTC Status MODIFIED ON_QA
Mauro Oddi 2017-03-10 13:32:33 UTC Blocks 1431152
Andrea Perotti 2017-03-10 13:45:13 UTC CC aperotti
Fixed In Version openstack-neutron-lbaas-10.0.0-0.20170127182708.3a7bbbc.el7ost
Alexander Stafeyev 2017-03-22 10:45:11 UTC Status ON_QA ASSIGNED
CC astafeye, nmagnezi
Flags needinfo?(nmagnezi)
Nir Magnezi 2017-03-23 10:11:03 UTC Flags needinfo?(nmagnezi)
Nir Magnezi 2017-03-23 10:12:36 UTC Flags needinfo?(astafeye)
Alexander Stafeyev 2017-03-23 10:21:58 UTC Flags needinfo?(astafeye)
Nir Magnezi 2017-03-23 11:01:47 UTC Status ASSIGNED ON_QA
Alexander Stafeyev 2017-03-23 11:27:16 UTC Status ON_QA VERIFIED
Dan Macpherson 2017-04-10 13:21:32 UTC CC dmacpher
Doc Text Implements ProcessMonitor in the HaproxyNSDriver class (v2) to utilize the external_process module in order to monitor and respawn the haproxy processes if and when needed. The LBaaS agent (v2) will load external_process related options in order to take a configured action when haproxy process dies unexpectedly. This enahncement implements the 'ProcessMonitor' class in the 'HaproxyNSDriver' class (v2), This class utilizes the 'external_process' module to monitor and respawn HAProxy processes if and when needed. The LBaaS agent (v2) loads 'external_process' related options and take a configured action when HAProxy dies unexpectedly.
errata-xmlrpc 2017-05-17 19:28:33 UTC Status VERIFIED CLOSED
Resolution --- ERRATA
Last Closed 2017-05-17 15:28:33 UTC
Nir Magnezi 2019-09-10 14:10:06 UTC CC nmagnezi

Back to bug 1326224