Comment 0 for bug 1532124

Revision history for this message
Vasyl Saienko (vsaienko) wrote : when using 'ironic-slaves' bootstrap_nodes try to bootstra 'ironic-slave'

When using Ironic with 'ironic-slaves':

(wip-venv)vsaienko@cz5578:~/fuel-qa-master$ env |grep IRONIC
IRONIC_ENABLED=true
IRONIC_NODES_COUNT=1

bootstrap_node method (https://github.com/openstack/fuel-qa/blob/master/fuelweb_test/models/environment.py#L112) try to bootstrap 'ironic-slave' as usual fuel slave. Since 'ironic-slave' is not connected to management network it will newer appear at fuel as online. And bootstrap is failed.

https://paste.mirantis.net/show/1690/

bootstrap_node should NOT bootstrap 'ironic-slave'