Comment 4 for bug 1649124

Revision history for this message
David Hill (david-hill-ubisoft) wrote :

Please note that the undercloud deploys alright but this issue prevents nova from being able to find a valid host to deploy baremetal as per this heat logs:

2016-12-13 18:15:08Z [overcloud.Compute.0.NovaCompute]: CREATE_IN_PROGRESS state changed
2016-12-13 18:15:14Z [overcloud.Controller.1.Controller]: CREATE_FAILED ResourceInError: resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:14Z [overcloud.Controller.0.Controller]: CREATE_FAILED ResourceInError: resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:14Z [overcloud.Controller.1]: CREATE_FAILED Resource CREATE failed: ResourceInError: resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:14Z [overcloud.Controller.0]: CREATE_FAILED Resource CREATE failed: ResourceInError: resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:14Z [overcloud.Controller.1]: CREATE_FAILED ResourceInError: resources[1].resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:15Z [overcloud.Controller.0]: CREATE_FAILED CREATE aborted
2016-12-13 18:15:15Z [overcloud.Controller.2]: CREATE_FAILED CREATE aborted
2016-12-13 18:15:15Z [overcloud.Controller]: CREATE_FAILED Resource CREATE failed: ResourceInError: resources[1].resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:16Z [overcloud.Controller]: CREATE_FAILED ResourceInError: resources.Controller.resources[1].resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"
2016-12-13 18:15:17Z [overcloud.Compute]: CREATE_FAILED CREATE aborted
2016-12-13 18:15:17Z [overcloud]: CREATE_FAILED Resource CREATE failed: ResourceInError: resources.Controller.resources[1].resources.Controller: Went to status ERROR due to "Message: No valid host was found. There are not enough hosts available., Code: 500"

Please note that when manually starting neutron-openvswitch-agent seems to fix this issue ...