As mentioned in MD6 - DHCP snippets are deprecated DHCP snippets will be removed in MAAS 3.7.0.
Reserving IP addresses will be supported in a different way, but I wonder if anyone is considering other use cases? We are using the snippets to enable ZTD (zero touch deployment) for our Dell switches. So in order for that to work we have a global snippet
option ztd-provision-url code 240 = text;
and then a per-device snippet for each switch, for example:
option ztd-provision-url "http://172.17.102.3/ztd/os10-switch15.sh";
So without snippets, will there be no way to customize DHCP from MAAS 3.7.0 on?