From 00e373c7d594158385d7ed71258578b41789c3e8 Mon Sep 17 00:00:00 2001 From: varac Date: Thu, 19 Nov 2015 22:25:47 +0100 Subject: use couchdb on quetzal --- hiera/quetzal.yaml | 50 ++++++++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 22 deletions(-) (limited to 'hiera/quetzal.yaml') diff --git a/hiera/quetzal.yaml b/hiera/quetzal.yaml index b6189e6..4a0aed0 100644 --- a/hiera/quetzal.yaml +++ b/hiera/quetzal.yaml @@ -8,14 +8,10 @@ clamav: contacts: - sysdev@leap.se couch: - bigcouch: - cookie: mefnJs8gkPSwHJKmeBJFnUxvMyuHaPA3 - ednp_port: 9002 - epmd_port: 4369 - neighbors: [] - master: false - mode: multimaster + master: true + mode: master port: 5984 + pwhash_alg: pbkdf2 users: admin: password: HU7SqpT7cjzkR9hKVjYZwkuMYIrpbdMx @@ -102,11 +98,17 @@ definition_files: "quetzal": { "hostname": "quetzal.jessie.bitmask.net", "ip_address": "199.119.112.197", + "location": "washington_d_c_", "port": 465 } }, "locations": { - + "washington_d_c_": { + "country_code": "US", + "hemisphere": "N", + "name": "Washington D.C.", + "timezone": "-5" + } }, "serial": 1, "version": 1 @@ -117,11 +119,17 @@ definition_files: "quetzal": { "hostname": "quetzal.jessie.bitmask.net", "ip_address": "199.119.112.197", + "location": "washington_d_c_", "port": 2323 } }, "locations": { - + "washington_d_c_": { + "country_code": "US", + "hemisphere": "N", + "name": "Washington D.C.", + "timezone": "-5" + } }, "serial": 1, "version": 1 @@ -175,7 +183,7 @@ haproxy: backup: false host: localhost port: 5984 - weight: 10 + weight: 100 writable: true hosts: quetzal: @@ -185,7 +193,11 @@ hosts: ip_address: "199.119.112.197" port: 22 ip_address: "199.119.112.197" -location: ~ +location: + country_code: US + hemisphere: "N" + name: "Washington D.C." + timezone: "-5" mail: smarthost: [] mx: @@ -229,8 +241,8 @@ nickserver: domain: nicknym.jessie.bitmask.net port: 6425 platform: - major_version: "0.8" - version: "0.8" + major_version: "0.9" + version: "0.9" rbls: - zen.spamhaus.org service_type: public_service @@ -316,19 +328,13 @@ ssh: stunnel: clients: couch_client: {} - ednp_clients: {} - epmd_clients: {} servers: couch_server: accept_port: 15984 connect_port: 5984 - ednp_server: - accept_port: 19002 - connect_port: 9002 - epmd_server: - accept_port: 14369 - connect_port: 4369 -tags: [] +tags: + - dc + - jessie webapp: admins: - azul -- cgit v1.2.3