diff options
author | varac <varacanero@zeromail.org> | 2013-09-04 08:17:08 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-09-04 08:17:08 +0200 |
commit | 3b7f3c38a73f49be44bc9f5167d172a558929863 (patch) | |
tree | 3feb4d296843233ab60f1cc307057119e6d0dab3 /nodes | |
parent | d239a220accf0ebf28009b9ad1a3db04b523207a (diff) |
added thrips, removed worm (#3697)
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/thrips.json | 8 | ||||
-rw-r--r-- | nodes/worm.json | 3 |
2 files changed, 10 insertions, 1 deletions
diff --git a/nodes/thrips.json b/nodes/thrips.json new file mode 100644 index 0000000..e5ac68d --- /dev/null +++ b/nodes/thrips.json @@ -0,0 +1,8 @@ +{ + "ip_address": "204.13.164.162", + "services": [ + "couchdb", + "soledad" + ], + "tags": ["production", "seattle"] +} diff --git a/nodes/worm.json b/nodes/worm.json index 7ad3ec2..edb6b7a 100644 --- a/nodes/worm.json +++ b/nodes/worm.json @@ -4,5 +4,6 @@ "couchdb", "soledad" ], - "tags": ["production", "hongkong"] + "tags": ["production", "hongkong"], + "enabled": false } |