I was assuming Bodhi queried on "fedora-rawhide" for Rawhide
updates, but it seems it does not, it queries on "fedora-35" (or
whatever the release number is). We do not want to apply the
gating to Rawhide updates ATM, as openQA does not test them.
So unfortunately we'll need to hand-tend this list unless I can
think of a better approach.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
Per the following error:
fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "instance_initiated_shutdown_behavior=stop is not supported for spot instances."}
odcs just links to the packages in a compose on the /mnt/koji volume
with relative symlinks. ie (
../../../../../../../../mnt/koji/packages/zip/3.0/28.eln109/data/signed/9867c58f/x86_64/zip-3.0-28.eln109.x86_64.rpm
)
Change odcs on download servers to mount on /mnt like koji and then tell
rsync to chroot at /mnt, so it can follow those links and copy the file
from koji volume.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
Note: there are still some calls here in old fas in openshift, but we
will remove those when we remove old fas (likely as soon as zodbot is
ported over to noggin).
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This is the threads that are doing deletes of repos. Since we have so
many repos, lets increase the delete threads as well so it can hopefully
keep up.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This should allow folks in the sysadmin group to read (but not write)
the rbac-playbook config. This should allow folks to more easily tell
who is granted rights to run some playbook.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
packages-static: add solr gid to supplementalGroups
packages-static: delete solr playbook
packages-static: change old solr configmap names
fedora-packages: move solr files to old folder
No idea why Ansible thinks it should be here
packages-static: move solr start
Disable these until we sort out the ostree repo issues in releng 10114.
Please check with me before re-enabling. :)
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
The new celery version wants -A as a global option, then command, so
make it happy and re-arrange the service file.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>