Add support for Keepalived VRRP health check
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
Invalid
|
Undecided
|
Unassigned | ||
openstack-manuals |
Fix Released
|
Medium
|
John Davidge |
Bug Description
https:/
Dear bug triager. This bug was created since a commit was marked with DOCIMPACT.
Your project "openstack/neutron" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs to be added for the project. You can ask the OpenStack infra team (#openstack-infra on freenode) for help if you need to.
commit 185d6cbc648fd04
Author: Lubosz Kosnik <email address hidden>
Date: Thu Jan 28 14:44:00 2016 +0100
Add support for Keepalived VRRP health check
Adds functionality to generate bash script which verifies health of current
keepalived instance by pinging all available and configured GW addresses.
This functionality supports IPv4 and IPv6 by detecting needed ping version
using netaddr.
DocImpact:
Added a new parameter to 'l3_agent.ini' named
'ha_
Values > 0 designate health check functionality should be enabled.
Requires allowed ICMP ECHO_REQUEST because that is disabled by default.
Co-Authored-By: Artur Korzeniewski <email address hidden>
Change-Id: Ib4d0691f432830
Closes-Bug: #1365461
Changed in neutron: | |
status: | New → Confirmed |
status: | Confirmed → Invalid |
tags: | removed: neutron |
tags: | added: networking-guide |
Changed in openstack-manuals: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in openstack-manuals: | |
milestone: | none → ocata |
DocImpact: vrrp_health_ check_interval' which is by default set to 0 (disabled).
Added a new parameter to 'l3_agent.ini' named
'ha_
Values > 0 designate health check functionality should be enabled.
Requires allowed ICMP ECHO_REQUEST because that is disabled by default.