Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install rsync-daemon' returned 1: Error: Failed to download metadata for repo 'baseos
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tripleo |
Fix Released
|
High
|
Unassigned |
Bug Description
843787: Switch to ubi9 containers_
Currently in content provider jobs, we are using centos-stream 9 container images.
https:/
```
Notice: Compiled catalog for standalone.
<13>Jun 17 11:44:29 puppet-user: Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install rsync-daemon' returned 1: Error: Failed to download metadata for repo 'baseos': Cannot prepare internal mirrorlist: Status code: 404 for https:/
```
and in regular standalone job using cs9 images are passing
```
Notice: Compiled catalog for standalone.
<13>Jun 20 04:04:13 puppet-user: Notice: /Stage[
<13>Jun 20 04:04:13 puppet-user: Notice: /Stage[
```
I checked the centos stream 9 and ubi 9 image there is no rsync-daemon package. It is only failing in job with ubi9 container base image. As per the error during runtime, this package is getting installed.
One of the solution for this one is to add rsync-daemon in the swift container.
Fix proposed to branch: master /review. opendev. org/c/openstack /tripleo- common/ +/846608
Review: https:/