Bug 1934297

Summary: openstack-os base container fails with Error: Unable to find a match: python3-pymemcache
Product: Red Hat OpenStack Reporter: wes hayutin <whayutin>
Component: python-pymemcacheAssignee: RHOS Maint <rhos-maint>
Status: CLOSED CURRENTRELEASE QA Contact: nlevinki <nlevinki>
Severity: high Docs Contact:
Priority: high    
Version: 17.0 (Wallaby)CC: apevec, jschluet, lhh, m.andre
Target Milestone: AlphaKeywords: Triaged
Target Release: 17.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: python-pymemcache-3.4.0-1.el8ost.1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-03-05 15:16:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description wes hayutin 2021-03-02 21:24:37 UTC
Description of problem:

Repo to install ansible                         1.8 MB/s | 1.3 MB     00:00    
Package iscsi-initiator-utils-6.2.0.878-5.gitd791ce0.el8.x86_64 is already installed.
No match for argument: python3-pymemcache
Error: Unable to find a match: python3-pymemcache
<snip>
all && rm -rf /var/cache/dnf}: error while running runtime: exit status 1"


https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-rhos-17/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-build-containers-ubi-8-internal-rhel-8-build-push-upload-rhos-17/233c3f0/logs/container-builds/448542c9-6ac8-498b-bc39-9d58eb8ceeb1/base/os/os-build.log


https://sf.hosted.upshift.rdu2.redhat.com/logs/openstack-periodic-rhos-17/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-build-containers-ubi-8-internal-rhel-8-build-push-upload-rhos-17/233c3f0/logs/container-builds/448542c9-6ac8-498b-bc39-9d58eb8ceeb1/base/os/Dockerfile

FROM docker-registry.upshift.redhat.com/tripleorhos-17/openstack-base:18b84fb7c0bfa303a749eb2fffab0933
RUN dnf install -y cronie iscsi-initiator-utils python3-barbicanclient python3-cinderclient python3-designateclient python3-glanceclient python3-gnocchiclient python3-ironicclient python3-keystoneclient python3-manilaclient python3-neutronclient python3-novaclient python3-octaviaclient python3-openstackclient python3-swiftclient python3-zaqarclient python3-pymemcache && dnf clean all && rm -rf /var/cache/dnf