Hi all,
Im trying to get a Ambari blueprint to setup a cluster that has multiple ethernet interfaces. Specifically the kafka hosts and the zookeeper hosts listen on a separate nic. I have ansible in the mix but that doesn't help when it comes to a blueprint as that just puts the value of the local node in the field. What im looking for is:
on each zookeeper node:
clientPortAddress: {{ eth1 address of the zookeeper node}}:2181
on each broker node:
advertised.listeners: {{ eth1 address of the broker node }}:9020
Thanks,
Mike