Inability to add nova-compute host to os-aggregate
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Landscape Server |
Fix Released
|
High
|
Andreas Hasenack | ||
Release-31 |
Fix Released
|
High
|
Andreas Hasenack | ||
nova-compute (Juju Charms Collection) |
Fix Released
|
High
|
Liam Young |
Bug Description
From the Landscape Autopilot dashboard, we see a POST request for http://
Nov 3 21:56:43 job-handler-1 INFO Traceback (failure with no frames): <class 'canonical.
This issue reflects that newton didn't get registered as a compute node for some reason.
4 node cloud deployment swift/iscsi using ohm, pascal, tesla and newton
# Missing hostnames for newton and tesla in nova host-list
csmith@downtown:~$ nova host-list
+------
| host_name | service | zone |
+------
| juju-machine-
| juju-machine-
| juju-machine-
| pascal | compute | region1-1 |
| ohm | compute | region1-1 |
+------
Expected values would contain all compute hosts listed in nova host-list
# Successful from a comparable deployment that contains 4 compute nodes.
csmith@downtown:~$ nova host-list
+------
| host_name | service | zone |
+------
| juju-machine-
| juju-machine-
| juju-machine-
| elkhart | compute | region1-1 |
| sekine | compute | region1-1 |
| darby | compute | region1-1 |
| albany | compute | region1-4 |
+------
Related branches
- Billy Olsen: Approve
-
Diff: 132 lines (+46/-13)2 files modifiedhooks/nova_compute_context.py (+10/-1)
unit_tests/test_nova_compute_contexts.py (+36/-12)
- Liam Young (community): Approve
-
Diff: 132 lines (+46/-13)2 files modifiedhooks/nova_compute_context.py (+10/-1)
unit_tests/test_nova_compute_contexts.py (+36/-12)
Changed in landscape: | |
importance: | Undecided → Medium |
summary: |
- Inability to add missing host to os-aggregate + Inability to add nova-compute host to os-aggregate |
tags: | added: kanban-cross-team nova-compute |
information type: | Proprietary → Public |
affects: | landscape → nova-compute (Juju Charms Collection) |
description: | updated |
tags: | removed: kanban-cross-team |
tags: |
added: landscape removed: nova-compute |
description: | updated |
Changed in nova-compute (Juju Charms Collection): | |
importance: | Medium → High |
Changed in nova-compute (Juju Charms Collection): | |
assignee: | nobody → Liam Young (gnuoy) |
Changed in nova-compute (Juju Charms Collection): | |
status: | New → In Progress |
Changed in nova-compute (Juju Charms Collection): | |
status: | In Progress → Fix Committed |
milestone: | none → 16.01 |
tags: | added: backport-potential |
Changed in nova-compute (Juju Charms Collection): | |
status: | Fix Committed → Fix Released |
Changed in landscape: | |
status: | New → Fix Committed |
importance: | Undecided → High |
assignee: | nobody → Andreas Hasenack (ahasenack) |
milestone: | none → 15.12 |
Changed in landscape: | |
status: | Fix Committed → Fix Released |
OSA logs from the failed deployment. Deployment is still up for additional debugging in bstack