software.cfg 1.67 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[buildout]
extends =
  ../../stack/slapos.cfg
  ../../component/powerdns/buildout.cfg
  ../../stack/monitor/buildout.cfg

parts =
  template
  slapos-cookbook
  monitor-eggs
  eggs

[eggs]
recipe = zc.recipe.egg
eggs =
  plone.recipe.command

[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
21
md5sum = d2b12e0a1876849ed200ee5af6d1e618
22 23 24 25 26 27
output = ${buildout:directory}/template.cfg
mode = 0644

[template-powerdns]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-powerdns.cfg
28
md5sum = e90f6ac8e3b7fb1284c86565ffa146c6
29 30 31 32 33 34
output = ${buildout:directory}/template-powerdns.cfg
mode = 0644

[template-pdns-configuration]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/template/pdns.conf.jinja2
35
md5sum = 7934b7037344678eff3031e1e73e0bb2
36 37 38 39 40
mode = 640

[template-dns-replicate]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-powerdns-replicate.cfg.jinja2
41
md5sum = 83cedc8fa923c59ca900b4600cc1c52f
42 43 44 45 46
mode = 0644

[iso-list]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/zz.countries.nexedi.dk.rbldnsd
47
md5sum = 078bbe893aae7272270b4ec22505de33
48 49 50 51 52 53 54 55
location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = zz.countries.nexedi.dk.rbldnsd
download-only = true
mode = 0644

[template-cdn-conf]
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/template/cdn.conf.in
56
md5sum = 9d9b431d8373c2e1850f3cef5ae1898a
57 58 59 60
location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = cdn.conf.in
download-only = true
mode = 0644
61 62 63 64 65

[versions]
PyRSS2Gen = 1.1
cns.recipe.symlink = 0.2.3
plone.recipe.command = 1.1
Kazuhiko Shiozaki's avatar
Kazuhiko Shiozaki committed
66
slapos.recipe.template = 2.8