common.cfg 3.6 KB
Newer Older
1 2
[buildout]
extends =
3 4 5 6
# dev Stuff
  ../../component/git/buildout.cfg

  ../../stack/slapos.cfg
7 8 9
  ../../component/binutils/buildout.cfg
  ../../component/lxml-python/buildout.cfg
  ../../component/apache/buildout.cfg
10
  ../../component/gzip/buildout.cfg
11 12 13 14
  ../../component/stunnel/buildout.cfg
  ../../component/dcron/buildout.cfg
  ../../component/logrotate/buildout.cfg
  ../../component/rdiff-backup/buildout.cfg
15
  ../../component/squid/buildout.cfg
16

17
parts +=
18
  slapos-cookbook
19
  slapos-toolbox
20
  template
21 22
  template-apache-frontend
  template-apache-replicate
23 24 25 26 27 28 29 30 31
  binutils
  apache-2.2
  apache-antiloris-apache-2.2

  stunnel

  dcron
  logrotate
  rdiff-backup
32
  squid
33

34 35 36 37 38 39 40 41 42 43
[slapos-toolbox]
recipe = zc.recipe.egg
eggs =
  ${lxml-python:egg}
  slapos.toolbox

scripts =
  killpidfromfile
  onetimedownload

44 45 46 47 48 49 50
[check-recipe]
recipe = plone.recipe.command
stop-on-error = true
update-command = ${:command}
command =
  grep parts ${buildout:develop-eggs-directory}/slapos.cookbook.egg-link &&

51 52 53
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
54
md5sum = 9c6346c8eaf484748e6be0b62b65cf2e
55
output = ${buildout:directory}/template.cfg
56 57
mode = 0644

58 59 60
[template-apache-frontend]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-apache-frontend.cfg
61
md5sum = 7e7e7599ec41cf1eb6e8e725d855c345
62 63 64 65 66 67
output = ${buildout:directory}/template-apache-frontend.cfg
mode = 0644

[template-apache-replicate]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-apache-replicate.cfg.in
68
md5sum = 2c96799f1429d0541c04c0875d864777
69 70
mode = 0644

71 72
[template-slave-list]
recipe = slapos.recipe.build:download
73
url = ${:_profile_base_location_}/templates/apache-custom-slave-list.cfg.in
74
md5sum = f5eef006211809669b12422240c6f436
75 76 77 78
mode = 640

[template-slave-configuration]
recipe = slapos.recipe.build:download
79
url = ${:_profile_base_location_}/templates/slave-virtualhost.conf.in
80
md5sum = a7ad2e83b7f919fc45a7ef1e64344dcb
81 82
mode = 640

83 84 85 86 87
[template-replicate-publish-slave-information]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/templates/replicate-publish-slave-information.cfg.in
mode = 640

88 89
[template-apache-frontend-configuration]
recipe = slapos.recipe.build:download
90
url = ${:_profile_base_location_}/templates/apache.conf.in
91
md5sum = c141b9e78c7e80d75bb40493910294e5
92 93 94 95
mode = 640

[template-apache-cached-configuration]
recipe = slapos.recipe.build:download
96
url = ${:_profile_base_location_}/templates/apache_cached.conf.in
97
md5sum = 0c4393db80670daf18b432b7f07383e9
98 99 100 101
mode = 640

[template-rewrite-cached]
recipe = slapos.recipe.build:download
102
url = ${:_profile_base_location_}/templates/apache_cached_rewrite.txt.in
103
md5sum = 2f30af4f9da340c2b0618599da03ed4b
104
mode = 640
105

106 107
[template-custom-slave-list]
recipe = slapos.recipe.build:download
108
url = ${:_profile_base_location_}/templates/apache-default-slave-list.cfg.in
109
md5sum = 9362384cd80727987b34c7746a6de196
110 111
mode = 640

112 113
[template-not-found-html]
recipe = slapos.recipe.build:download
114
url = ${:_profile_base_location_}/templates/notfound.html
115
filename = notfound.html
116
md5sum = f20d6c3d2d94fb685f8d26dfca1e822b
117 118 119 120
mode = 640

[template-default-virtualhost]
recipe = slapos.recipe.build:download
121
url = ${:_profile_base_location_}/templates/000.conf.in
122
md5sum = c2bbf029e6adc432de0884fb5cf5d2ab
123 124
mode = 640

125 126
[template-default-slave-virtualhost]
recipe = slapos.recipe.build:download
127
url = ${:_profile_base_location_}/templates/default-virtualhost.conf.in
128
md5sum = ac845c0fa3835832307a0e7323cb339d
129 130
mode = 640

131 132
[template-empty]
recipe = slapos.recipe.build:download
133
url = ${:_profile_base_location_}/templates/empty.in
134
md5sum = c2314c3a9c3412a38d14b312d3df83c1
135
mode = 640