v3 -> v4:
  Following changes were suggested by Andy <az...@ovn.org> on v3
  - Updated the ovn-ctl man page
  - Added information regarding the pacemaker integration in the 
IntegrationGuide.md
  - Added debug messages in the ocf script

This patch contains changes required to run a pacemaker resource agent
to manage OVN db servers in active/standby mode in a HA cluster.

Babu Shanmugam (4):
  ovn: ovn-ctl support for HA ovn DB servers
  ovn: OCF script for OVN OVSDB servers
  ovn: Add ovn db servers ocf script in fedora packager
  ovn: Add ovndb servers ocf script in debian packager

 IntegrationGuide.md             |  63 +++++++
 debian/automake.mk              |   2 +
 debian/ovn-common.install       |   1 +
 debian/ovn-common.postinst      |  24 +++
 debian/ovn-common.postrm        |  23 +++
 ovn/utilities/automake.mk       |   6 +-
 ovn/utilities/ovn-ctl           | 173 ++++++++++++++++---
 ovn/utilities/ovn-ctl.8.xml     |  18 ++
 ovn/utilities/ovndb-servers.ocf | 356 ++++++++++++++++++++++++++++++++++++++++
 rhel/openvswitch-fedora.spec.in |   8 +
 10 files changed, 647 insertions(+), 27 deletions(-)
 create mode 100644 debian/ovn-common.postinst
 create mode 100644 debian/ovn-common.postrm
 create mode 100755 ovn/utilities/ovndb-servers.ocf

-- 
1.9.1

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to