diff options
-rw-r--r-- | nodes/aligator.json | 2 | ||||
-rw-r--r-- | nodes/clam.json | 2 | ||||
-rw-r--r-- | nodes/elephant.json | 2 | ||||
-rw-r--r-- | nodes/sloth.json | 2 | ||||
-rw-r--r-- | nodes/slug.json | 2 | ||||
-rw-r--r-- | nodes/snail.json | 2 | ||||
-rw-r--r-- | nodes/starfish.json | 2 | ||||
-rw-r--r-- | nodes/turtle.json | 2 | ||||
-rw-r--r-- | nodes/urchin.json | 9 | ||||
-rw-r--r-- | tags/istanbul.json (renamed from tags/ankara.json) | 5 |
10 files changed, 14 insertions, 16 deletions
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" + } } diff --git a/tags/ankara.json b/tags/istanbul.json index 7152775..d5727a2 100644 --- a/tags/ankara.json +++ b/tags/istanbul.json @@ -1,8 +1,9 @@ { "location": { - "name": "Ankara", + "name": "Istanbul", "country_code": "TR", "timezone": "+2", "hemisphere": "N" - } + }, + "enabled": false }
\ No newline at end of file |