[buildout] extends = ../../stack/slapos.cfg ../../component/git/buildout.cfg ../../component/lxml-python/buildout.cfg ../../component/zip/buildout.cfg ../../component/busybox/buildout.cfg ../../component/shellinabox/buildout.cfg ../../component/pwgen/buildout.cfg ../../component/apache/buildout.cfg ../../stack/monitor/buildout.cfg parts = slapos-cookbook template lxml-python eggs zip git apache [eggs] recipe = zc.recipe.egg eggs = ${lxml-python:egg} zc.buildout slapos.libnetworkcache slapos.core jsonschema hexagonit.recipe.download netaddr inotifyx lock_file pytz erp5.util PyXML [testnode] scripts = testnode = erp5.util.testnode:main slapgrid-cp = slapos.grid.slapgrid:runComputerPartition slapgrid-sr = slapos.grid.slapgrid:runSoftwareRelease slapproxy = slapos.proxy:main [template] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg output = ${buildout:directory}/template.cfg mode = 0644 md5sum = 307663d73ef3ef94b02567ecd322252e [template-default] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance-default.cfg output = ${buildout:directory}/template-default.cfg mode = 0644 md5sum = 05519f3887a309d3ec069e0aa9f52ebc [versions] PyXML = 0.8.5 erp5.util = 0.4.49 slapos.recipe.template = 2.7 ipython = 5.3.0