OSP-16 standalone/multinode jobs fail to install packages due to CentOS deps that install openvswitch

Bug #1869412 reported by Ronelle Landy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tripleo
Incomplete
High
Ronelle Landy

Bug Description

https://opendev.org/zuul/zuul-jobs/commit/c4c69586223ecc49e3986a5e82d7090e8f6622e7 - causes centos8-master/deps to be installed on RHEL 8 CI nodepool nodes when the multinode bridge role is used. This happens during multinode jobs, and all jobs that parent off multinode (including standalone).

When testing OSP-16 on RHEL 8, the jobs fail at installing packages due to a package conflict:

2020-03-26 21:42:31 | RHOS-16.0-patched-images 58 B/s | 300 B 00:05
2020-03-26 21:42:31 | Failed to download metadata for repo 'rhelosp-16.0-patched-images'
2020-03-26 21:42:32 | Ignoring repositories: rhelosp-16.0-patched-images
2020-03-26 21:42:32 | Last metadata expiration check: 0:02:21 ago on Thu 26 Mar 2020 09:40:11 PM EDT.
2020-03-26 21:42:32 | Error:
2020-03-26 21:42:32 | Problem: package python3-neutron-lib-1.29.1-0.20200221225611.4ef4b71.el8ost.noarch requires python3-os-ken >= 0.3.0, but none of the providers can be installed
2020-03-26 21:42:32 | - package openstack-heat-common-1:13.0.1-0.20200310133810.8fc8034.el8ost.noarch requires python3-neutron-lib, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-os-ken-0.4.1-0.20200221164913.8f7851a.el8ost.noarch requires python3-openvswitch, but none of the providers can be installed
2020-03-26 21:42:32 | - package openstack-heat-api-1:13.0.1-0.20200310133810.8fc8034.el8ost.noarch requires openstack-heat-common = 1:13.0.1-0.20200310133810.8fc8034.el8ost, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-rhosp-openvswitch-2.11-0.6.el8ost.noarch requires python3-openvswitch2.11, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-tripleoclient-heat-installer-12.3.2-0.20200324115456.7f4622d.el8ost.noarch requires openstack-heat-api >= 11.0.0, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-9.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-9.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-14.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-14.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-18.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-18.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-21.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-21.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-26.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-26.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-35.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-35.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-openvswitch2.11-2.11.0-48.el8fdp.x86_64 requires openvswitch2.11 = 2.11.0-48.el8fdp, but none of the providers can be installed
2020-03-26 21:42:32 | - package python3-tripleoclient-12.3.2-0.20200324115456.7f4622d.el8ost.noarch requires python3-tripleoclient-heat-installer, but none of the providers can be installed
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-9.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-14.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-18.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-21.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-26.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-35.el8fdp.x86_64
2020-03-26 21:42:32 | - installed package rdo-openvswitch-2.12-1.el8.noarch obsoletes openvswitch2.11 < 2.12 provided by openvswitch2.11-2.11.0-48.el8fdp.x86_64
2020-03-26 21:42:32 | - conflicting requests
2020-03-26 21:42:32 | - problem with installed package rdo-openvswitch-2.12-1.el8.noarch
2020-03-26 21:42:32 | (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

For standalone jobs, there is a workaround as the bridge is not actually used. The openvswitch packages can be deleted before rhos-related repos are installed.

For mulinode jobs, this above workaround is not possible as the bridge is actually used.

Ronelle Landy (rlandy)
Changed in tripleo:
assignee: nobody → Ronelle Landy (rlandy)
milestone: none → ussuri-3
status: New → Triaged
importance: Undecided → High
Revision history for this message
Ronelle Landy (rlandy) wrote :
Changed in tripleo:
status: Triaged → In Progress
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-3 → ussuri-rc3
wes hayutin (weshayutin)
Changed in tripleo:
milestone: ussuri-rc3 → victoria-1
Changed in tripleo:
milestone: victoria-1 → victoria-3
Changed in tripleo:
milestone: victoria-3 → wallaby-1
Changed in tripleo:
milestone: wallaby-1 → wallaby-2
Changed in tripleo:
milestone: wallaby-2 → wallaby-3
Changed in tripleo:
milestone: wallaby-3 → wallaby-rc1
Changed in tripleo:
milestone: wallaby-rc1 → xena-1
Revision history for this message
Marios Andreou (marios-b) wrote :

This is an automated action. Bug status has been set to 'Incomplete' and target milestone has been removed due to inactivity. If you disagree please re-set these values and reach out to us on freenode #tripleo

Changed in tripleo:
milestone: xena-1 → none
status: In Progress → Incomplete
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.