]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Introduces a keepalived manager for HA
authorAssaf Muller <amuller@redhat.com>
Tue, 5 Aug 2014 20:47:18 +0000 (23:47 +0300)
committerAssaf Muller <amuller@redhat.com>
Sun, 31 Aug 2014 14:02:33 +0000 (17:02 +0300)
commitd9155521539e5e67f0984c180267fc91cc17c738
tree4710390ac0e50b9927832aafc6bae09db09fa86d
parentc04bdd07bbec78a54c33f63e6ad70c2dd4a7e643
Introduces a keepalived manager for HA

This patch introduces a keepalived manager
which will be used for the blueprint
blueprint l3-high-availability.

The manager can create a keepalived.conf compliant configuration,
start, stop and restart the service, as well as create keepalived
notification scripts.

Implements: blueprint l3-high-availability
Change-Id: I1ba9f332778f27de950d9e97d4fb4a337f6f26da
Co-Authored-By: Assaf Muller <amuller@redhat.com>
etc/neutron/rootwrap.d/l3.filters
neutron/agent/linux/external_process.py
neutron/agent/linux/keepalived.py [new file with mode: 0644]
neutron/tests/functional/agent/linux/test_keepalived.py [new file with mode: 0644]
neutron/tests/unit/agent/linux/test_keepalived.py [new file with mode: 0644]