Comment 17 for bug 1954456

Revision history for this message
chandan kumar (chkumar246) wrote (last edit ):

Ian, On setting DIB_RELEASE to 9-stream https://review.opendev.org/c/openstack/tripleo-ci/+/822069 and testing here https://review.rdoproject.org/r/c/testproject/+/36713

https://logserver.rdoproject.org/13/36713/11/check/periodic-tripleo-ci-centos-9-ovb-1ctlr_1comp-featureset002-master/36fc312/logs/undercloud/home/zuul/build.log.txt.gz

Ians Patch is applied

```
2021-12-17 07:38:49.994 | dib-run-parts 03-centos-rt completed
2021-12-17 07:38:49.994 | dib-run-parts Running /tmp/in_target.d/pre-install.d/03-reset-bls-entries
2021-12-17 07:38:49.997 | + set -eu
2021-12-17 07:38:49.997 | + set -o pipefail
2021-12-17 07:38:49.997 | + [[ 9-stream =~ 9-stream ]]
2021-12-17 07:38:49.997 | + exit 0
2021-12-17 07:38:49.999 | dib-run-parts 03-reset-bls-entries completed
2021-12-17 07:38:49.999 | dib-run-parts Running /tmp/in_target.d/pre-install.d/04-dib-init-system
2021-12-17 07:38:50.007 | + set -eu
2021-12-17 07:38:50.007 | + set -o pipefail
2021-12-17 07:38:50.007 | + FILE=/usr/local/bin/dib-init-system
2021-12-17 07:38:50.007 | + cat
2021-12-17 07:38:50.009 | + chown root:root /usr/local/bin/dib-init-system
2021-12-17 07:38:50.011 | + chmod 775 /usr/local/bin/dib-init-system
2021-12-17 07:38:50.015 | dib-run-parts 04-dib-init-system completed
```
But failed at package map
```
2021-12-17 07:40:54.821 | Includes in repo delorean-current: ansible-config_template, ansible-role-container-registry, ansible-role-tripleo*, ansible-tripleo-ipsec, instack, instack-undercloud, openstack-tripleo-*, os-apply-config, os-collect-config, os-net-config, os-refresh-config, puppet-cinder, puppet-glance, puppet-heat, puppet-horizon, puppet-ironic, puppet-keystone, puppet-neutron, puppet-nova, puppet-openstacklib, puppet-oslo, puppet-placement, puppet-swift, puppet-tripleo, python*-tripleo*, tripleo-ansible, tripleo-operator-ansible
2021-12-17 07:40:54.825 | Package nfs-utils-1:2.5.4-5.el9.x86_64 is already installed.
2021-12-17 07:40:54.825 | Package chrony-4.1-3.el9.x86_64 is already installed.
2021-12-17 07:40:54.835 | No match for argument: python-ipaddr
2021-12-17 07:40:54.853 | Error: Unable to find a match: python-ipaddr
```

and is failing as here it is mapped with https://opendev.org/openstack/tripleo-puppet-elements/src/branch/master/elements/overcloud-base/pkg-map#L27

And that's why it is failing.