Bug 476053

Summary: Cluster broker: allow subnet address in --cluster-url
Product: Red Hat Enterprise MRG Reporter: Alan Conway <aconway>
Component: qpid-cppAssignee: Alan Conway <aconway>
Status: CLOSED WONTFIX QA Contact: Frantisek Reznicek <freznice>
Severity: medium Docs Contact:
Priority: low    
Version: 1.1CC: esammons, gsim
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-09 13:56:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Alan Conway 2008-12-11 18:18:44 UTC
Description of problem:

Typical cluster configuration uses sepatate subnets for multicast & client traffic. To enforce this, each broker must be individually configured with an appropriate --cluster-url, which is inconvenient.


Solution:

Allow TCP addresses in the URL to be treated as subnet addresses, construct a URL by matching against addrs for known NICs. E.g. if addr is 192.168.1.2, then the URL address could be 192.168.2.0. This allows a single config file to work for all brokers on a subnet.

Comment 1 Alan Conway 2009-02-17 14:21:29 UTC
A more flexible solution might be to allow simple wildcards in the cluster URL. The broke can generate a list of all the local interface address and match them to the wildcard addresses.  e.g. tcp:192.168.1.*.

Comment 3 Alan Conway 2011-08-09 13:56:12 UTC
Closing: this was raised internally, there's no customer demand for it.