Bug 1652784
| Summary: | Failed Controller node is not getting removed from nova and stack deployment fails. | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | rohit londhe <rlondhe> |
| Component: | rhosp-director | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | Gurenko Alex <agurenko> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 12.0 (Pike) | CC: | berrange, dasmith, dbecker, eglynn, emacchi, jhakimra, kchamart, mburns, morazi, mschuppe, rhos-maint, rlondhe, sbauza, sgordon, vromanso |
| Target Milestone: | --- | Keywords: | Triaged, ZStream |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-11-28 12:18:52 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
rohit londhe
2018-11-23 02:32:02 UTC
Hello team, Can we have an update here? I was reviewing the BZ information again and the step which is failing is the
unregister from Satellite, not the delete from nova as the BZ description
says.
{
"status": "FAILED",
"server_id": "e492fe24-7462-4107-be28-af9f41263fab",
"config_id": "dbf136da-dbb2-454a-8db5-35d3c8a312f7",
"output_values": null,
"creation_time": "2018-10-31T15:07:09Z",
"updated_time": "2018-11-02T14:03:18Z",
"input_values": {
"REG_METHOD": "satellite"
},
"action": "DELETE",
"status_reason": "Deployment cancelled.",
"id": "3a965793-bb1b-4a1b-9b52-b2f135edab11"
}
# openstack stack failures list --long overcloud
overcloud.Controller.0.NodeExtraConfig.RHELUnregistrationDeployment:
resource_type: OS::Heat::SoftwareDeployment
physical_resource_id: 3a965793-bb1b-4a1b-9b52-b2f135edab11
status: DELETE_FAILED
status_reason: |
DELETE aborted
deploy_stdout: |
None
deploy_stderr: |
None
The unregister is a step running on the node, which now fails as it is in broken state.
[1] describes a way to signal that to the RHELUnregistrationDeployment resource that it
finished.
[1] https://access.redhat.com/solutions/2260561
|