diff options
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" +} |