Comment 20 for bug 2000226

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

Thank you Sandeep for putting the detailed investigation report. I picked the log https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master/377ff7b/logs/undercloud/home/zuul/ from bug description and found 3 repo setup files used in overcloud and undercloud nodes to populate repo.
[1]. https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master/377ff7b/logs/undercloud/home/zuul/repo_setup.log.txt.gz
```
 + '[' -e /etc/ci/mirror_info.sh ']'
2022-12-20 20:17:41 | + source /etc/ci/mirror_info.sh
2022-12-20 20:17:41 | ++ export NODEPOOL_MIRROR_HOST=mirror.regionone.vexxhost-nodepool-tripleo.rdoproject.org
2022-12-20 20:17:41 | ++ NODEPOOL_MIRROR_HOST=mirror.regionone.vexxhost-nodepool-tripleo.rdoproject.org
```
[2]. https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master/377ff7b/logs/undercloud/home/zuul/repo_setup.sh.1671586194.log.txt.gz

```
+ '[' -e /etc/ci/mirror_info.sh ']'
2022-12-20 20:29:55 | + export NODEPOOL_CENTOS_MIRROR=http://mirror.stream.centos.org
2022-12-20 20:29:55 | + NODEPOOL_CENTOS_MIRROR=http://mirror.stream.centos.org
```

[3]. https://logserver.rdoproject.org/openstack-periodic-integration-main/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset001-master/377ff7b/logs/undercloud/home/zuul/repo_setup.sh.1671585849.log.txt.gz
```
+ '[' -e /etc/ci/mirror_info.sh ']'
2022-12-20 20:24:11 | + export NODEPOOL_CENTOS_MIRROR=http://mirror.stream.centos.org
2022-12-20 20:24:11 | + NODEPOOL_CENTOS_MIRROR=http://mirror.stream.centos.org
```

Based on above results, on overcloud node there is no /etc/ci/mirror_info.sh file that's why default mirror pointing to centos.stream is used. that's why we are seeing the above issue.