← Back to team overview

maas-devel team mailing list archive

Re: MAAS IP Allocation [was: Re: 1.6.0 beta 4 out]

 

On 15/07/14 15:23, Andres Rodriguez wrote:
> We have come across situations where we needed MAAS to provide DHCP for
> different networks, in different network interfaces (Network A for NIC1,
> Network B for NIC2). Allowing the user to assign 1 IP (and/or its aliases)
> per NIC in MAAS, is something that would solve this requirement as well.

There are only three ways MAAS can express an IP address:

 * DHCP
 * DNS
 * cloud-init

In other words, whatever else is true of the network / IP model:

 * at the end of the day we need to write a DHCP server config
 * we also need to write a correct DNS config
 * and when a machine boots we can tell cloud-init some stuff that might
affect /etc/network/

In addition, APIs might exist to let people query and modify the model.

Mark

Attachment: signature.asc
Description: OpenPGP digital signature


References