-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
113 lines (91 loc) · 2.2 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
[buildout]
develop = .
parts = test paste extra-eggs buildout-script zookeeper-deploy
ctl buildout_source_release
relative-paths = true
unzip = true
show-picked-versions = true
update-versions-file = versions.cfg
extends = versions.cfg
[buildout-script]
recipe = zc.recipe.egg:script
eggs = zc.buildout
[ctl]
recipe = zc.zdaemonrecipe
program = ${buildout:bin-directory}/paster serve ${paste.ini:location}
[test]
recipe = zc.recipe.testrunner
eggs = zc.graphmetrics [test]
[paste]
recipe = zc.recipe.egg
eggs = PasteScript
zc.zodbwsgi
zc.graphmetrics
bobo
zc.persona
zope.component
zope.exceptions
interpreter = py
[database]
recipe = zc.recipe.filestorage
[paste.ini]
recipe = zc.recipe.deployment:configuration
text =
[app:main]
use = egg:bobo
bobo_configure = zc.graphmetrics.tracelogs:config
zc.graphmetrics.metrics:config
bobo_resources = zc.graphmetrics.tracelogs
zc.graphmetrics.metrics
metrics-rrd = ${buildout:directory}/rrds
rrd = ${buildout:directory}/tracelogs
bobo_handle_exceptions = False
filter-with = reload
[filter:reload]
use = egg:bobo#reload
modules = zc.graphmetrics.metrics
filter-with = zodb
[filter:zodb]
use = egg:zc.zodbwsgi
filter-with = debug
configuration =
<zodb>
<filestorage>
path ${database:path}
</filestorage>
</zodb>
filter-with = persona
[filter:persona]
use = egg:zc.persona
secret = 5ecret
audience = http://localhost:4723
[filter:debug]
use = egg:bobo#debug
[server:main]
use = egg:Paste#http
#host = log.att.zope.net
port = 4723
[extra-eggs]
recipe = zc.recipe.egg:eggs
eggs =
zdaemon
zc.zdaemonrecipe
zc.recipe.deployment
zc.recipe.rhrc
zc.recipe.filestorage
z3c.recipe.mkdir
[rrdtool]
recipe = zc.recipe.cmmi
url = http://oss.oetiker.ch/rrdtool/pub/rrdtool.tar.gz
[py-rrdtool]
recipe = zc.recipe.egg:custom
egg = py-rrdtool
include-dirs = ${rrdtool:location}/include
rpath = ${rrdtool:location}/lib
[zookeeper-deploy]
recipe = zc.recipe.egg
eggs = zc.zookeeper_deploy_buildout
arguments = '', 'zc.graphmetrics'
[buildout_source_release]
recipe = zc.recipe.egg
eggs = zc.sourcerelease