From 9a6dd34e60dcb39a241659f6eb89859aee63ae56 Mon Sep 17 00:00:00 2001 From: elijah Date: Mon, 27 May 2013 15:08:10 -0700 Subject: disabled all istanbul nodes --- nodes/aligator.json | 2 +- nodes/clam.json | 2 +- nodes/elephant.json | 2 +- nodes/sloth.json | 2 +- nodes/slug.json | 2 +- nodes/snail.json | 2 +- nodes/starfish.json | 2 +- nodes/turtle.json | 2 +- nodes/urchin.json | 9 +++------ 9 files changed, 11 insertions(+), 14 deletions(-) (limited to 'nodes') diff --git a/nodes/aligator.json b/nodes/aligator.json index 3c17d14..c50cfd8 100644 --- a/nodes/aligator.json +++ b/nodes/aligator.json @@ -6,7 +6,7 @@ "bandwidth_rate": 3000 }, "ip_address": "176.53.69.121", - "tags": ["production", "ankara"], + "tags": ["production", "istanbul"], "openvpn": { "gateway_address": "176.53.69.123", "allow_free": false, diff --git a/nodes/clam.json b/nodes/clam.json index f9007a4..b9e5f66 100644 --- a/nodes/clam.json +++ b/nodes/clam.json @@ -7,5 +7,5 @@ "ssh": { "port": 4422 }, - "tags": "development" + "tags": ["development", "istanbul"] } diff --git a/nodes/elephant.json b/nodes/elephant.json index 3d425d7..d9626e2 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,6 +1,6 @@ { "services": ["webapp", "monitor"], - "tags": ["development", "ankara"], + "tags": ["development", "istanbul"], "ip_address": "176.53.69.13", "ssh": { "port": 4422 diff --git a/nodes/sloth.json b/nodes/sloth.json index 826722a..fc9cb88 100644 --- a/nodes/sloth.json +++ b/nodes/sloth.json @@ -4,5 +4,5 @@ "ssh": { "port": 4422 }, - "tags": ["production", "ankara"] + "tags": ["production", "istanbul"] } diff --git a/nodes/slug.json b/nodes/slug.json index c6cb225..ad22bfd 100644 --- a/nodes/slug.json +++ b/nodes/slug.json @@ -4,5 +4,5 @@ "ssh": { "port": 4422 }, - "tags": "production" + "tags": ["production", "istanbul"] } diff --git a/nodes/snail.json b/nodes/snail.json index 5b14783..6d4b4f7 100644 --- a/nodes/snail.json +++ b/nodes/snail.json @@ -5,7 +5,7 @@ "nickname": "snail" }, "ip_address": "176.53.69.14", - "tags": ["development", "ankara"], + "tags": ["development", "istanbul"], "openvpn": { "gateway_address": "176.53.69.19", "allow_free": false, diff --git a/nodes/starfish.json b/nodes/starfish.json index 111d524..721a996 100644 --- a/nodes/starfish.json +++ b/nodes/starfish.json @@ -4,5 +4,5 @@ "ssh": { "port": 4422 }, - "tags": "development" + "tags": ["development", "istanbul"] } diff --git a/nodes/turtle.json b/nodes/turtle.json index 47ca51d..408f74c 100644 --- a/nodes/turtle.json +++ b/nodes/turtle.json @@ -1,6 +1,6 @@ { "services": [ "webapp", "monitor" ], - "tags": "production", + "tags": ["production", "istanbul"], "ip_address": "176.53.69.119", "ssh": { "port": 22 diff --git a/nodes/urchin.json b/nodes/urchin.json index 4569f53..ae451dc 100644 --- a/nodes/urchin.json +++ b/nodes/urchin.json @@ -1,11 +1,8 @@ { "ip_address": "176.53.69.21", - "services": [ - "couchdb", - "soledad" - ], + "services": ["couchdb","soledad"], + "tags": ["development", "istanbul"], "ssh": { "port": 4422 - }, - "tags": "development" + } } -- cgit v1.2.3