Comment 3 for bug 1513472

Revision history for this message
Aleksandr Didenko (adidenko) wrote :

Tried to reproduce on 8.0 - no luck.

First, I've tried to simulate this without templates using bond, but did not manage to reproduce the bug - list of interfaces and networks did not change on the Node, everything worked fine.

Then I tried to use template (had to update it a bit to make 8.0 and virtual lab compatible, see attachment):

List of interfaces before error:
enp0s3 [{'id': 1, 'name': u'fuelweb_admin'}, {'id': 115, 'name': u'management'}, {'id': 116, 'name': u'storage'}, {'id': 117, 'name': u'private'}]
enp0s4 [{'id': 114, 'name': u'public'}]
enp0s5 [{'id': 118, 'name': u'cluster'}]
enp0s6 []
enp0s7 []

List of interfaces after error:
enp0s3 [{'id': 1, 'name': u'fuelweb_admin'}, {'id': 115, 'name': u'management'}, {'id': 116, 'name': u'storage'}, {'id': 117, 'name': u'private'}]
enp0s4 [{'id': 114, 'name': u'public'}]
enp0s5 [{'id': 118, 'name': u'cluster'}]
enp0s6 []
enp0s7 []

List of interfaces after second deploy:
enp0s3 [{'id': 1, 'name': u'fuelweb_admin'}, {'id': 115, 'name': u'management'}, {'id': 116, 'name': u'storage'}, {'id': 117, 'name': u'private'}]
enp0s4 [{'id': 114, 'name': u'public'}]
enp0s5 [{'id': 118, 'name': u'cluster'}]
enp0s6 []
enp0s7 []

I've also compared configuration data (yamls uploaded by nailgin) on the node between those two deployment attempts, if the problem exists then those configuration should differ (different network scheme or metadata, something). But they are the same:
http://paste.openstack.org/raw/482332/

So I'm marking this as incomplete for 8.0.