Merge ~chad.smith/cloud-init:feature/azure-disable-imds-networking into cloud-init:master
Proposed by
Chad Smith
Status: | Merged |
---|---|
Approved by: | Chad Smith |
Approved revision: | 15a75ea17652fe825cc365aa58f1a85135ec0dfe |
Merge reported by: | Server Team CI bot |
Merged at revision: | not available |
Proposed branch: | ~chad.smith/cloud-init:feature/azure-disable-imds-networking |
Merge into: | cloud-init:master |
Diff against target: |
206 lines (+107/-6) 3 files modified
cloudinit/sources/DataSourceAzure.py (+9/-2) doc/rtd/topics/datasources/azure.rst (+46/-0) tests/unittests/test_datasource/test_azure.py (+52/-4) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Server Team CI bot | continuous-integration | Approve | |
cloud-init Commiters | Pending | ||
Review via email:
|
Commit message
azure: Add apply_network_
Azure generates network configuration from the IMDS service and removes
any preexisting hotplug network scripts which exist in Azure cloud images.
Add a datasource configuration option which allows for writing a default
network configuration which sets up dhcp on eth0 and leave the hotplug
handling to the cloud-image scripts.
To disable network-config from Azure IMDS, add the following to
/etc/cloud/
datasource:
Azure:
apply_
LP: #1798424
To post a comment you must log in.
inline comments.