summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-11-01 11:20:35 +0100
committervarac <varacanero@zeromail.org>2012-11-01 11:20:35 +0100
commit54c90ed49d4e4dd93061b4139fbcdc460e89699f (patch)
treee6735fc6be98920ac6a1c54a4bdc0694d3723f2b
parente4b221ca4c7f2c5a97e8bfcac824cec5194badb8 (diff)
new ips for instanbul hosts
-rw-r--r--provider/nodes/couch1.json2
-rw-r--r--provider/nodes/vpn1.json4
-rw-r--r--provider/nodes/web1.json2
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"
}