Bug 2054776

Summary: No package availables for RHEL docker image
Product: Red Hat OpenStack Reporter: Adrian Fusco Arnejo <afuscoar>
Component: openstack-manila-uiAssignee: Adrian Fusco Arnejo <afuscoar>
Status: CLOSED UPSTREAM QA Contact: nlevinki <nlevinki>
Severity: unspecified Docs Contact: ndeevy <ndeevy>
Priority: unspecified    
Version: 17.0 (Wallaby)CC: apevec, gouthamr, hguemar, lhh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-02-28 07:39:19 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 Adrian Fusco Arnejo 2022-02-15 16:56:11 UTC
Description of problem:

There are some packages not available in the docker RHEL image running for the build.

The packages indicated in the bindep file after the `# Dependency for pdf document generation` comment are for Ubuntu distribution: https://opendev.org/openstack/manila-ui/src/branch/master/bindep.txt

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

How reproducible: 100%


Steps to Reproduce:
1. Launch the job

Actual results:

```
2022-02-15 15:19:52.366770 | TASK [Install distro packages from bindep]
2022-02-15 15:19:57.290072 | container | ERROR
2022-02-15 15:19:57.290533 | container | {
2022-02-15 15:19:57.290626 | container |   "failures": [
2022-02-15 15:19:57.290676 | container |     "No package fonts-liberation available.",
2022-02-15 15:19:57.290719 | container |     "No package imagemagick available.",
2022-02-15 15:19:57.290756 | container |     "No package latexmk available.",
2022-02-15 15:19:57.290793 | container |     "No package librsvg2-bin available.",
2022-02-15 15:19:57.290829 | container |     "No package texlive-fonts-recommended available."
2022-02-15 15:19:57.290881 | container |   ],
2022-02-15 15:19:57.290921 | container |   "msg": "Failed to install some of the specified packages",
2022-02-15 15:19:57.290962 | container |   "rc": 1,
2022-02-15 15:19:57.291003 | container |   "results": []
2022-02-15 15:19:57.291040 | container | }
```

Expected results:

Pass the pipeline.