From 8bf05cdc531352a6de78f22db71e1eed87a5cbc1 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 17 Mar 2016 19:40:44 +0000 Subject: [PATCH] Update neutron-ha-tool's description to reference new upstream neutron-ha-tool.py is no longer available in the original upstream, so it is now being maintained in the neutron-ha-tool-maintenance branch of this fork: https://github.com/SUSE-Cloud/cookbook-openstack-network/ Change-Id: If5145d76bd703c1e9f44b5ee6433216715755702 --- ocf/neutron-ha-tool | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/ocf/neutron-ha-tool b/ocf/neutron-ha-tool index cc81621..5bc6c21 100644 --- a/ocf/neutron-ha-tool +++ b/ocf/neutron-ha-tool @@ -3,14 +3,21 @@ # # OpenStack HA tool for Neutron (neutron-ha-tool) # -# Description: This resource agent wraps the Neutron HA Tool(neutron-ha-tool). -# It can be used to monitor neutron for the availability of the -# l3-agents and migrate routers away from agents that are -# currently offline. Additionally it makes sure that dns and dhcp -# configuration is synchronized across all dhcp-agents. The -# neutron-ha-tool is currently part of the openstack-network -# cookbook for chef. The lastest release is available here: -# https://raw.githubusercontent.com/stackforge/cookbook-openstack-network/master/files/default/neutron-ha-tool.py +# This resource agent wraps the neutron-ha-tool Python script. +# It can be used to monitor neutron for the availability of the +# l3-agents and migrate routers away from agents that are +# currently offline. Additionally it makes sure that dns and dhcp +# configuration is synchronized across all dhcp-agents. The +# neutron-ha-tool was originally part of the openstack-network +# cookbook for Chef. However as of icehouse it got dropped +# from upstream, and is now maintained here: +# +# https://github.com/SUSE-Cloud/cookbook-openstack-network/blob/neutron-ha-tool-maintenance/files/default/neutron-ha-tool.py +# +# You can see a brief explanation of how this RA works in this +# video: +# +# https://youtu.be/vBZgtHgSdOY?t=33m39s # # Authors: Ralf Haferkamp # Mainly inspired by the Neutron L3 resource agent written by Emilien Macchi