Created attachment 894645[details]
engine.log
Description of problem:
When adding new host after the host installation finished, rhevm should create rhevm bridge on the host and it fails.
Version-Release number of selected component (if applicable):
rhevm-3.4.0-0.18.el6ev.noarch
How reproducible:
100%
Steps to Reproduce:
1. Add new host
2.
3.
Actual results:
Add host failed
Expected results:
Host was added
The regression caused as part of fix Bug 1085838 where the 'defaultRoute' property is being delivered to hosts with 3.4 cluster version support and above.
In order to resolve the supported cluster versions, there is a need to activate the host or to complete its installation (data retrieved from 'getCapabilities').
However in new host installation this property doesn't exist on the engine which causes the 'setup networks' command to fail.
Created attachment 894645 [details] engine.log Description of problem: When adding new host after the host installation finished, rhevm should create rhevm bridge on the host and it fails. Version-Release number of selected component (if applicable): rhevm-3.4.0-0.18.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. Add new host 2. 3. Actual results: Add host failed Expected results: Host was added