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:
build missing, working on it
I think https://review.opendev.org/c/openstack/tripleo-heat-templates/+/835783 should have been addressed that?
please disregard my comment