software.cfg 1.72 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 = 19116ef08be2e9b5bda5e3e5139e45ac
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 = 06ad5bc18936b04b0bd566353047d02f
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 = ff2ac1f61fdd57fb349e209b9950f117
42 43 44 45
mode = 0644

[iso-list]
recipe = hexagonit.recipe.download
46
ignore-existing = true
47
url = ${:_profile_base_location_}/template/zz.countries.nexedi.dk.rbldnsd
48
md5sum = 078bbe893aae7272270b4ec22505de33
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
56
ignore-existing = true
57
url = ${:_profile_base_location_}/template/cdn.conf.in
58
md5sum = 9d9b431d8373c2e1850f3cef5ae1898a
59 60 61 62
location = ${buildout:parts-directory}/${:_buildout_section_name_}
filename = cdn.conf.in
download-only = true
mode = 0644
63 64 65 66 67

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