summaryrefslogtreecommitdiff
path: root/provider_base/services/couchdb.json
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-04 12:50:30 -0400
committerMicah Anderson <micah@riseup.net>2013-04-04 12:50:30 -0400
commit2c53c5023b925cb596e3f450f194482eade1fbeb (patch)
tree2f29b02cf9be45209212bd08cfa453554b97e264 /provider_base/services/couchdb.json
parentc228491af3929e07766903c3ce29a06fab86ad63 (diff)
add Erlang Distributed Node Protocol Port json entry under bigcouch
setup ednp_server and ednp_client stunnels update couchdb puppet submodule to support configurable ednp_port parameter and general module cleanup pass ednp_port to couchdb setup so that it is configured in the vm.args template clarify in comments the difference between the epmd and ednp ports remove hard-coded erlang_vm_port variable and instead setup shorewall to allow for the stunnel connection only setup dnat rules for the ednp client connections
Diffstat (limited to 'provider_base/services/couchdb.json')
-rw-r--r--provider_base/services/couchdb.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/provider_base/services/couchdb.json b/provider_base/services/couchdb.json
index 3ef4c213..22578a70 100644
--- a/provider_base/services/couchdb.json
+++ b/provider_base/services/couchdb.json
@@ -7,11 +7,14 @@
"couch_server": "= stunnel_server(couch.port)",
"epmd_server": "= stunnel_server(couch.bigcouch.epmd_port)",
"epmd_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.epmd_port)",
+ "ednp_server": "= stunnel_server(couch.bigcouch.ednp_port)",
+ "ednp_clients": "= stunnel_client(nodes_like_me[:services => :couchdb], global.services[:couchdb].couch.bigcouch.ednp_port)"
},
"couch": {
"port": 5984,
"bigcouch": {
"epmd_port": 4369,
+ "ednp_port": 9002,
"cookie": "= secret :bigcouch_cookie"
},
"users": {