Commit 6ef9492b authored by nimrod's avatar nimrod
Browse files

Created a new services VPC with a different CIDR as to not conflict with ones...

Created a new services VPC with a different CIDR as to not conflict with ones created by docker-compose.
parent a643c4a2
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -64,11 +64,6 @@ IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

Host 172.18.*.*
IdentityFile ~/.ssh/dojo_svc_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

Host 172.21.*.*
IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu
@@ -89,6 +84,11 @@ IdentityFile ~/.ssh/dojo_stg_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

Host 172.25.*.*
IdentityFile ~/.ssh/dojo_svc_rsa
User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p

Host 172.50.*.*
IdentityFile ~/.ssh/dojo_prod_rsa
User ubuntu