Comment 6 for bug 1148016

Revision history for this message
Andres Rodriguez (andreserl) wrote :

So I have tested the attached branch, and having 2 cluster controllers on different networks with DNS/DHCP not being managed by MAAS seems to work just fine:

>>> node = Node.objects.get(hostname='node1-1')
>>> node.nodegroup.get_any_interface().ip
'192.168.123.2'
>>> node = Node.objects.get(hostname='node2-1')
>>> node.nodegroup.get_any_interface().ip
'192.168.124.2'