Nova cells deployment broken
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Triaged
|
Medium
|
Unassigned | ||
Train |
New
|
Medium
|
Unassigned | ||
Ussuri |
New
|
Medium
|
Unassigned | ||
Victoria |
New
|
Medium
|
Unassigned | ||
Wallaby |
Triaged
|
Medium
|
Unassigned |
Bug Description
Seen in stable/ussuri:
When deploying an environment with multiple cells, some tasks fail to run correctly. For example this task should only run once, but instead runs against a top level controller and a cell controller which then both delegate to the same host causing a failure.
```
TASK [nova-cell : Get a list of existing cells] *******
fatal: [os-ctrl01 -> 10.188.1.50]: FAILED! => {"changed": false, "failed_
, "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []}
ok: [os-cellctrl01 -> 10.188.1.50]
```
This appears to be a regression caused by refactoring in:
https:/
If that patch is reverted, then the cells deployment proceeds as normal.
description: | updated |
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Weird, because I have managed to run the cells CI job successfully pretty recently (even with ProxySQL shards! lol) in https:/ /review. opendev. org/c/openstack /kolla- ansible/ +/770621.
Perhaps it's, as you briefly mentioned, the effect of task delegation which can go wrong depending on your inventory.
Could you share the relevant parts of yours?
It likely differs from CI.