cloud-init should support config bond mac address
Bug #1682064 reported by
lewis Liu
This bug affects 5 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cloud-init |
Fix Released
|
Medium
|
Unassigned | ||
cloud-init (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
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 be configured, the bare metal server will not be able to get ip via DHCP
References:
http://
https:/
Related branches
~raharper/cloud-init:ubuntu/devel/newupstream-20180914.2
- Server Team CI bot: Approve (continuous-integration)
- Chad Smith: Pending requested
-
Diff: 93 lines (+27/-5)4 files modifiedcloudinit/sources/helpers/openstack.py (+2/-0)
debian/changelog (+8/-0)
tests/unittests/test_datasource/test_configdrive.py (+5/-1)
tools/ds-identify (+12/-4)
~fabian-wiesel/cloud-init:bugfix1682064
- Server Team CI bot: Approve (continuous-integration)
- Scott Moser: Approve
-
Diff: 44 lines (+7/-1)2 files modifiedcloudinit/sources/helpers/openstack.py (+2/-0)
tests/unittests/test_datasource/test_configdrive.py (+5/-1)
To post a comment you must log in.
@Lewis, how did you fix your issue with cloud-init ?
Right now, we are using an external service to apply the MAC address on the bond got from the network_info.json but as you mentionned it would be nice to have that handle by cloud-init.