- remove osbs-master and osbs-node playbooks
- add osbs production hosts to osbs-cluster playbook
- migrate osbs production buildroot Dockerfile to j2 template
(like we have in staging)
- add infrastructure repo to buildroot dir and Dockerfile
Signed-off-by: Adam Miller <admiller@redhat.com>
- Remove osbs-client from koji-hub, no longer needed
- Set site-specific OSBS plugins config
- Remove atomic-reactor.tar.gz hardlinking for docker, no longer
needed
- Update osbs/atomic-reactor buildroot to user RPM version of
atomic-reactor and not source shipped with RPM (fixed issue
so this works now)
Signed-off-by: Adam Miller <admiller@redhat.com>
This adopts https://pagure.io/quick-fedora-mirror/pull-request/27
and adapts to it, so we get `imagelist` files rather than
`filterlist` files (see recent commits for this). The rationale
is more fully explained in that PR (and in PR #26 also) - on
further inspection it turns out that we have to filter out an
awful lot of extensions to create small filterlists for all
three modules, and I'm worried that other file extensions may
appear in the future and cause the filterlists to suddenly get
bigger again. Instead, we have create-filelist use the productmd
constant that defines valid image formats, and only include files
that match those formats in the list. The downside of this
approach is we have to ensure productmd on all the systems that
run `create-filelist` is kept up to date if the list of valid
image formats changes.
This is a tiny change to the previous commit to just filter
png and jpg files too, as alt has tons of pngs. Will send a
PR for upstream create-filelist.
This adds `filterlist` files alongside the `fullfilelist` and
`fullfiletimelist` files. These are much, much shorter lists
which skip the entries for packages, ARM device tree boot files
and directories. They are intended for consumption by fedfind,
so it can stop using rync scraping to discover the image files
it looks for. To enable this, we update to a newer version of
`create-filelist` from upstream `quick-fedora-mirror` and make
`update-fullfiletimelist` create the filterlist files as well.
We also delete a couple of old copies of `create-filelist`;
nirik made the two roles that use it share a common copy a few
months back, but missed deleting the copy each role had in its
`files` directory.
There is nothing in system-auth that we don't have in the pam module,
so this should allow us to remove pam_unix just fine.
Currently only for stg.
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>