This removes osbs and allmost all it's associated playbooks and files.
It served long and well, but we no longer need it.
flatpaks are building with a koji-flatpak plugin.
base/minimal/toolbox containers are building with kiwi.
We aren't building any other containers right now, and we did they could
be added to kiwi.
This is the end of an era... I look with nostolga on
ansible-ansible-openshift-ansible (a role to setup ansible on a control
host and run it from our ansible).
Good bye osbs!
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This will be a temporary change from now until the F40 branching date
while we finalize preparations for CentOS Stream 10.
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Currently the latest odcs version is broken, so we don't want to
upgrade to it everytime we run the playbook. Just make sure it's
installed.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This value is mostly ignored by the application. It is included in the
Prometheus metrics to simplify calculation availability.
The default is set to 0. The number of hosts in the odcs_backend group
is used for the alternative definition in inventory.
The idea is that we will start minimal compose for every new
Koji build for package which appears in the boot.iso and therefore
can break its generation.
These composes will be built using ODCS on releng backend for now.
Signed-off-by: Jan Kaluza <jkaluza@redhat.com>
This helps in solving the openh264 mirroring and follow other fedora
composes
MM doesn't understand armv7hl and i686, we need to manually change them
everwhere without this fix
Signed-off-by: Mohan Boddu <mboddu@bhujji.com>
/srv/odcs is being set to 0770 every time the playbooks are run. This
patch changes it so that /srv/odcs is set up as 0775 and
/srv/odcs/private is set up as 0770. This should fix the problem for
future runs of the playbook.
The `--nightly` option is added automatically in recent ODCS release.
We also do not want to generate latest symlinks anymore with recent
ODCS release.