Comment 25 for bug 1583815

Revision history for this message
TatyanaGladysheva (tgladysheva) wrote :

Verified on MOS 7.0 + MU5 updates.

Bug is not reproduced on virtual environment.

Steps to verify:
1) Create env with virtual nodes, assign networks to interfaces, start deployment
2) During provisioning when node reboots, perform the following actions:
- virsh edit <slave-name>
- swap 'slot' values at interfaces (for example, for interfaces with source network 'fuel_7_admin' and 'fuel_7_public') > save changes
- virsh destroy <slave-name>
- virsh start <slave-name>
3) Wait till deployment is finished.

Actual results:
Interfaces are renamed correctly:
root@node-6:~# cat /var/log/dmesg | grep renamed
[ 4.043525] systemd-udevd[109]: renamed network interface eth0 to rename2
[ 4.044531] systemd-udevd[107]: renamed network interface eth1 to eth0
[ 4.094133] systemd-udevd[109]: renamed network interface rename2 to eth1
and then deployment is finished successfully.