cloud-init-dev team mailing list archive
-
cloud-init-dev team
-
Mailing list archive
-
Message #04001
[Merge] ~chad.smith/cloud-init:azure-no-ifupdown into cloud-init:master
Chad Smith has proposed merging ~chad.smith/cloud-init:azure-no-ifupdown into cloud-init:master with ~james-hogarth/cloud-init:net-tools-deprecation as a prerequisite.
Requested reviews:
cloud-init commiters (cloud-init-dev)
For more details, see:
https://code.launchpad.net/~chad.smith/cloud-init/+git/cloud-init/+merge/335465
azure: Don't bounce network with ifdown ifup when those tools don't exist
This fixes a traceback when attempting to bounce the network after hostname
resets.
In artful and bionic ifupdown package is no longer installed in cloudimages.
As such, Azure can't use those tools to bounce the network informing DDNS
about hostname changes. This doesn't appear to affect DDNS updates though
because systemd-networkd is already watching hostname and defaults to SendHostname=True during all dhcp upon hostname deltas which posts updates to DDNS for us.
LP: #1722668
--
Your team cloud-init commiters is requested to review the proposed merge of ~chad.smith/cloud-init:azure-no-ifupdown into cloud-init:master.
Follow ups