#1035 RFE: Provide DNS config to resolve *apps.ocp.cloud.ci.centos.org from duffy pool
Closed: Fixed a year ago by arrfab. Opened a year ago by anoopcs.

Currently *apps.ocp.cloud.ci.centos.org is not known to nodes/vms from duffy pool. See an example below from one such reserved node:

# ping registry-samba.apps.ocp.cloud.ci.centos.org
ping: registry-samba.apps.ocp.cloud.ci.centos.org: Name or service not known

In this particular situation it would help to access a container registry((running as a deployment in Openshift) ) as a local mirror holding required base images for various test runs in Jenkins.


We quickly deployed a change in our own internal dns resolvers, so can you give it a try ?
We deployed a duffy node and it seems to be working at this side :

[root@n27-32-4 ~]# hostname ; dig +short +noshort registry-samba.apps.ocp.cloud.ci.centos.org.
n27-32-4.pool.ci.centos.org
registry-samba.apps.ocp.cloud.ci.centos.org. 60 IN A 35.171.12.19
registry-samba.apps.ocp.cloud.ci.centos.org. 60 IN A 44.210.56.75

Metadata Update from @arrfab:
- Issue assigned to arrfab

a year ago

Metadata Update from @arrfab:
- Issue tagged with: centos-ci-infra, high-gain, medium-trouble

a year ago

We quickly deployed a change in our own internal dns resolvers, so can you give it a try ?

Yes, it works now. A job could successfully authenticate to container registry at registry-samba.apps.ocp.cloud.ci.centos.org from a reserved node.

Metadata Update from @arrfab:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

a year ago

Login to comment on this ticket.

Metadata