I'm not sure if this is better suited for the docs list or the server
list, so please pardon the cross-post.
It looks like there's a value for nextserver that may be imported from
the calling function:
dhcp-option=3,$next_server
The wiki suggests replacing that variable with a static IP address:
"dhcp-option=3,next_server: replace **next_server** with the current
server's IP address."
https://wiki.ubuntu.com/ServerTeam/MAAS
Is the value of '$next_server' set elsewhere in Cobbler's code? Seems
like the installation of Cobbler might already know what value that
should be so I wouldn't want to overwrite that variable unless it was
necessary.
Also, is there a more mature version of documentation for MAAS available?
Thanks,
Mike
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam
04-06-2012, 03:36 PM
Andres Rodriguez
MAAS Development documentation
Hi Mike,
The $next_server variable is obtained from cobbler. This means that the gateway for the DHCP clients are being defaulted to the value in next_server in cobbler settings. However, if you are wanting to use another host as your gateway, you can do so by changing that value. Either way, the maas-dhcp should handle the configuration of the DHCP server automatically and the manual editing is no longer necessary.*
I'll be updating the documentation shortly.
Thank you!
--
Andres Rodriguez (RoAkSoAx)
Ubuntu Server DeveloperMSc. Telecom & Networking
Systems Engineer
--
ubuntu-server mailing list
ubuntu-server@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server
More info: https://wiki.ubuntu.com/ServerTeam