← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~raharper/cloud-init:fix/cloud-init-network-rename-with-v2 into cloud-init:master

 

The proposal to merge ~raharper/cloud-init:fix/cloud-init-network-rename-with-v2 into cloud-init:master has been updated.

Description changed to:

net: accept network-config in netplan format for renaming interfaces

net.apply_network_config_names currently only accepts network-config in
version 1 format.  When users include a netplan format network-config the
rename code does not find any of the 'set-name' directives and does not
rename any of the interfaces.  This causes some netplan configurations to
fail.

This patch adds support for parsing netplan format and extracts the needed
information (macaddress and set-name values) to allow cloud-init to issue
interface rename commands.

LP: #1709715


For more details, see:
https://code.launchpad.net/~raharper/cloud-init/+git/cloud-init/+merge/336464
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~raharper/cloud-init:fix/cloud-init-network-rename-with-v2 into cloud-init:master.


References