Comment 17 for bug 1737630

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote : Re: [Bug 1737630] Re: cloud-init's netplan rendering does not do anything that starts networkd

>
> > It feels like there should be some integration between cloud-init &
> > netplan generators to indicate that "yes we will have networking config"
> > and "please hookup <default>, networkd, NetworkManager backends for the
> > networking.target"
>
> Yes, I agree that some integration is warranted. Are generators
> ordered?

From systemd.generator(7): "All generators are executed in parallel. That
means all executables are started at the very same time and need to be able
to cope with this parallelism."

(and in general, it would be very un-systemd for there to be any kind of
implicit ordering of this sort of thing)