devstack jobs failing zuul during glance DB initialization
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| StarlingX |
Critical
|
Al Bailey |
Bug Description
STX config devstack zuul job is failing when it sets up glance.
This is blocking all commits to that repo. it will also block all cherry-picks to the R2.0 branch.
Here is the sample Zuul output
File "/opt/stack/
metadata_
File "/usr/local/
return self._execute_
File "/usr/local/
parameters,
File "/usr/local/
e, statement, parameters, cursor, context
File "/usr/local/
util.
File "/usr/local/
reraise(
File "/usr/local/
cursor, statement, parameters, context
File "/usr/local/
cursor.
DBError: (psycopg2.
LINE 1: select meta_data from image_locations where INSTR(meta_data,...
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
[SQL: select meta_data from image_locations where INSTR(meta_data, '"backend":') > 0]
(Background on this error at: http://
This review recently merged which does not seem to work with our
devstack configuration.
https:/
Al Bailey (albailey1974) wrote : | #1 |
Ghada Khalil (gkhalil) wrote : | #2 |
Marking as stx.2.0 / critical given that this is preventing code merges to stx-config
Changed in starlingx: | |
importance: | Undecided → Critical |
tags: | added: stx.2.0 stx.zuul |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit edec811bef0eb4e
Author: Al Bailey <email address hidden>
Date: Thu Aug 15 10:28:11 2019 -0500
Remove devstack from zuul for config due to glance issues
It looks like devstack zuul is failing when it sets up glance.
This review recently merged which does not seem to work with our
devstack configuration.
https:/
Removing this devstack job from zuul. It can be re-enabled if
the compatability issues between our environment and glance
are resolved.
Change-Id: I0da7fbbef6a6ab
Closes-Bug: 1840292
Signed-off-by: Al Bailey <email address hidden>
Changed in starlingx: | |
status: | New → Fix Released |
Changed in starlingx: | |
assignee: | nobody → Al Bailey (albailey1974) |
Al Bailey (albailey1974) wrote : | #4 |
I believe that these 3 repos are also broken, because they also enable glance because their devstack zuul job has a parent flock-devstack-
- ha
- metal
- integ
However other repos (like fault) are not broken because they have a parent devstack zuul job of
flock-devstack-
I will convert those other 3 repos to be flock-devstack-
If we decide to re-enable config, it should also be converted to flock-devstack-
Fix proposed to branch: master
Review: https:/
Fix proposed to branch: master
Review: https:/
Al Bailey (albailey1974) wrote : | #7 |
integ is not affected.
HA review is here: https:/
Metal review is here: https:/
Al Bailey (albailey1974) wrote : | #8 |
It looks like these will not need to be cherry picked to the R2 branch.
Commits in the R2 branch are skipping their devstack zuul jobs already, due to something in how the job or role has been declared.
Ghada Khalil (gkhalil) wrote : | #9 |
Removing the stx.2.0 label based on Al's note above that this issue doesn't impact the r/stx.2.0 release branch
tags: |
added: stx.3.0 removed: stx.2.0 |
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit d7dc7b1eaaf8c2b
Author: Al Bailey <email address hidden>
Date: Thu Aug 15 13:43:27 2019 -0500
Fixing failing devstack zuul job
The glance devstack plugin is not working for us,
and is not needed for our devstack to work, so updating
the zuul job to use the "min" devstack version that is used
by other repos such as 'fault' and avoid setting up the
glance devstack plugin altogether.
Change-Id: Id16671961e1096
Partial-Bug: 1840292
Signed-off-by: Al Bailey <email address hidden>
Reviewed: https:/
Committed: https:/
Submitter: Zuul
Branch: master
commit 5b9ae3a5ff8bda4
Author: Al Bailey <email address hidden>
Date: Thu Aug 15 13:50:14 2019 -0500
Fixing failing devstack zuul job
The glance devstack plugin is not working for us,
and is not needed for our devstack to work, so updating
the zuul job to use the 'min' devstack version that is used
by other repos such as 'fault' and avoid setting up the
glance devstack plugin altogether.
Change-Id: Ibad252c69c19d4
Partial-Bug: 1840292
Signed-off-by: Al Bailey <email address hidden>
The attempt at just removing nova/neutron from the requirements did not work.
New Review is up which removes the devstack job from zuul altogether /review. opendev. org/#/c/ 676719/
https:/