tmt virtual provision broken because of oraculum not working #13390
Labels
No labels
announcement
anubis
authentication
aws
backlog
blocked
bodhi
ci
cloud
communishift
copr
database
day-to-day
dc-move
deprecated
dev
discourse
dns
downloads
easyfix
epel
firmitas
forgejo_migration
Gain
High
Gain
Low
Gain
Medium
gitlab
greenwave
hardware
help wanted
high-trouble
koji
koschei
lists
low-trouble
medium-trouble
mirrorlists
monitoring
Needs investigation
odcs
OpenShift
ops
outage
packager_workflow_blocker
pagure
permissions
Priority
Needs Review
Priority
Next Meeting
Priority
🔥 URGENT 🔥
Priority
Waiting on Assignee
Priority
Waiting on External
Priority
Waiting on Reporter
rabbitmq
release-monitoring
releng
request-for-resources
s390x
security
SMTP
sprint-0
sprint-1
src.fp.o
staging
unfreeze
waiverdb
websites-general
wiki
Backlog Status
Needs Review
Backlog Status
Ready
chore
documentation
points
01
points
02
points
03
points
05
points
08
points
13
Priority
High
Priority
Low
Priority
Medium
Sprint Status
Blocked
Sprint Status
Done
Sprint Status
In Progress
Sprint Status
Review
Sprint Status
To Do
Technical Debt
Work Item
Bug
Work Item
Epic
Work Item
Spike
Work Item
Task
Work Item
User Story
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
infra/tickets#13390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description of request
Seems that oraculum is not working. This breaks
virtualprovision plugin intmt. Steps to reproduce:This is currently blocking the
tmt-1.75release.Related: apps/oraculum#223
Related snipped from the
testcloudcode:The url is not working:
I'm already working on this, the issue is caused by redis deployment, which was updated 2 days ago and started failing on permission issue, which is reported here. I tried to revert to previous redis container version, but it's failing on docker ratelimit, which is reset every 6 hours.
I currently thinking of building fedora based container for redis for oraculum to just not be blocked by docker.io in the future.
So I used the flatpak-indexer build of redis based on Fedora.
The changes could be found in these two ansible commits:
And the oraculum is running again.
I got confirmed that this is working now for Fedora QE. Closing the ticket.
You may want to consider using bodhi for this information? (but it has it's own tradeoffs I suppose).
I believe currently that info ultimately comes from fedfind, see here. fedfind itself sources the info from https://fedorapeople.org/groups/qa/metadata/release.json which we update by hand, so there's kinda a lot of moving parts to turn one JSON file into another there :D But it's probably okay.
The difference between fedfind and Bodhi as a source of truth here is more or less that we mark releases as stable in the fedfind metadata later. We flip the release to 'current' in Bodhi shortly after the Go decision. We move the release to 'stable' in the fedfind metadata only on public release day. So if you have a specific preference for either point in your code, that determines the source-of-truth you should pick. If it doesn't much matter, pick either. I would previously have said Bodhi is somewhat more likely to be promptly updated if you don't have a preference, but we've updated a lot of SOPs lately to say "...and update the fedfind metadata!" so it should get updated pretty reliably now.