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
This commit is contained in:
Adam Spiers 2016-03-17 19:40:44 +00:00
parent 35282eb288
commit 8bf05cdc53
1 changed files with 15 additions and 8 deletions

View File

@ -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