common.cfg 3.64 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 = 5c22b1e0fe601255ebf19adf6093489f
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 = 8ca00cbce7ea6b6817eb99564aa3172a
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 = 02658d39fa429fef7faba9658e4f1474
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
[template-replicate-publish-slave-information]
recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/templates/replicate-publish-slave-information.cfg.in
86
md5sum = 61a14dff06718e3d90c346a0a7b20c5a
87 88
mode = 640

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

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

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

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

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

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

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

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