Keystone register.yml task errors during deploy on existing environment
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Mark Goddard | ||
Queens |
Fix Released
|
Medium
|
Mark Goddard | ||
Rocky |
Fix Released
|
Medium
|
Mark Goddard | ||
Stein |
Fix Released
|
Medium
|
Mark Goddard | ||
Train |
Fix Released
|
Medium
|
Mark Goddard |
Bug Description
While running a deploy on an existing 7.0.0.0rc3devXX environment (which includes a "reconfigure" since that just calls deploy.yml), this task errors:
TASK [keystone : Creating admin project, user, role, service, and endpoint] *******
task path: /usr/share/
fatal: [controller001]: FAILED! => {"msg": "The conditional check '(keystone_
It appears that the include statement here:
https:/
does not get run, so the keystone_bootstrap stdout is never generated.
At least that is my first guess. :)
Eric
Changed in kolla-ansible: | |
status: | New → Confirmed |
Changed in kolla-ansible: | |
assignee: | nobody → Mark Goddard (mgoddard) |
status: | Confirmed → In Progress |
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
Changed in kolla-ansible: | |
assignee: | Mark Goddard (mgoddard) → Radosław Piliszek (yoctozepto) |
Changed in kolla-ansible: | |
status: | Fix Committed → Fix Released |
I missed that the "failed_when" line was referring to the "register" variable in this task - so it is NOT related to the bootstrap.yml file I mentioned.
So, something in the docker exec statement failed. I'll re-run with -vvv to see if I can get the output from the command (I only had -vv this last run).
Eric