software.cfg 1.5 KB
Newer Older
1
[buildout]
2 3
extensions =
  buildout-versions
4
find-links +=
5 6 7
    http://www.nexedi.org/static/packages/source/slapos.buildout/

extends =
8
  ../../component/dcron/buildout.cfg
9
  ../../component/logrotate/buildout.cfg
10 11
  ../../component/lxml-python/buildout.cfg
  ../../component/mysql-5.1/buildout.cfg
12
  ../../component/perl/buildout.cfg
13
  ../../component/rdiff-backup/buildout.cfg
14 15
  ../../component/stunnel/buildout.cfg
  ../../component/xtrabackup/buildout.cfg
16
  ../../stack/shacache-client.cfg
17

18 19 20 21 22
# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
23
  alastairs-place.net
24 25 26 27 28 29
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com
30
  www.owlfish.com
31

32 33
versions = versions

34
parts =
35
  template
36 37 38 39 40 41
  rdiff-backup
  stunnel
  logrotate
  xtrabackup
  dcron
  mysql-5.1
42
  eggs
43
  instance-recipe-egg
44 45 46 47 48 49 50

# XXX: Workaround of SlapOS limitation
# Unzippig of eggs is required, as SlapOS do not yet provide nicely working
# development / fast switching environment for whole software
unzip = true

[instance-recipe]
51 52 53 54
egg = slapos.cookbook
module = mysql

[instance-recipe-egg]
55
recipe = zc.recipe.egg
56
eggs = ${instance-recipe:egg}
57

58 59 60 61 62
[eggs]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}

63
[template]
64
# Default template for the instance.
65
recipe = slapos.recipe.template
66
url = ${:_profile_base_location_}/instance.cfg
67
md5sum = 2764597a6e4fe243cdf6e37b6535e767
68 69 70 71
output = ${buildout:directory}/template.cfg
mode = 0644

[versions]
72
zc.buildout = 1.6.0-dev-SlapOS-003