Skip to content
Snippets Groups Projects
Commit 27ba94f3 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 2908b56d
Branches
No related tags found
No related merge requests found
...@@ -64,11 +64,6 @@ IdentityFile ~/.ssh/dojo_dev_rsa ...@@ -64,11 +64,6 @@ IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p 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.*.* Host 172.21.*.*
IdentityFile ~/.ssh/dojo_dev_rsa IdentityFile ~/.ssh/dojo_dev_rsa
User ubuntu User ubuntu
...@@ -89,6 +84,11 @@ IdentityFile ~/.ssh/dojo_stg_rsa ...@@ -89,6 +84,11 @@ IdentityFile ~/.ssh/dojo_stg_rsa
User ubuntu User ubuntu
ProxyCommand ssh ran-dev-autobuild.dc.dojo-labs.com -W %h:%p 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.*.* Host 172.50.*.*
IdentityFile ~/.ssh/dojo_prod_rsa IdentityFile ~/.ssh/dojo_prod_rsa
User ubuntu User ubuntu
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment