From 3b7f3c38a73f49be44bc9f5167d172a558929863 Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 4 Sep 2013 08:17:08 +0200 Subject: added thrips, removed worm (#3697) --- nodes/thrips.json | 8 ++++++++ nodes/worm.json | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 nodes/thrips.json (limited to 'nodes') 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 } -- cgit v1.2.3