[buildout]extends = # "slapos" stack describes basic things needed for 99.9% of SlapOS Software# Releases ../../stack/slapos.cfg# Extend here component profiles, like openssl, apache, mariadb, curl...# Or/and extend a stack (lamp, tomcat) that does most of the work for you# In this example we only need the dash binary to run a simple "hello world"# shell script. ../../component/dash/buildout.cfgparts =# Call installation of slapos.cookbook egg defined in stack/slapos.cfg (needed# in 99,9% of Slapos Software Releases) slapos-cookbook# Call creation of instance.cfg file that will be called for deployment of# instance template# Download instance.cfg.in (buildout profile used to deployment of instance),# replace all ${foo:bar} parameters by real values, and change $${foo:bar} to# ${foo:bar}[template]recipe = slapos.recipe.templateurl = ${:_profile_base_location_}/instance.cfg.inoutput = ${buildout:directory}/instance.cfg