The only things enabling that checkbox does is:
* Generates a job to write out DHCP config when the master worker is configured
* Enables jobs that poke static host maps into the DHCP server over OMAPI.
If you want to do the former, there's a utility script that you can run manually:
$ bin/maas-provision generate-dhcp-config
The only things enabling that checkbox does is:
* Generates a job to write out DHCP config when the master worker is configured
* Enables jobs that poke static host maps into the DHCP server over OMAPI.
If you want to do the former, there's a utility script that you can run manually: dhcp-config
$ bin/maas-provision generate-
I doubt you will need the latter for any testing.
Is this enough?