Comment 2 for bug 1581250

Revision history for this message
Andres Rodriguez (andreserl) wrote : Re: Maas assign same IP to multiple nodes including juju bootstrap node

Hi Larry,

While the node is deployed, can you attach:

1. curtin config for the machine
2. /etc/network/interfaces of the machine.

What I'm guessing is happening:

1. MAAS creates /etc/network/interfaces with static IP addresses
2. Juju overwrites /e/n/i and creates a bridge, which makes it DHCP
3. Bridge gets a different address.

If that's the case, I'd say you need to use container registration feature, or have juju fix the issue.