Poetry deployment is too different in container than the deployment we used
before. Let's try to use `pip-3 install .` as before, thanks to PEP-517, this
should work as expected.
[PEP-517](https://peps.python.org/pep-0517/)
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Poetry creates it's own script file in /usr/local/ and the name is without .py.
Reflect that in ansible.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Documentation build needs to have Anitya package already available. Move the
build and install it before building the documentation.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
The poetry export failed to be installed by pip. Let's try to create the
requirements.txt without hashes.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
The poetry install is creating an editable installation, which is not what we
want. Let's instead use pip for installation and poetry to build the package and
create requirements.txt.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Poetry is installing wheels when available. Let's change the egg paths to
standard paths for staging.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Anitya is now using poetry instead of setup.py. This commit is doing the
necessary changes in the buildconfig to reflect this change.
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
Even though it will fail most of the time. We keep cycling in the
`cmd_list` termination loop all the time only because some of those
volumes are some inconsistent state. It is just pity to not re-deliver
the removal request (it could work, who knows).
This reverts commit 4d9a1b07d6.
The problem was a incomplete db dump, so we likely don't need this
change. It should work with a more complete db dump.
proxy01/10 get all the iad2 only traffic from the outside world,
including things like kojipkgs, oci-registry and the like. They need
larger space to keep all the logs from those.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
We don't need it for diagnosing a kernel bug any more, so take it
out of the special 'onebox' setup.
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This conditional was intended to not try and install this on rhel9, but
collectd is now available on rhel9. In addition it accidentially didn't
install it on all fedora virthosts. :(
Signed-off-by: Kevin Fenzi <kevin@scrye.com>