proxies in iad2: set hosts file to use vpn for talking to container regestries
Currently the proxies can't talk to the container registries directly, so for now route these over the vpn. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
8d5fc4ced0
commit
624dbd04a9
4 changed files with 17 additions and 0 deletions
5
roles/hosts/files/proxy01.iad2.fedoraproject.org-hosts
Normal file
5
roles/hosts/files/proxy01.iad2.fedoraproject.org-hosts
Normal file
|
@ -0,0 +1,5 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
192.168.1.93 oci-candidate-registry01
|
||||
192.168.1.168 oci-registry01
|
||||
192.168.1.169 oci-registry02
|
5
roles/hosts/files/proxy10.iad2.fedoraproject.org-hosts
Normal file
5
roles/hosts/files/proxy10.iad2.fedoraproject.org-hosts
Normal file
|
@ -0,0 +1,5 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
192.168.1.93 oci-candidate-registry01
|
||||
192.168.1.168 oci-registry01
|
||||
192.168.1.169 oci-registry02
|
|
@ -1,3 +1,5 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
192.168.1.93 oci-candidate-registry01
|
||||
192.168.1.168 oci-registry01
|
||||
192.168.1.169 oci-registry02
|
||||
|
|
5
roles/hosts/files/proxy110.iad2.fedoraproject.org-hosts
Normal file
5
roles/hosts/files/proxy110.iad2.fedoraproject.org-hosts
Normal file
|
@ -0,0 +1,5 @@
|
|||
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
|
||||
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
|
||||
192.168.1.93 oci-candidate-registry01
|
||||
192.168.1.168 oci-registry01
|
||||
192.168.1.169 oci-registry02
|
Loading…
Add table
Add a link
Reference in a new issue