Comment 10 for bug 1423931

Revision history for this message
SecurityFun23 (securityfun23) wrote :

I'm seeing the same (or at least similar) behavior on Trusty. When I run sudo maas my-maas node claim-sticky-ip-address system_id mac_address="XX:XX:XX:XX:XX:XX" requested_address="a.b.c.d", it only updates the maas, but not the dhcp, so I have to manually add items to the /etc/maas/templates/dhcp/dhcpd.conf.template so that the nodes boot off their static addresses rather than get a dynamic address. I put entries in like:

host serever1 {
     hardware ethernet XX:XX:XX:XX:XX:XX;
     fixed-address a.b.c.d;
}

Its unclear to me how MAAS is supposed to support these static addreses vs dynamic ...