There are quite a few things we need to get this to work. I'll list them out and we'll go from there:
[ ] Needs pungi installed
[ ] Needs [bodhi_koji] profile for bodhi to use to talk to koji. This is the one for stage.
$ cat /etc/koji.conf.d/bodhi.conf [bodhi_koji] server = https://koji.stg.fedoraproject.org/kojihub weburl = https://koji.stg.fedoraproject.org/koji topurl = https://kojipkgs.fedoraproject.org/ anon_retry = true krb_rdns = false authtype = kerberos principal = bodhi/bodhi.stg.fedoraproject.org keytab = /etc/krb5.bodhi_bodhi.stg.fedoraproject.org.keytab
-
[ ] Stage needs /mnt/koji/ nfs mount: 10.5.126.87:/mnt/fedora_koji /mnt/fedora_koji nfs4 rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4 0 0. prod also needs this mount, but not sure if it is already mounted there or not ( I don't have access to prod)
10.5.126.87:/mnt/fedora_koji /mnt/fedora_koji nfs4 rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=4 0 0
[ ] we'll need to update a few variables in production.ini mash_dir, mash_stage_dir, use_pungi_in_bodhi. There will be some others pending the outcome of the open pull request.
mash_dir
mash_stage_dir
use_pungi_in_bodhi
FYI, @dustymabe, I haven't done any of these things yet. I backed off of the Bodhi deployment when I learned the server sig and council were changing the schedule details for the Modular F27 Server.
@ralph, but you need some of the same things to happen, yes?
I do. :)
FWIW, I think issues 2 and 3 are already handled. Bodhi can already talk to koji - it has for quite some time. And Bodhi also has /mnt/koji mounted.. and has for quite some time.
issue #2 is to create a profile for bodhi to talk to koji - maybe it is jus the case that it isn't done on stage
issue #3 is for stage only
actually I think this was more related to the fact that the machine does have a keytab to talk to koji, but there was just no koji profile that existed. The pungi configs we are using specify a koji profile to use, so we need one to exist. Maybe this already exists on prod and not in stage.
Metadata Update from @puiterwijk: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
This has been resolved, and the new Bodhi is live in both stg and prod.
Login to comment on this ticket.