summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAssaf Muller <amuller@redhat.com>2014-08-05 23:47:18 +0300
committerAssaf Muller <amuller@redhat.com>2014-08-31 17:02:33 +0300
commitd9155521539e5e67f0984c180267fc91cc17c738 (patch)
tree4710390ac0e50b9927832aafc6bae09db09fa86d /etc
parentc04bdd07bbec78a54c33f63e6ad70c2dd4a7e643 (diff)
downloadneutron-d9155521539e5e67f0984c180267fc91cc17c738.tar.gz
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>
Diffstat (limited to 'etc')
-rw-r--r--etc/neutron/rootwrap.d/l3.filters4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/neutron/rootwrap.d/l3.filters b/etc/neutron/rootwrap.d/l3.filters
index 89195fccf3..8a662b9547 100644
--- a/etc/neutron/rootwrap.d/l3.filters
+++ b/etc/neutron/rootwrap.d/l3.filters
@@ -42,3 +42,7 @@ iptables-save: CommandFilter, iptables-save, root
iptables-restore: CommandFilter, iptables-restore, root
ip6tables-save: CommandFilter, ip6tables-save, root
ip6tables-restore: CommandFilter, ip6tables-restore, root
+
+# Keepalived
+keepalived: CommandFilter, keepalived, root
+kill_keepalived: KillFilter, root, /usr/sbin/keepalived, -HUP, -15, -9