← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~sw37th/cloud-init:fix_for_opennebula into cloud-init:master

 

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

Commit Message changed to:

OpenNebula: add network_config property

DataSourceOpenNebula has no network_config property, so it cannot
return network configurations.
This patch adds network_config property to DataSourceOpenNebula.

LP: #1719157

----
OpenNebula: Support for Predictable Network Interface Names

OpenNebula assumes network interface names as eth[0-9] and uses
them as variable name in context.sh, but newer distros uses
Predictable Interface Names.
This patch maps Predictable Interface Names and context.sh's
variable names by mac address.

LP: #1716397

----
OpenNebula: get_mask() and get_network() return empty string

get_mask() and get_network() check keys of CONTEXT Attributes,
but doesn't check its values. If CONTEXT Attribute key ETH0_MASK
and/or ETH0_NETWORK have no value, these methods should return
default values, however actually return empty string('').
This patch adds value checks to these methods.

LP: #1736750

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


References