Hi Brian, On Fri, Jul 30, 2021 at 7:37 PM Alfredo Moralejo Alonso <amoralej@redhat.com> wrote:
On Fri, Jul 30, 2021 at 2:55 PM Brian Rosmaita <rosmaita.fossdev@gmail.com> wrote:
Does anyone have any zuul jobs running in stable/victoria that use either of these nodesets: - devstack-single-node-centos-8 - devstack-single-node-opensuse-15
I can't get devstack to complete building on either (missing package, though different for each distro). I figure that someone in openstack must have this working, given that Python 3.6 and Centos-8 and OpenSUSE-15 are listed in the Tested Runtimes for Victoria [0].
Here's the failing patch if anyone would be kind enough to point out what I'm mis-configuring:
https://review.opendev.org/c/openstack/python-cinderclient/+/800635/
In the centos-8 one i see it's trying to enable wallaby repo in centos-8 which actually should be centos-8-stream (RDO wallaby was only released for CentOS Stream 8). You may try to move the job to a centos-8-stream node.
Just to update I proposed [1] to fix use of release rpm based on release, and would request backport that to stable branches. Also devstack currently does not support CentOS8-Stream in releases before wallaby as it's missing [2], so to get jobs running on c8-stream that needs to be backported too, requested [3], RDO Train/Ussuri/Victoria supports both c8 and c8-stream.
[1] https://review.opendev.org/c/openstack/devstack/+/803039 [2] https://review.opendev.org/c/openstack/devstack/+/766366 [3] https://review.opendev.org/c/openstack/devstack/+/803023
thanks! brian
[0] https://governance.openstack.org/tc/reference/runtimes/victoria.html
Thanks and Regards Yatin Karel