4 ${:parts-directory}/slapos.cookbook-repository
5 ${:parts-directory}/cloudooo-repository
12 http://www.nexedi.org/static/packages/source/slapos.buildout/
13 http://www.nexedi.org/static/packages/source/hexagonit.recipe.download/
14 http://dist.repoze.org
15 http://www.nexedi.org/static/packages/source/
16 http://www.owlfish.com/software/wsgiutils/download.html
18 allow-hosts += pybrary.net
21 # Exact version of Zope
22 http://svn.zope.org/repos/main/Zope/tags/2.12.26/versions.cfg
23 ../../stack/slapos.cfg
24 ../../component/logrotate/buildout.cfg
25 ../../component/dcron/buildout.cfg
26 ../../component/file/buildout.cfg
27 ../../component/fonts/buildout.cfg
28 ../../component/ghostscript/buildout.cfg
29 ../../component/git/buildout.cfg
30 ../../component/graphviz/buildout.cfg
31 ../../component/gzip/buildout.cfg
32 ../../component/haproxy/buildout.cfg
33 ../../component/hookbox/buildout.cfg
34 ../../component/librsvg/buildout.cfg
35 ../../component/imagemagick/buildout.cfg
36 ../../component/kumo/buildout.cfg
37 ../../component/libdmtx/buildout.cfg
38 ../../component/libpng/buildout.cfg
39 ../../component/libreoffice-bin/buildout.cfg
40 ../../component/lxml-python/buildout.cfg
41 ../../component/percona-toolkit/buildout.cfg
42 ../../component/mariadb/buildout.cfg
43 ../../component/mysql-python/buildout.cfg
44 ../../component/pil-python/buildout.cfg
45 ../../component/pycrypto-python/buildout.cfg
46 ../../component/pysvn-python/buildout.cfg
47 ../../component/python-2.6/buildout.cfg
48 ../../component/python-2.7/buildout.cfg
49 ../../component/python-ldap-python/buildout.cfg
50 ../../component/rdiff-backup/buildout.cfg
51 ../../component/subversion/buildout.cfg
52 ../../component/tesseract/buildout.cfg
53 ../../component/varnish/buildout.cfg
54 ../../component/w3-validator/buildout.cfg
55 ../../component/w3m/buildout.cfg
56 ../../component/xorg/buildout.cfg
57 ../../component/poppler/buildout.cfg
58 ../../component/xtrabackup/buildout.cfg
59 ../../component/zabbix/buildout.cfg
60 ../../component/sed/buildout.cfg
61 ../../component/coreutils/buildout.cfg
62 ../../component/grep/buildout.cfg
63 ../../component/dash/buildout.cfg
64 ../../component/wget/buildout.cfg
65 ../../component/aspell/buildout.cfg
66 ../../component/cloudooo/buildout.cfg
118 # Cloudooo specific part
121 # get git repositories
125 # fix products path (Zeo needs ERP5 Products to be available for
126 # conflict resolution)
128 # some additional utils
133 slapos.cookbook-repository
135 slapos.cookbook-python2.6
136 slapos.recipe.template-python2.6
137 # Create instance template
141 [slapos.cookbook-repository]
142 recipe = slapos.recipe.build:gitclone
143 repository = http://git.erp5.org/repos/slapos.git
145 git-executable = ${git:location}/bin/git
148 recipe = plone.recipe.command
150 update-command = ${:command}
151 command = grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link
153 [slapos.cookbook-python2.6]
154 recipe = zc.recipe.egg
155 eggs = slapos.cookbook
158 ugly-depend-on = ${slapos.cookbook-repository:repository} ${slapos.cookbook-repository:branch}
160 [slapos.recipe.template-python2.6]
161 recipe = zc.recipe.egg
162 eggs = slapos.recipe.template
166 [template-jinja2-base]
167 recipe = slapos.recipe.template:jinja2
168 template = ${:_profile_base_location_}/${:filename}.in
169 rendered = ${buildout:directory}/${:filename}
170 # XXX: extra-context is needed because we cannot append to a key of an extended
174 key bin_directory buildout:bin-directory
175 key develop_eggs_directory buildout:develop-eggs-directory
176 key eggs_directory buildout:eggs-directory
180 < = template-jinja2-base
181 filename = instance-mariadb.cfg
182 md5sum = 49ae6f1bf97d3755978fe08b8e29fb5a
184 key coreutils_location coreutils:location
185 key dcron_location dcron:location
186 key gettext_location gettext:location
187 key grep_location grep:location
188 key gzip_location gzip:location
189 key logrotate_location logrotate:location
190 key mariadb_location mariadb:location
191 key perl_location perl:location
192 key perl_siteprefix perl:siteprefix
193 key sed_location sed:location
194 key xtrabackup_location xtrabackup:location
197 recipe = slapos.recipe.build:download
198 url = ${:_profile_base_location_}/instance-zope.cfg.in
199 md5sum = 918b972679d5c06082363d41483324a7
203 < = template-jinja2-base
204 filename = instance-kumofs.cfg
205 md5sum = 90a321be12ee977800d590bf941021ef
207 key dash_location dash:location
208 key dcron_location dcron:location
209 key gzip_location gzip:location
210 key kumo_location kumo:location
211 key logrotate_location logrotate:location
213 [template-tidstorage]
214 recipe = slapos.recipe.build:download
215 url = ${:_profile_base_location_}/instance-tidstorage.cfg.in
216 md5sum = bd5872108f812c6823a8915670e51c4c
220 recipe = slapos.recipe.build:download
221 url = ${:_profile_base_location_}/instance-cloudoo.cfg.in
222 md5sum = 53492e520be57f4c6a9eacd107c8d446
226 recipe = slapos.recipe.build:download
227 url = ${:_profile_base_location_}/zope.conf.in
228 md5sum = bc2154161a1d5baddc4ed4dfaaf94fbe
232 < = template-jinja2-base
233 # XXX: "template.cfg" is hardcoded in instanciation recipe
234 filename = template.cfg
235 template = ${:_profile_base_location_}/instance.cfg.in
236 md5sum = 2576de300d1a74fd1a99388af9723d42
238 key apache_location apache:location
239 key aspell_location aspell:location
240 key buildout_bin_directory buildout:bin-directory
241 key coreutils_location coreutils:location
242 key curl_location curl:location
243 key dash_location dash:location
244 key dcron_location dcron:location
245 key dmtx_utils_location dmtx-utils:location
246 key erp5_location erp5:location
247 key file_location file:location
248 key fontconfig_location fontconfig:location
249 key fonts_location fonts:location
250 key freetype_location freetype:location
251 key git_location git:location
252 key graphviz_location graphviz:location
253 key grep_location grep:location
254 key gzip_location gzip:location
255 key haproxy_location haproxy:location
256 key imagemagick_location imagemagick:location
257 key libICE_location libICE:location
258 key libSM_location libSM:location
259 key libX11_location libX11:location
260 key libXau_location libXau:location
261 key libXdmcp_location libXdmcp:location
262 key libXext_location libXext:location
263 key libXrender_location libXrender:location
264 key libpng12_location libpng12:location
265 key libreoffice_bin_location libreoffice-bin:location
266 key librsvg_location librsvg:location
267 key libxcb_location libxcb:location
268 key local_bt5_repository local-bt5-repository:list
269 key logrotate_location logrotate:location
270 key mariadb_location mariadb:location
271 key openssl_location openssl:location
272 key poppler_location poppler:location
273 key sed_location sed:location
274 key template_cloudooo template-cloudooo:target
275 key template_erp5_single template-erp5-single:target
276 key template_erp5_cluster template-erp5-cluster:target
277 key template_kumofs template-kumofs:rendered
278 key template_mariadb template-mariadb:rendered
279 key template_memcached template-memcached:rendered
280 key template_tidstorage template-tidstorage:target
281 key template_varnish template-varnish:target
282 key template_zope template-zope:target
283 key template_zope_conf template-zope-conf:target
284 key tesseract_location tesseract:location
285 key varnish_location varnish-3.0:location
286 key w3m_location w3m:location
287 key wget_location wget:location
288 key zlib_location zlib:location
291 < = template-jinja2-base
292 filename = instance-memcached.cfg
293 md5sum = 346c864c1f119360eddb5e163f16d4f3
295 key dash_location dash:location
296 key dcron_location dcron:location
297 key gzip_location gzip:location
298 key kumo_location kumo:location
299 key logrotate_location logrotate:location
301 [template-erp5-single]
302 recipe = slapos.recipe.build:download
303 url = ${:_profile_base_location_}/instance-erp5-single.cfg.in
304 md5sum = 2a4312202a3160f874c4fa3ee9155a1d
307 [template-erp5-cluster]
308 recipe = slapos.recipe.build:download
309 url = ${:_profile_base_location_}/instance-erp5-cluster.cfg.in
310 md5sum = eecde68b9a266d8883042540ac077839
314 recipe = slapos.recipe.build:download
315 url = ${:_profile_base_location_}/instance-varnish.cfg.in
316 md5sum = 17aee2df57b121343b1fd65f4b51ce80
321 # <url or path> [...]
323 # Use absolute paths for local repositories, and URLs for non-local otherwise.
325 list = ${local-bt5-repository:list}
327 [local-bt5-repository]
328 # Same as bt5-repository, but only local repository.
329 # Used to generate bt5lists.
330 list = ${erp5:location}/bt5 ${erp5:location}/product/ERP5/bootstrap
333 recipe = plone.recipe.command
335 genbt5list = ${erp5:location}/product/ERP5/bin/genbt5list
337 ${buildout:executable} ${:genbt5list} ${local-bt5-repository:list}
338 update-command = ${:command}
343 [erp5_repository_list]
344 repository_id_list = erp5
347 recipe = slapos.recipe.build:gitclone
348 repository = http://git.erp5.org/repos/erp5.git
350 git-executable = ${git:location}/bin/git
353 recipe = plone.recipe.command
355 dir = ${erp5:location}
357 rm -f "${:dir}/Products" && ln -s product "${:dir}/Products" && touch "${:dir}/product/__init__.py"
358 update-command = ${:command}
361 # XXX: Workaround for fact ERP5Type is not an distribution and does not
362 # expose entry point for test runner
363 recipe = zc.recipe.egg
366 extra-paths = ${eggs:extra-paths}
368 runUnitTest=runUnitTest:main
369 scripts = runUnitTest
371 import glob, imp, os, sys
372 import App # prevent Testing from importing Zope2.App instead of App
374 Products.__path__[:0] = filter(None,
375 os.getenv('INSERT_PRODUCTS_PATH', '').split(os.pathsep))
376 os.environ['SOFTWARE_HOME'] = os.path.abspath(imp.find_module('Zope2')[1])
377 os.environ['ZOPE_SCRIPTS'] = ''
378 parts_directory = '''${buildout:parts-directory}'''
379 repository_id_list = \
380 '''${erp5_repository_list:repository_id_list}'''.split()[::-1]
381 os.environ['erp5_tests_bt5_path'] = ','.join(sum((
382 [bt5_path, os.path.join(bt5_path, '*')]
383 for bt5_path in (os.path.join(parts_directory, x, 'bt5')
384 for x in repository_id_list)), []))
385 extra_path_list = '''${:extra-paths}'''.split()
387 glob.glob(os.path.join(x, 'tests'))
388 for x in extra_path_list), [])
390 glob.glob(os.path.join(x, 'Products', '*', 'tests'))
391 for x in extra_path_list), [])
393 glob.glob(os.path.join(x, 'Products', '*', 'tests'))
394 for x in os.getenv('INSERT_PRODUCTS_PATH', '').split(os.pathsep)), [])
395 os.environ['CGI_PATH'] = '${w3-validator:location}/httpd/cgi-bin'
398 # XXX: Workaround for fact ERP5Type is not an distribution and does not
399 # expose entry point for test runner
400 recipe = zc.recipe.egg
403 extra-paths = ${eggs:extra-paths}
405 runTestSuite=Products.ERP5Type.tests.runTestSuite:main
406 scripts = runTestSuite
411 [Products.__path__.insert(0, p) for p in reversed(os.environ.get('INSERT_PRODUCTS_PATH', '').split(':')) if p]
413 os.environ['SOFTWARE_HOME'] = os.path.abspath(os.path.dirname(os.path.dirname(Zope2.__file__)))
414 os.environ['ZOPE_SCRIPTS'] = ''
415 repository_id_list = list(reversed('''${erp5_repository_list:repository_id_list}'''.split()))
416 sys.path[0:0] = ['/'.join(['''${buildout:parts-directory}''', x]) for x in repository_id_list]
419 recipe = zc.recipe.egg
425 ${python-ldap-python:egg}
427 ${pycrypto-python:egg}
443 pyPdf # should be replaced by PyPDF2, but it is not installable
465 # Zope acquisition patch
468 # Other Zope 2 packages
469 Products.PluggableAuthService
470 Products.PluginRegistry
473 Products.CMFActionIcons
480 Products.GenericSetup
481 five.localsitemanager
484 Products.DCWorkflowGraph
485 Products.MimetypesRegistry
486 Products.ExternalEditor
488 Products.LongRequestLogger
490 # Currently forked in our repository
491 # Products.PortalTransforms
492 # Dependency for our fork of PortalTransforms
495 # Needed for parsing .po files from our Localizer subset
498 # parameterizing the version of the generated python interpreter name by the
499 # python section version causes dependency between this egg section and the
500 # installation of python, which we don't want on an instance
501 interpreter = python2.6
508 web_checker_utility = erp5.util.webchecker:web_checker_utility
514 recipe = zc.recipe.egg
520 zodbanalyze=erp5.util.zodbanalyze:main
521 scripts = zodbanalyze
523 [cloudooo-repository]
525 revision = 168786a4c747d4dc4578a6428d39b3b2b3e1eb10
543 recipe = zc.recipe.egg
544 python = ${eggs:python}
548 slapos.toolbox[zodbpack]
556 # pin Acquisition and Products.DCWorkflow to Nexedi flavour of eggs
557 Acquisition = 2.13.7nxd001
558 Products.DCWorkflow = 2.2.3nxd002
560 # specify dev version to be sure that an old released version is not used
563 # use newer version than specified in ZTK
566 # Known version with works
569 # test_UserManagerInterfaces in testERP5Security fails with 1.10.0.
570 Products.PluggableAuthService = 1.9.0
572 # official pysvn egg does not supports --include-dirs and
573 # --library-dirs, so we use our modified version
576 # modified version to support ipv6
577 python-memcached = 1.47-ipv6-1
579 # use newest version of pytz
582 # Patched version which support python 2.6
585 # we are still using this old stable version.
589 setuptools = 0.6c12dev-r88846
591 # use newest version of slapos.cookbook
594 # modified version that works fine for buildout installation
595 SOAPpy = 0.12.0nxd001
597 # CMF 2.3 requries Zope 2.13.
598 Products.CMFCalendar = 2.2.2
599 Products.CMFCore = 2.2.6
600 Products.CMFDefault = 2.2.2
601 Products.CMFTopic = 2.2.1
602 Products.CMFUid = 2.2.1
606 GitPython = 0.3.2.RC1
613 Products.CMFActionIcons = 2.1.3
614 Products.DCWorkflowGraph = 0.4.1
615 Products.ExternalEditor = 1.1.0
616 Products.GenericSetup = 1.7.3
617 Products.LongRequestLogger = 1.1.0
618 Products.MimetypesRegistry = 2.0.4
619 Products.PluginRegistry = 1.3
620 Products.TIDStorage = 5.4.8
622 StructuredText = 2.11.1
625 apache-libcloud = 0.12.1
629 cElementTree = 1.0.5-20051216
633 elementtree = 1.2.7-20070827-preview
634 erp5.recipe.cmmiforcei686 = 0.1.3
639 five.localsitemanager = 2.0.5
643 hexagonit.recipe.cmmi = 1.6
655 plone.recipe.command = 1.1
666 rtjp-eventlet = 0.3.2
668 slapos.recipe.build = 0.11.6
669 slapos.recipe.template = 2.4.2
670 slapos.toolbox = 0.33.1
680 xml-marshaller = 0.9.7
681 xupdate-processor = 0.4