From f3233ba3d6f3b5d16ca5881bed3f1454bc595ff7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jun 2020 18:10:33 -0700 Subject: [PATCH] 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 --- roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts diff --git a/roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts b/roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts new file mode 100644 index 0000000000..7a5b00909d --- /dev/null +++ b/roles/hosts/files/proxy101.iad2.fedoraproject.org-hosts @@ -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