summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"]
}