summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-05-16 10:56:32 +0200
committervarac <varacanero@zeromail.org>2013-05-16 10:56:32 +0200
commit26959138e1bcfaf1f2feaee497f03324a22e1347 (patch)
treee7c61a32b4c6f1451e61180f7a258a3cd15a3501 /nodes
parentb645f1c4134a3e800200112d248029e36ebc86ef (diff)
removed mole, added clam
Diffstat (limited to 'nodes')
-rw-r--r--nodes/clam.json11
-rw-r--r--nodes/mole.json8
2 files changed, 11 insertions, 8 deletions
diff --git a/nodes/clam.json b/nodes/clam.json
new file mode 100644
index 0000000..f9007a4
--- /dev/null
+++ b/nodes/clam.json
@@ -0,0 +1,11 @@
+{
+ "ip_address": "176.53.69.22",
+ "services": [
+ "couchdb",
+ "soledad"
+ ],
+ "ssh": {
+ "port": 4422
+ },
+ "tags": "development"
+}
diff --git a/nodes/mole.json b/nodes/mole.json
deleted file mode 100644
index 2259114..0000000
--- a/nodes/mole.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "services": "couchdb",
- "ip_address": "176.53.69.17",
- "ssh": {
- "port": 4422
- },
- "tags": "development"
-}