summaryrefslogtreecommitdiff
path: root/nodes
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-19 22:25:47 +0100
committervarac <varacanero@zeromail.org>2015-11-19 22:25:47 +0100
commit00e373c7d594158385d7ed71258578b41789c3e8 (patch)
tree30ffd388c0ff070854db279cdf7df4385190b56c /nodes
parenta18cf068cfba32d091de66c6bd0698c2a5674391 (diff)
use couchdb on quetzal
Diffstat (limited to 'nodes')
-rw-r--r--nodes/quetzal.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/nodes/quetzal.json b/nodes/quetzal.json
index 5f8f3d6..31178eb 100644
--- a/nodes/quetzal.json
+++ b/nodes/quetzal.json
@@ -2,5 +2,13 @@
"ip_address": "199.119.112.197",
"environment": "jessie",
"tags": ["jessie", "dc"],
- "services": ["webapp", "couchdb", "mx", "soledad"]
+ "services": ["webapp", "couchdb", "mx", "soledad"],
+ "platform": {
+ "major_version": "0.9",
+ "version": "0.9"
+ },
+ "couch": {
+ "master": true,
+ "pwhash_alg": "pbkdf2"
+ }
}