enable_ssh_admin workflow fails if there are any failed servers in nova
Bug #1749450 reported by
Brent Eagles
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Brent Eagles |
Bug Description
The get_servers task uses the mistral nova.servers_list action that returns all of the nodes in the overcloud. If something failed to provision/startup but there were enough nodes to continue deployment then the task will fail because the failed node will be included in the query results. The failed node will probably not have control plane IP address so attempting to access it breaks the YAQL expression.
Changed in tripleo: | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Brent Eagles (beagles) |
milestone: | none → queens-rc1 |
Changed in tripleo: | |
status: | Triaged → In Progress |
Changed in tripleo: | |
milestone: | queens-rc1 → rocky-1 |
Changed in tripleo: | |
milestone: | rocky-1 → rocky-2 |
Changed in tripleo: | |
milestone: | rocky-2 → rocky-3 |
Changed in tripleo: | |
milestone: | rocky-3 → rocky-rc1 |
Changed in tripleo: | |
milestone: | rocky-rc1 → stein-1 |
Changed in tripleo: | |
milestone: | stein-1 → stein-2 |
Changed in tripleo: | |
milestone: | stein-2 → stein-3 |
Changed in tripleo: | |
milestone: | stein-3 → stein-rc1 |
Changed in tripleo: | |
milestone: | stein-rc1 → train-1 |
Changed in tripleo: | |
milestone: | train-1 → train-2 |
Changed in tripleo: | |
milestone: | train-2 → train-3 |
Changed in tripleo: | |
milestone: | train-3 → ussuri-1 |
Changed in tripleo: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Proposed patch: /review. openstack. org/#/c/ 539245/
https:/