From 4711651c53a5cdab4e432d3f6089c7a3c3a52b49 Mon Sep 17 00:00:00 2001 From: elijah Date: Tue, 30 Apr 2013 14:26:57 -0700 Subject: added soledad and ankara tags to couchdb nodes --- nodes/elephant.json | 4 ++-- nodes/python.json | 4 ++-- nodes/sloth.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nodes/elephant.json b/nodes/elephant.json index 46cc3e6..3d425d7 100644 --- a/nodes/elephant.json +++ b/nodes/elephant.json @@ -1,6 +1,6 @@ { - "services": [ "webapp", "monitor" ], - "tags": "development", + "services": ["webapp", "monitor"], + "tags": ["development", "ankara"], "ip_address": "176.53.69.13", "ssh": { "port": 4422 diff --git a/nodes/python.json b/nodes/python.json index 783123a..2c2ec25 100644 --- a/nodes/python.json +++ b/nodes/python.json @@ -1,8 +1,8 @@ { - "services": "couchdb", + "services": ["couchdb", "soledad"], "ip_address": "176.53.69.16", "ssh": { "port": 4422 }, - "tags": "development" + "tags": ["development", "ankara"] } diff --git a/nodes/sloth.json b/nodes/sloth.json index 7ce5483..826722a 100644 --- a/nodes/sloth.json +++ b/nodes/sloth.json @@ -1,8 +1,8 @@ { - "services": "couchdb", + "services": ["couchdb", "soledad"], "ip_address": "176.53.69.122", "ssh": { "port": 4422 }, - "tags": "production" + "tags": ["production", "ankara"] } -- cgit v1.2.3