Commit bd9d5351 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5 stack: remove useless parts

parent 391cab3d
...@@ -160,7 +160,7 @@ md5sum = 16d1fc3cf26c3066ae612ded0ec64cd2 ...@@ -160,7 +160,7 @@ md5sum = 16d1fc3cf26c3066ae612ded0ec64cd2
[template-mariadb] [template-mariadb]
< = download-base < = download-base
filename = instance-mariadb.cfg.in filename = instance-mariadb.cfg.in
md5sum = 77dd2e49636edb830e8a60cfd3e8288f md5sum = 43aa9b59b768e094e5cd78c372d3e4ac
link-binary = link-binary =
${coreutils:location}/bin/basename ${coreutils:location}/bin/basename
${coreutils:location}/bin/cat ${coreutils:location}/bin/cat
...@@ -302,7 +302,7 @@ md5sum = 7bbb690cb2ea38cd2aa84c8a79c50399 ...@@ -302,7 +302,7 @@ md5sum = 7bbb690cb2ea38cd2aa84c8a79c50399
[template-zope] [template-zope]
< = download-base < = download-base
filename = instance-zope.cfg.in filename = instance-zope.cfg.in
md5sum = d551d5739a3c5b1c3aeff67e1410f240 md5sum = 9142332ed063f3f0a40e31cd98d71f63
link-binary = link-binary =
${aspell:location}/bin/aspell ${aspell:location}/bin/aspell
${coreutils:location}/bin/basename ${coreutils:location}/bin/basename
...@@ -593,7 +593,6 @@ branch = erp5-cluster ...@@ -593,7 +593,6 @@ branch = erp5-cluster
recipe = zc.recipe.egg recipe = zc.recipe.egg
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
slapos.toolbox
slapos.toolbox[check_web_page_http_cache_hit,zodbpack] slapos.toolbox[check_web_page_http_cache_hit,zodbpack]
scripts = scripts =
......
...@@ -247,12 +247,8 @@ parts += ...@@ -247,12 +247,8 @@ parts +=
cron-entry-monitor cron-entry-monitor
cron-entry-rss cron-entry-rss
deploy-index deploy-index
# deploy-settings-cgi
# deploy-status-cgi
# deploy-status-history-cgi
setup-static-files setup-static-files
certificate-authority certificate-authority
zero-parameters
public-symlink public-symlink
cgi-httpd-wrapper cgi-httpd-wrapper
cgi-httpd-graceful-wrapper cgi-httpd-graceful-wrapper
......
...@@ -111,14 +111,6 @@ source = ${directory:logrotate-backup} ...@@ -111,14 +111,6 @@ source = ${directory:logrotate-backup}
[monitor-parameters] [monitor-parameters]
port = {{ slapparameter_dict['port-base'] + 5000 }} port = {{ slapparameter_dict['port-base'] + 5000 }}
[public]
recipe = slapos.cookbook:zero-knowledge.write
filename = knowledge0.cfg
[zero-parameters]
recipe = slapos.cookbook:zero-knowledge.read
filename = $${public:filename}
{% if use_ipv6 -%} {% if use_ipv6 -%}
{% set ipv6 = (ipv6_set | list)[0] -%} {% set ipv6 = (ipv6_set | list)[0] -%}
[zeo-tunnel-base] [zeo-tunnel-base]
...@@ -394,12 +386,8 @@ parts += ...@@ -394,12 +386,8 @@ parts +=
cron-entry-monitor cron-entry-monitor
cron-entry-rss cron-entry-rss
deploy-index deploy-index
# deploy-settings-cgi
# deploy-status-cgi
# deploy-status-history-cgi
setup-static-files setup-static-files
certificate-authority certificate-authority
zero-parameters
public-symlink public-symlink
cgi-httpd-wrapper cgi-httpd-wrapper
cgi-httpd-graceful-wrapper cgi-httpd-graceful-wrapper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment