From 54c90ed49d4e4dd93061b4139fbcdc460e89699f Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 1 Nov 2012 11:20:35 +0100 Subject: new ips for instanbul hosts --- provider/nodes/couch1.json | 2 +- provider/nodes/vpn1.json | 4 ++-- provider/nodes/web1.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/provider/nodes/couch1.json b/provider/nodes/couch1.json index ca04a6f..b7b4796 100644 --- a/provider/nodes/couch1.json +++ b/provider/nodes/couch1.json @@ -1,4 +1,4 @@ { "services": "couchdb", - "ip_address": "94.103.43.10" + "ip_address": "176.53.69.122" } diff --git a/provider/nodes/vpn1.json b/provider/nodes/vpn1.json index 5bf1c28..9afb4f3 100644 --- a/provider/nodes/vpn1.json +++ b/provider/nodes/vpn1.json @@ -1,12 +1,12 @@ { "services": "openvpn", - "ip_address": "94.103.43.5", + "ip_address": "176.53.69.120", "interface": "eth0", "ssh": { "port": 4422 }, "tags": "production", "openvpn": { - "gateway_address": "94.103.43.6", + "gateway_address": "176.53.69.121", "filter_dns": true } } diff --git a/provider/nodes/web1.json b/provider/nodes/web1.json index 3f2cc73..88a4fca 100644 --- a/provider/nodes/web1.json +++ b/provider/nodes/web1.json @@ -1,4 +1,4 @@ { "services": "webapp", - "ip_address": "94.103.43.9" + "ip_address": "176.53.69.119" } -- cgit v1.2.3