[buildout] parts = apache-php-postgres rdiff-backup dropbear eggs instance psycopg2 instance-apache-php instance-postgres #Contains the importer and exporter recipes for postgres instance-postgres-import instance-postgres-export instance-default-root extends = ../resilient/buildout.cfg ../../component/apache/buildout.cfg ../../component/apache-php/buildout.cfg ../../component/dash/buildout.cfg ../../component/dcron/buildout.cfg ../../component/gzip/buildout.cfg ../../component/logrotate/buildout.cfg ../../component/lxml-python/buildout.cfg ../../component/postgresql/buildout.cfg ../../component/rdiff-backup/buildout.cfg ../../component/stunnel/buildout.cfg ../../component/dropbear/buildout.cfg ../slapos.cfg #---------------- #-- Application-specific part (maarch, etc.) [application] recipe = hexagonit.recipe.download strip-top-level-dir = true #---------------- #-- Instance-level buildout profiles. [instance] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance.cfg.in output = ${buildout:directory}/instance.cfg md5sum = 1aaf3ea7b14e09e66904bdb80e3cfe2f mode = 0644 [instance-apache-php] recipe = slapos.recipe.template url = ${:_profile_base_location_}/apache/instance-apache-php.cfg.in output = ${buildout:directory}/instance-apache-php.cfg md5sum = fb34918c73ba242ffc08dfd7745367b3 mode = 0644 [instance-apache-backup] recipe = slapos.recipe.template url = ${:_profile_base_location_}/apache/instance-apache-backup.cfg.in output = ${buildout:directory}/instance-apache-backup.cfg md5sum = 48f969d82319a9d145570f5f0fd27672 mode = 0644 [template-resilient-lapp] recipe = slapos.recipe.template:jinja2 template = ${:_profile_base_location_}/template-resilient.cfg.in rendered = ${buildout:directory}/instance-resilient.cfg context = key templateapache instance-apache-php:output key dropbear dropbear:location key buildout buildout:bin-directory import-list = file parts template-parts:destination file replicated template-replicated:destination md5sum = 5bf1aa09d7d608c95d3c54bc50a8b5c1 mode = 0644 [instance-postgres] recipe = slapos.recipe.template url = ${:_profile_base_location_}/postgres/instance-postgres.cfg.in output = ${buildout:directory}/instance-postgres.cfg md5sum = 509bd41a73928367c74308968908cdb7 mode = 0644 [instance-postgres-import] recipe = slapos.recipe.template url = ${:_profile_base_location_}/postgres/instance-postgres-import.cfg.in output = ${buildout:directory}/instance-postgres-import.cfg md5sum = 1989ba2164dd5f79793a04e0a02ea515 mode = 0644 [instance-postgres-export] recipe = slapos.recipe.template url = ${:_profile_base_location_}/postgres/instance-postgres-export.cfg.in output = ${buildout:directory}/instance-postgres-export.cfg md5sum = 7bce31bc22a731a8fc6119aee96586f5 mode = 0644 #---------------- #-- Postgres driver for Python recipes. [psycopg2-env] PATH = ${postgresql:location}/bin:%(PATH)s [psycopg2] recipe = zc.recipe.egg:custom egg = psycopg2 define = PSYCOPG_EXTENSIONS,PSYCOPG_DISPLAY_SIZE,PSYCOPG_NEW_BOOLEAN,HAVE_PQFREEMEM,HAVE_PQPROTOCOL3 environment = psycopg2-env include-dirs = ${postgresql:location}/include library-dirs = ${postgresql:location}/lib rpath = ${postgresql:location}/lib [instance-default-root] recipe = slapos.recipe.template url = ${:_profile_base_location_}/instance-default-root.cfg.in output = ${buildout:directory}/instance-default-root.cfg md5sum = 53c9020f7a0b5203f976e069e455787b mode = 0644 #---------------- #-- #-- Optional part allowing applications using this stack to run a custom #-- instance.cfg at the end of Apache/PHP instance deployment. #-- To use it in your application, just override those two parameters, like: [custom-application-deployment] # path = /path/to/instance-custom.cfg # part-list = part1 part2 # See software/maarch/software.cfg for an example. path = part-list = #---------------- #-- Dummy parts in case no application configuration file is needed [application-template] filename = location = [application-configuration] location = #---------------- [eggs] recipe = zc.recipe.egg eggs = ${lxml-python:egg} ${psycopg2:egg} slapos.toolbox cns.recipe.symlink