Bug 2071637

Summary: RHOSP17 Container build is failing on "Error: Unable to find a match: ovn-bgp-agent"
Product: Red Hat OpenStack Reporter: Sandeep Yadav <sandyada>
Component: distributionAssignee: Jon Schlueter <jschluet>
Status: CLOSED NEXTRELEASE QA Contact: Lon Hohberger <lhh>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 17.0 (Wallaby)CC: afazekas, apevec, bdobreli, fhubik, jjoyce, jschluet, mburns, rlandy, shrjoshi
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: ovn-bgp-agent-0.1.1-0.20220330142400.0b0fcef.el9osttrunk Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-04-27 14:36:03 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:
Bug Depends On: 2043508, 2066814    
Bug Blocks:    

Description Sandeep Yadav 2022-04-04 12:36:19 UTC
Description of problem:

RHOSP17 Container build is failing on "Error: Unable to find a match: ovn-bgp-agent"

ovn-bgp-agent-build.log
~~~
time="2022-04-02T02:38:25-04:00" level=debug msg="error building at step {Env:[PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LANG=en_US.UTF-8 container=oci] Command:run Args:[dnf install -y ovn-bgp-agent && dnf clean all && rm -rf /var/cache/dnf] Flags:[] Attrs:map[] Message:RUN dnf install -y ovn-bgp-agent && dnf clean all && rm -rf /var/cache/dnf Original:RUN dnf install -y ovn-bgp-agent && dnf clean all && rm -rf /var/cache/dnf}: error while running runtime: exit status 1"
..
.
No match for argument: ovn-bgp-agent
Error: Unable to find a match: ovn-bgp-agent

~~~


Version-Release number of selected component (if applicable):

RHOSP17 integration line

How reproducible:

Everytime


Steps to Reproduce:
1. Run command "dnf install -y ovn-bgp-agent"

~~~
$ sudo dnf install  ovn-bgp-agent
Last metadata expiration check: 0:03:41 ago on Mon 04 Apr 2022 08:24:51 AM EDT.
No match for argument: ovn-bgp-agent
Error: Unable to find a match: ovn-bgp-agent
~~~



Actual results:
ovn-bgp container build failing because of missing deps.


Expected results:
ovn-bgp container should build successfully, all the deps should be present.

Additional info:

Comment 2 Jon Schlueter 2022-04-04 14:03:32 UTC
build missing, working on it

Comment 3 Bogdan Dobrelya 2022-04-04 14:56:57 UTC
I think https://review.opendev.org/c/openstack/tripleo-heat-templates/+/835783 should have been addressed that?

Comment 4 Bogdan Dobrelya 2022-04-04 15:06:30 UTC
please disregard my comment