Created attachment 1737524 [details] used the "openshift-baremetal-install gather bootstrap.." to gather the logs from the bootstrap VM Description of problem: trying to install openshift 4.6.6 over bare metal, and ironic fails with the following error: DEBUG module.masters.ironic_deployment.openshift-master-deployment[0]: Still creating... [30s elapsed] ERROR ERROR Error: cannot go from state 'deploy failed' to state 'manageable' ERROR ERROR on ../../tmp/openshift-install-964686776/masters/main.tf line 38, in resource "ironic_deployment" "openshift-master-deployment": ERROR 38: resource "ironic_deployment" "openshift-master-deployment" { ERROR ERROR ERROR ERROR Error: cannot go from state 'deploy failed' to state 'manageable' ERROR ERROR on ../../tmp/openshift-install-964686776/masters/main.tf line 38, in resource "ironic_deployment" "openshift-master-deployment": ERROR 38: resource "ironic_deployment" "openshift-master-deployment" { ERROR ERROR ERROR ERROR Error: cannot go from state 'deploy failed' to state 'manageable' ERROR ERROR on ../../tmp/openshift-install-964686776/masters/main.tf line 38, in resource "ironic_deployment" "openshift-master-deployment": ERROR 38: resource "ironic_deployment" "openshift-master-deployment" { ERROR ERROR FATAL failed to fetch Cluster: failed to generate asset "Cluster": failed to create cluster: failed to apply Terraform: failed to complete the change ------------ After we failed to install openshift4.6, we used the same guide but for Openshift 4.5.20, and we successfully installed this version. (this guide: https://openshift-kni.github.io/baremetal-deploy/4.5/Troubleshooting.html) with no additional changes to the infrastructure or the node. Version-Release number of selected component (if applicable): OpenShift 4.6.6 How reproducible: We followed this installation process: https://openshift-kni.github.io/baremetal-deploy/4.6/Deployment.html Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
A bug in the eventlet package used by the ironic IPA images is preventing installation, and unfortunately 4.6.6 and 4.6.7 are both broken. You can deploy with an earlier release. This should be fixed and shipped with 4.6.8. *** This bug has been marked as a duplicate of bug 1899190 ***