Comment 3 for bug 1823183

Revision history for this message
Rony Zeidan (ronynov) wrote :

Hi,
i am experincing the same behavior as Florian, the only difference is that i am using static IP to configure the interfaces before deploying them from juju. One thing i noticed is depending on which vlan or interface i configure first, it will be the first record created in the DNS domain, utlimatly the other records get created (bondx.x.host.domain).
But when i ping from host1 to host2 it is always the first record created that is returned by the DNS.
for example when i create my static assignements:
Host1 if i create in the following order:

bond0.400 > 10.150.0.1
bond0.401 > 10.150.1.1
bndd0.402 > 10.150.2.1

the record host1.maas > A > 10.150.0.1 is created
On host2
bond0.402 > 10.150.2.2
bond0.400 > 10.150.0.2
bond0.401 > 10.150.1.2

the record host2.maas > A > 10.150.2.2 is created

So:
ping host2 from host1 it is resolving to 10.150.2.2
ping host1 from host2 it is resolving to 10.150.1.1

once the machine are deployed, the records bondx.x.host1.maas are added. This is causing some issues for our deployment.
Best Regards