summaryrefslogtreecommitdiff
path: root/hiera/leech.yaml
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-12-01 12:10:25 -0800
committerelijah <elijah@riseup.net>2014-12-01 12:10:25 -0800
commit03cb86859d9f55c6f8089b56bb41da3d1d86054e (patch)
tree8846c7f95eb5e31db93960a004f0bbc3c5349a1d /hiera/leech.yaml
parent52f5906757d8e779e431fcde6842addcd58fb7c3 (diff)
recompile demo
Diffstat (limited to 'hiera/leech.yaml')
-rw-r--r--hiera/leech.yaml99
1 files changed, 57 insertions, 42 deletions
diff --git a/hiera/leech.yaml b/hiera/leech.yaml
index a068eae..025e994 100644
--- a/hiera/leech.yaml
+++ b/hiera/leech.yaml
@@ -18,33 +18,40 @@ domain:
enabled: true
environment: demo
haproxy:
- servers:
- ant:
- backup: false
- host: localhost
- port: 4000
- weight: 100
- thrips:
- backup: false
- host: localhost
- port: 4001
- weight: 100
+ couch:
+ listen_port: 4096
+ servers:
+ ant:
+ backup: false
+ host: localhost
+ port: 4000
+ weight: 100
+ writable: true
+ thrips:
+ backup: false
+ host: localhost
+ port: 4001
+ weight: 100
+ writable: true
hosts:
ant:
domain_full: ant.demo.bitmask.net
domain_internal: ant.demo.bitmask.i
host_pub_key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBGDhCu92zulHOAhv63sTLnxPQrP+GxbWC4YUxonYOiWKaI/oS5soH5vfgI0/kkzZgA044F6ZyWo5S5dEwz4AEI="
ip_address: "198.252.153.82"
+ port: 4422
leech:
domain_full: leech.demo.bitmask.net
domain_internal: leech.demo.bitmask.i
host_pub_key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBCiT3/fejkQIAny1f71ijFYaSEcYho6gR10z20ctmLumV3pHtXcFXtHqzAFJ07txANyef5P/yiIOl+/x/uRANjo="
ip_address: "198.252.153.85"
+ port: 4422
thrips:
domain_full: thrips.demo.bitmask.net
domain_internal: thrips.demo.bitmask.i
host_pub_key: "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIJHNnsfeuNBkVRm7cJvgD0rTX1wztnoz9SuHK2vJ9Pcluo8VfFoQrwayoFiAPJNC0dOoSra0Ir9L/eNQtjEzW0="
ip_address: "204.13.164.162"
+ port: 4422
ip_address: "198.252.153.85"
location:
country_code: US
@@ -55,38 +62,41 @@ mail:
smarthost: []
mynetworks:
- "176.53.69.127"
- - "199.119.112.9"
- - "192.168.5.9"
- - "176.53.69.23"
- - "199.119.112.5"
- - "192.168.5.5"
+ - "176.53.69.13"
+ - "176.53.69.14"
- "176.53.69.21"
- - "204.13.164.171"
- - "199.119.112.10"
+ - "176.53.69.22"
+ - "176.53.69.23"
- "192.168.5.10"
- - "198.252.153.83"
- - "199.119.112.12"
- "192.168.5.12"
- - "204.13.164.162"
- - "198.252.153.82"
- - "199.119.112.16"
- "192.168.5.16"
- - "204.13.164.57"
- - "176.53.69.14"
- - "199.119.112.19"
- "192.168.5.19"
- - "176.53.69.13"
- - "202.85.227.195"
- - "199.119.112.23"
- "192.168.5.23"
- - "85.17.92.143"
- - "176.53.69.22"
- - "199.119.112.4"
- "192.168.5.4"
+ - "192.168.5.5"
+ - "192.168.5.8"
+ - "192.168.5.9"
+ - "198.252.153.82"
+ - "198.252.153.83"
- "198.252.153.85"
+ - "199.119.112.10"
+ - "199.119.112.12"
+ - "199.119.112.16"
+ - "199.119.112.19"
+ - "199.119.112.23"
+ - "199.119.112.4"
+ - "199.119.112.5"
- "199.119.112.8"
- - "192.168.5.8"
+ - "199.119.112.9"
+ - "202.85.227.195"
+ - "204.13.164.162"
+ - "204.13.164.171"
+ - "204.13.164.57"
+ - "85.17.92.143"
name: leech
+platform:
+ major_version: "0.6"
+ version: "0.6"
service_type: user_service
services:
- mx
@@ -127,15 +137,19 @@ ssh:
ports: "60000:61000"
port: 4422
stunnel:
- couch_client:
- ant_5984:
- accept_port: 4000
- connect: ant.demo.bitmask.i
- connect_port: 15984
- thrips_5984:
- accept_port: 4001
- connect: thrips.demo.bitmask.i
- connect_port: 15984
+ clients:
+ couch_client:
+ ant_5984:
+ accept_port: 4000
+ connect: ant.demo.bitmask.i
+ connect_port: 15984
+ original_port: 5984
+ thrips_5984:
+ accept_port: 4001
+ connect: thrips.demo.bitmask.i
+ connect_port: 15984
+ original_port: 5984
+ servers: {}
tags:
- demo
- seattle
@@ -562,3 +576,4 @@ x509:
aqXFA4DlcGkygA40hl2lB5NJbQVSHXXjgpAb395dasMyH8cblC34Lw==
-----END RSA PRIVATE KEY-----
use: true
+ use_commercial: true