diff options
author | varac <varacanero@zeromail.org> | 2013-05-16 10:54:32 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-05-16 10:54:32 +0200 |
commit | b645f1c4134a3e800200112d248029e36ebc86ef (patch) | |
tree | bbc8da2116058759d716e040ed7452c4392dbf6c /nodes | |
parent | 2c3394f569a0b0b874cfc143503b9347f1a7e049 (diff) |
removed python, added urchin
Diffstat (limited to 'nodes')
-rw-r--r-- | nodes/python.json | 8 | ||||
-rw-r--r-- | nodes/urchin.json | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/nodes/python.json b/nodes/python.json deleted file mode 100644 index 2c2ec25..0000000 --- a/nodes/python.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "services": ["couchdb", "soledad"], - "ip_address": "176.53.69.16", - "ssh": { - "port": 4422 - }, - "tags": ["development", "ankara"] -} diff --git a/nodes/urchin.json b/nodes/urchin.json new file mode 100644 index 0000000..4569f53 --- /dev/null +++ b/nodes/urchin.json @@ -0,0 +1,11 @@ +{ + "ip_address": "176.53.69.21", + "services": [ + "couchdb", + "soledad" + ], + "ssh": { + "port": 4422 + }, + "tags": "development" +} |