diff options
author | varac <varacanero@zeromail.org> | 2013-08-14 16:00:42 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-08-14 16:00:52 +0200 |
commit | a575b9ca5a809a4bb2fc4d5be911198a822a7618 (patch) | |
tree | a436a894ef3360b1a61146f736d5aef8c6f8b6bb /nodes | |
parent | 628879d8bf2f2c78fe7cd65ea1d2ab9a77a3b503 (diff) |
take out ant's location, fake worm's locatin to be in seatte
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ant.json | 3 | ||||
-rw-r--r-- | nodes/worm.json | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/nodes/ant.json b/nodes/ant.json index b5d3373..1951378 100644 --- a/nodes/ant.json +++ b/nodes/ant.json @@ -2,8 +2,7 @@ "ip_address": "198.252.153.82", "services": "couchdb", "tags": [ - "production", - "seattle" + "production" ], "enabled": true } diff --git a/nodes/worm.json b/nodes/worm.json index 7ad3ec2..7e3f733 100644 --- a/nodes/worm.json +++ b/nodes/worm.json @@ -4,5 +4,5 @@ "couchdb", "soledad" ], - "tags": ["production", "hongkong"] + "tags": ["production", "seattle"] } |