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:
Kevin Fenzi 2020-06-13 14:36:56 -07:00
parent 8d5fc4ced0
commit 624dbd04a9
4 changed files with 17 additions and 0 deletions

View 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

View 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

View file

@ -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

View 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