diff options
author | varac <varacanero@zeromail.org> | 2013-08-22 14:48:16 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-08-22 14:48:16 +0200 |
commit | 14d3a720d8483aeb145d872aad9d8016c4bfe3e9 (patch) | |
tree | 444b97bc181858083facd31e2618272a28dae6b8 /nodes | |
parent | 1a2b373e3c6b9181634329885aff73affa862e3e (diff) |
Revert "take out ant's location, fake worm's locatin to be in seatte"
This reverts commit a575b9ca5a809a4bb2fc4d5be911198a822a7618.
cluster is rebalanced, see #3412 (Resolved): couchdb performance
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/ant.json | 3 | ||||
-rw-r--r-- | nodes/worm.json | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/nodes/ant.json b/nodes/ant.json index 1951378..b5d3373 100644 --- a/nodes/ant.json +++ b/nodes/ant.json @@ -2,7 +2,8 @@ "ip_address": "198.252.153.82", "services": "couchdb", "tags": [ - "production" + "production", + "seattle" ], "enabled": true } diff --git a/nodes/worm.json b/nodes/worm.json index 7e3f733..7ad3ec2 100644 --- a/nodes/worm.json +++ b/nodes/worm.json @@ -4,5 +4,5 @@ "couchdb", "soledad" ], - "tags": ["production", "seattle"] + "tags": ["production", "hongkong"] } |