[cinder][qa][devstack][ci] need help running centos-8/opensuse-15 on stable/victoria
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/ thanks! brian [0] https://governance.openstack.org/tc/reference/runtimes/victoria.html
On 2021-07-30 08:49:04 -0400 (-0400), Brian Rosmaita 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 [...]
The openstack/devstack repository stable/victoria branch runs jobs devstack-platform-centos-8 and devstack-platform-centos-15 in check but they're both non-voting and failing currently from what I can see. Maybe someone from the QA team can speak to this. If memory serves, we added those platforms to the PTI because other non-DevStack jobs were running on them (TripleO and... Kolla maybe?), not because anyone ever really got DevStack jobs working on them reliably. -- Jeremy Stanley
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.
thanks! brian
[0] https://governance.openstack.org/tc/reference/runtimes/victoria.html
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
---- On Fri, 30 Jul 2021 09:19:13 -0500 Yatin Karel <ykarel@redhat.com> wrote ----
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.
I think this is something to fix, there might be more issue but we can see if once this is fixed.
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.
c8-stream is in testing runtime from Xena release(current) and wallaby or older support centos8 only and I do not think we need to backport and support c8-stream in stable branch. I think once you try 803039 in stable then we can see if tht fixes the issue. -gmann
[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
On Friday, 30 July 2021 18:44:01 CEST Ghanshyam Mann wrote:
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. I think this is something to fix, there might be more issue but we can see if once this is fixed.
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. c8-stream is in testing runtime from Xena release(current) and wallaby or
---- On Fri, 30 Jul 2021 09:19:13 -0500 Yatin Karel <ykarel@redhat.com> wrote ---- older support centos8 only and I do not think we need to backport and support c8-stream in stable branch. I think once you try 803039 in stable then we can see if tht fixes the issue.
I think at least Wallaby and Victoria may deserve an exception, as CentOS Linux 8 (non stream) will go out of support before they move to Extended Maintenance. -- Luigi
---- On Fri, 30 Jul 2021 12:05:54 -0500 Luigi Toscano <ltoscano@redhat.com> wrote ----
On Friday, 30 July 2021 18:44:01 CEST Ghanshyam Mann wrote:
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. I think this is something to fix, there might be more issue but we can see if once this is fixed.
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. c8-stream is in testing runtime from Xena release(current) and wallaby or
---- On Fri, 30 Jul 2021 09:19:13 -0500 Yatin Karel <ykarel@redhat.com> wrote ---- older support centos8 only and I do not think we need to backport and support c8-stream in stable branch. I think once you try 803039 in stable then we can see if tht fixes the issue.
I think at least Wallaby and Victoria may deserve an exception, as CentOS Linux 8 (non stream) will go out of support before they move to Extended Maintenance.
Yeah, if current centos8 does not work on EM branch and if centos8 is EOL then it make sense to remove the job in EM gate. -gmann
-- Luigi
---- On Fri, 30 Jul 2021 07:49:04 -0500 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/
It seems both are failing in devstack gate too. in centos8 job i see failure it 'Package 'python3-libvirt' not found.' which is added in https://review.opendev.org/c/openstack/devstack/+/801435 but if you before this patch also this job was failing so it is not know what are all error it has. Yes, it is in our testing runtime and we should fix these. If anyone can spend time to check all the issues and make it green, we can merge them quickly. - https://zuul.opendev.org/t/openstack/build/878a9f0e2ef8409391c8c7b7aabf419f/... - https://zuul.opendev.org/t/openstack/build/9500d29805544acd82bd67e253fda6eb/... -gmann
thanks! brian
[0] https://governance.openstack.org/tc/reference/runtimes/victoria.html
participants (6)
-
Alfredo Moralejo Alonso
-
Brian Rosmaita
-
Ghanshyam Mann
-
Jeremy Stanley
-
Luigi Toscano
-
Yatin Karel