lakitu: make systemd-networkd do not wait

when interface is using persistent naming and no 99-default.network
applies. The interface is unmanaged, but systemd-networkd-wait-online
will wait forever, which blocks cloud-init eventually. Looks this is a
well known issue since Anthos OnPrem already tried to workaround the
problem by disabling systemd-networkd-wait-online. However, I do think
this maybe a bug of systemd, and will dig deeper by asking systemd
community. For now, let's use --any parameter to workaround it.

BUG=b/178100689
TEST=presubmit and manually test on vsphere, cloud-init comes up fine.
RELEASE_NOTE=None

Change-Id: Ieeb084a0850920b5df26d1dbd2159aa4b86b4150
Reviewed-on: https://cos-review.googlesource.com/c/cos/overlays/board-overlays/+/11270
Tested-by: Cusky Presubmit Bot <presubmit@cos-infra-prod.iam.gserviceaccount.com>
Reviewed-by: Robert Kolchmeyer <rkolchmeyer@google.com>
4 files changed