← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:azure_run_local into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:azure_run_local into cloud-init:master has been updated.

Commit Message changed to:

Azure: Add network-config, Refactor net layer to handle duplicate macs.

On systems with network devices with duplicate mac addresses, cloud-init
will fail to rename the devices according to the specified network
configuration.  Refactor net layer to search by device driver and device
id if available.  Azure systems may have duplicate mac addresses by
design.

Update Azure datasource to run at init-local time and let Azure datasource
generate a fallback networking config to handle advanced networking
configurations.

Lastly, add a 'setup' method to the datasources that is called before
userdata/vendordata is processed but after networking is up.  That is
used here on Azure to interact with the 'fabric'.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/326373
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:azure_run_local into cloud-init:master.


References