The /etc/cb/cluster.conf file from the master server contains information about the entire cluster.
Sample file contents:
- [Cluster]
NodeCount=2
NextSlaveAutoInc=7
[Master]
Host={IP Address}
User=root
HasEvents=True
ReadOnly=False
[Slave1]
Host={IP Address}
User=root
HasEvents=True
ReadOnly=False
This output represents a master + 1 minion cluster.