Comment 0 for bug 1272803

Revision history for this message
Robert Collins (lifeless) wrote : testenv nodes will drop off network eventually

Several issues:
a) eth2 is still trying to dhcp (thats dhcp-all-interfaces)
  this ends up putting the tripleo-bm-test ip on eth2 - oops

b) the undercloud network address on br-ctlplane is dhcp allocated, but when that bridge dhcps it gets the tripleo-bm-test ip not the undercloud address, leading to not being accessible from the undercloud control plane, and being unable to update metadata.

a) we need to fix generally anyhow, its possibly already registered as a bug

b) we might be able to add an alias with a custom MAC for this, or possibly just register the IP with a custom mac and apply it ourselves.

b) is critical because when these drop-off the network, all tests fail.