Create a Mesh of qdrouterd links for messaging high availability
authorJohn Eckersberg <jeckersb@redhat.com>
Tue, 21 Mar 2017 14:05:17 +0000 (10:05 -0400)
committerAndrew Smith <ansmith@redhat.com>
Sun, 16 Jul 2017 23:57:04 +0000 (19:57 -0400)
commit547afe7df02011e5ea650eaffdad3858cf3fc21d
treeb586ef51a107af9cd1df781b293182427348f3ed
parent65fe0404ae77364480a545141486d4d606d8119b
Create a Mesh of qdrouterd links for messaging high availability

For multi-node deployments of the dispatch router, a mesh of
inter-router links is created. Note that bi-directional links must
not be configured.

Example: For nodes A, B, C
  Node    Inter-Router Link
   A:           []
   B:           [A]
   C:           [A,B]

Change-Id: If43beea7a53c1f8f1dff062341c7ea81751c3122
manifests/profile/base/qdr.pp
spec/classes/tripleo_profile_base_qdr_spec.rb [new file with mode: 0644]