mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
iad2 / proxy101: candidate registry
Right now, proxy101 is what is resolved to internally in iad2 for candidate-registry.fedoraproject.org. It has haproxy to reach oci-candidate-registry01.iad2.fedoraproject.org on port 5000 for this, but that doesn't work currently due to RHIT firewall. So, for now we add the vpn endpoint to /etc/hosts there so haproxy works and internal machines can use the candidate registry. Once we fix the rhit firewall we should remove this. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
3
roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts
Normal file
3
roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts
Normal file
@@ -0,0 +1,3 @@
|
||||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
192.168.1.93 oci-candidate-registry01
|
||||
Reference in New Issue
Block a user