summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2013-04-30 14:26:57 -0700
committerelijah <elijah@riseup.net>2013-04-30 14:26:57 -0700
commit4711651c53a5cdab4e432d3f6089c7a3c3a52b49 (patch)
tree1c4d2db0a056ced8c0d279092a8e907b8ad92278
parent3fbf0988e9d9addb2286a4f94f6e21403636f4c8 (diff)
added soledad and ankara tags to couchdb nodes
-rw-r--r--nodes/elephant.json4
-rw-r--r--nodes/python.json4
-rw-r--r--nodes/sloth.json4
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"]
}