Re: [openstack-dev] [Fuel] Order of network interfaces for bootstrap nodes

2014-11-20 Thread Andrew Woodward
In order for this to occur, this means that the node has to be bootstrapped and discover to nailgun, added to a cluster, and then bootstrap again (reboot) and have the agent update with a different nic order? i think the issue will only occur when networks are mapped to the interfaces, in this

Re: [openstack-dev] [Fuel] Order of network interfaces for bootstrap nodes

2014-11-20 Thread Ryan Moe
Could this be caused by a case mismatch between the MAC address as it exists in the database and the MAC that comes from the agent? When the interfaces are updated with data from the agent we attempt to match the MAC to an existing interface (

Re: [openstack-dev] [Fuel] Order of network interfaces for bootstrap nodes

2014-11-20 Thread Dmitriy Shulyak
When the interfaces are updated with data from the agent we attempt to match the MAC to an existing interface ( https://github.com/stackforge/fuel-web/blob/master/nailgun/nailgun/network/manager.py#L682-L690). If that doesn't work we attempt to match by name. Looking at the data that comes