[Yahoo-eng-team] [Bug 1682064] [NEW] cloud-init should support config bond mac address

2017-04-12 Thread lewis Liu
Public bug reported: In OpenStack ocata, Ironic support portgroup which meaning bond for cloudinit. In case of using ironic through nova, the MAC address for bonded NICs of the bare metal server is populated by neutron for the VIF’s address representing this portgroup. If the MAC address can not b

[Yahoo-eng-team] [Bug 1682027] [NEW] Suse: cloud-init fails to configure network from network_data.json

2017-04-12 Thread lewis Liu
Public bug reported: When running Suse on OpenStack, cloud-init fails to configure the network from network_data.json, because there is no network renderer can be used with distro suse. https://github.com/cloud-init/cloud- init/blob/master/cloudinit/distros/sles.py ** Affects: cloud-init Im

[Yahoo-eng-team] [Bug 1682014] [NEW] network Renderer for rhel is unavailable when render bond/vlan interface.

2017-04-11 Thread lewis Liu
Public bug reported: In rhel, when use clodinit to config network from network_data.json, network renderer cann't work well when render bond or vlan. In sysconfig renderer, '_render_bond_interfaces' method has a wrong logic when type is bond,there is no 'bond-master' in iface object. apart fro